购物车功能,手机号码兼容台湾香港
This commit is contained in:
@@ -3,7 +3,7 @@ $uni-space-root: 2;
|
||||
// 边框半径默认值
|
||||
$uni-radius-root:5px;
|
||||
// 主色
|
||||
$uni-primary: #2979ff;
|
||||
$uni-primary: #294a97;
|
||||
// 辅助色
|
||||
$uni-success: #4cd964;
|
||||
// 警告色
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" >
|
||||
$uni-primary: #2979ff !default;
|
||||
$uni-primary: #294a97 !default;
|
||||
|
||||
.uni-section {
|
||||
background-color: #fff;
|
||||
|
||||
@@ -4,7 +4,7 @@ export default {
|
||||
activeStyle: {
|
||||
type: [String, Object],
|
||||
default: () => ({
|
||||
color: '#2979ff',
|
||||
color: '#294a97',
|
||||
fontSize: '14px'
|
||||
})
|
||||
},
|
||||
|
||||
@@ -15,7 +15,7 @@ export default {
|
||||
min: 0,
|
||||
max: 100,
|
||||
step: 1,
|
||||
activeColor: '#2979ff',
|
||||
activeColor: '#294a97',
|
||||
inactiveColor: '#c0c4cc',
|
||||
blockColor: '#ffffff',
|
||||
showValue: false,
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
loading: false,
|
||||
disabled: false,
|
||||
size: 25,
|
||||
activeColor: '#2979ff',
|
||||
activeColor: '#294a97',
|
||||
inactiveColor: '#ffffff',
|
||||
value: false,
|
||||
activeValue: true,
|
||||
|
||||
Reference in New Issue
Block a user