7 changed files with 344 additions and 175 deletions
-
1App.vue
-
113common/styles/common.css
-
118common/styles/theme.css
-
2manifest.json
-
4pages.json
-
232pages/index/index.vue
-
49uview-ui/components/u-tabs/u-tabs.vue
@ -0,0 +1,118 @@ |
|||||
|
/* button */ |
||||
|
button::after { |
||||
|
border: 0; |
||||
|
} |
||||
|
|
||||
|
/* radio/checkbox */ |
||||
|
uni-radio .uni-radio-input { |
||||
|
width: 30rpx; |
||||
|
height: 30rpx; |
||||
|
} |
||||
|
|
||||
|
/* #ifdef H5 */ |
||||
|
radio .uni-radio-input, |
||||
|
checkbox .uni-checkbox-input { |
||||
|
/* border-radius: 50%; */ |
||||
|
transform: scale(0.8); |
||||
|
} |
||||
|
|
||||
|
radio .uni-radio-input.uni-radio-input-checked, |
||||
|
checkbox .uni-checkbox-input.uni-checkbox-input-checked { |
||||
|
/* border-radius: 50%; */ |
||||
|
border: 1px solid #FE9903 !important; |
||||
|
background: #FE9903 !important; |
||||
|
color: #FFFFFF !important; |
||||
|
} |
||||
|
|
||||
|
radio .uni-radio-input.uni-radio-input-checked::before, |
||||
|
checkbox .uni-checkbox-input.uni-checkbox-input-checked::before { |
||||
|
font-size: 13px; |
||||
|
} |
||||
|
|
||||
|
radio:not([disabled]) .uni-radio-input:hover, |
||||
|
checkbox:not([disabled]) .uni-checkbox-input:hover { |
||||
|
border-color: #d1d1d1 !important; |
||||
|
} |
||||
|
|
||||
|
/* #endif */ |
||||
|
/* #ifdef APP-PLUS || MP */ |
||||
|
radio .wx-radio-input, |
||||
|
checkbox .wx-checkbox-input { |
||||
|
border-radius: 50%; |
||||
|
transform: scale(0.8); |
||||
|
} |
||||
|
|
||||
|
radio .wx-radio-input.wx-radio-input-checked, |
||||
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked { |
||||
|
border-radius: 50%; |
||||
|
border: 1px solid #FE9903 !important; |
||||
|
background: #FE9903 !important; |
||||
|
color: #FFFFFF !important; |
||||
|
} |
||||
|
|
||||
|
radio .wx-radio-input.wx-radio-input-checked::before, |
||||
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { |
||||
|
font-size: 18px; |
||||
|
} |
||||
|
|
||||
|
radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbox-input:hover { |
||||
|
border-color: #d1d1d1 !important; |
||||
|
} |
||||
|
/* #endif */ |
||||
|
|
||||
|
.lf-color-primary { |
||||
|
color: #FE9903 !important; |
||||
|
} |
||||
|
|
||||
|
.lf-bg-primary { |
||||
|
background: #FE9903 !important; |
||||
|
} |
||||
|
|
||||
|
.lf-color-secondary { |
||||
|
color: #FE8800 !important; |
||||
|
} |
||||
|
|
||||
|
.lf-bg-secondary { |
||||
|
background: #FE8800 !important; |
||||
|
} |
||||
|
|
||||
|
.lf-color-black { |
||||
|
color: #222222 !important; |
||||
|
} |
||||
|
|
||||
|
.lf-bg-black { |
||||
|
background: #222222 !important; |
||||
|
} |
||||
|
|
||||
|
.lf-color-white { |
||||
|
color: #FFFFFF !important; |
||||
|
} |
||||
|
|
||||
|
.lf-bg-white { |
||||
|
background: #FFFFFF !important; |
||||
|
} |
||||
|
|
||||
|
.lf-color-gray { |
||||
|
color: #777777 !important; |
||||
|
} |
||||
|
|
||||
|
.lf-bg-gray { |
||||
|
background: #777777 !important; |
||||
|
} |
||||
|
|
||||
|
/* 一些常用的字体颜色 */ |
||||
|
.lf-color-price { |
||||
|
color: #FF0000 !important; |
||||
|
} |
||||
|
.lf-color-999{ |
||||
|
color: #999999 !important; |
||||
|
} |
||||
|
.lf-color-666{ |
||||
|
color: #666666 !important; |
||||
|
} |
||||
|
.lf-color-555{ |
||||
|
color: #555555 !important; |
||||
|
} |
||||
|
.lf-color-333{ |
||||
|
color: #333333 !important; |
||||
|
} |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue