全新UI视觉体验,移动端API优化降低重复调用,提高并发6倍,修复N多Bug

This commit is contained in:
stivepeim
2021-06-11 17:41:16 +08:00
parent 0b9f28fa52
commit b76840e10f
582 changed files with 35633 additions and 28276 deletions

View File

@@ -1,20 +1,20 @@
@charset "UTF-8";
.font-color,.font-color-red {
color: #fc4141!important
color: #E93323!important
}
.bg-color {
background-color: #e93323!important
background-color: #E93323 !important
}
.icon-color {
color: #ff3c2b
color: #E93323
}
.cart-color {
color: #ff3700!important;
border: 1px solid #ff3700!important
color: #E93323 !important;
border: 1px solid #E93323 !important
}
.padding20 {
@@ -33,6 +33,13 @@
padding: 0 30rpx
}
.mb30 {
margin-bottom: 30rpx;
}
.borRadius14 {
border-radius: 14rpx !important;
}
.acea-row {
display: -webkit-box;
display: -moz-box;
@@ -191,12 +198,13 @@
page {
font-size: 28rpx;
background-color: #f5f5f5;
background-color: #f5f5f5 !important;
color: #333;
/* height: 100%; */
}
body,html {
background-color: #f5f5f5 !important;
/* height: unset */
}
@@ -214,12 +222,12 @@ button::after {
radio .wx-radio-input {
border-radius: 50%;
width: 38rpx;
height: 38rpx
height: 38rpx;
}
radio .wx-radio-input.wx-radio-input-checked {
border: 1px solid #e93323!important;
background-color: #e93323!important
border: 1px solid #E93323 !important;
background-color: #E93323 !important
}
radio .uni-radio-input {
@@ -229,20 +237,22 @@ radio .uni-radio-input {
}
radio .uni-radio-input.uni-radio-input-checked {
border: 1px solid #e93323!important;
background-color: #e93323!important
border: 1px solid #E93323 !important;
background-color: #E93323 !important
}
checkbox .wx-checkbox-input {
border-radius: 50%;
width: 38rpx;
height: 38rpx
height: 38rpx;
margin-right: 0 !important;
}
checkbox .wx-checkbox-input.wx-checkbox-input-checked {
border: 1px solid #e93323!important;
background-color: #e93323!important;
color: #fff!important
border: 1px solid #E93323 !important;
background-color: #E93323 !important;
color: #fff!important;
margin-right: 0 !important;
}
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
@@ -256,8 +266,8 @@ checkbox .uni-checkbox-input {
}
checkbox .uni-checkbox-input.uni-checkbox-input-checked {
border: 1px solid #e93323!important;
background-color: #e93323!important;
border: 1px solid #E93323 !important;
background-color: #E93323 !important;
color: #fff!important
}
@@ -276,7 +286,8 @@ checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden
overflow: hidden;
/* height: 84rpx; */
}
.mask {
@@ -365,4 +376,11 @@ checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
background: #F1F1F1!important;
border: 1px solid #ccc!important;
color: #ccc!important;
}
.uni-p-b-98{
height: 100rpx;
/* 兼容 IOS<11.2 */
height: calc(100rpx+ constant(safe-area-inset-bottom));
/* 兼容 IOS>11.2 */
height: calc(100rpx + env(safe-area-inset-bottom));
}