mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-02-05 23:45:54 +08:00
feat: 更新样式和配置
- 在App.vue中添加全局字体和自定义字体样式。 - 修改uni.scss中的主颜色和背景色以提升视觉效果。 - 更新用户页面(my.vue)的布局和样式,优化用户信息展示和钱包信息显示。 - 在.gitignore中添加designHtml以排除不必要的文件。
This commit is contained in:
9
App.vue
9
App.vue
@@ -225,7 +225,13 @@ import {
|
||||
|
||||
<style lang="scss">
|
||||
@import "uview-ui/index.scss";
|
||||
|
||||
*{
|
||||
font-family: PingFangSC-Medium;
|
||||
}
|
||||
@font-face{
|
||||
font-family: DINCond-Bold;
|
||||
src: url('/fonts/DIN-Condensed-Bold-2.ttf')
|
||||
}
|
||||
// -------适配底部安全区 苹果x系列刘海屏
|
||||
|
||||
// #ifdef MP-WEIXIN
|
||||
@@ -251,4 +257,5 @@ import {
|
||||
.flex1 {
|
||||
flex: 1; //必须父级设置flex
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user