|
@@ -49,13 +49,16 @@ textarea,
|
|
label,
|
|
label,
|
|
navigator,
|
|
navigator,
|
|
image {
|
|
image {
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
}
|
|
}
|
|
.round {
|
|
.round {
|
|
- border-radius: 5000rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 5000rpx;
|
|
|
|
+ border-radius: 5000rpx;
|
|
}
|
|
}
|
|
.radius {
|
|
.radius {
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 6rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
}
|
|
}
|
|
/* ==================
|
|
/* ==================
|
|
图片
|
|
图片
|
|
@@ -172,7 +175,8 @@ checkbox .uni-checkbox-input {
|
|
}
|
|
}
|
|
checkbox.round .wx-checkbox-input,
|
|
checkbox.round .wx-checkbox-input,
|
|
checkbox.round .uni-checkbox-input {
|
|
checkbox.round .uni-checkbox-input {
|
|
- border-radius: 100rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 100rpx;
|
|
|
|
+ border-radius: 100rpx;
|
|
}
|
|
}
|
|
switch[checked]::before {
|
|
switch[checked]::before {
|
|
-webkit-transform: scale(0, 0);
|
|
-webkit-transform: scale(0, 0);
|
|
@@ -185,7 +189,8 @@ switch .uni-switch-input {
|
|
width: 48px;
|
|
width: 48px;
|
|
height: 26px;
|
|
height: 26px;
|
|
margin: 0;
|
|
margin: 0;
|
|
- border-radius: 100rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 100rpx;
|
|
|
|
+ border-radius: 100rpx;
|
|
}
|
|
}
|
|
switch .wx-switch-input:not([class*="bg-"]),
|
|
switch .wx-switch-input:not([class*="bg-"]),
|
|
switch .uni-switch-input:not([class*="bg-"]) {
|
|
switch .uni-switch-input:not([class*="bg-"]) {
|
|
@@ -196,7 +201,8 @@ switch .uni-switch-input::after {
|
|
margin: auto;
|
|
margin: auto;
|
|
width: 26px;
|
|
width: 26px;
|
|
height: 26px;
|
|
height: 26px;
|
|
- border-radius: 100rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 100rpx;
|
|
|
|
+ border-radius: 100rpx;
|
|
left: 0rpx;
|
|
left: 0rpx;
|
|
top: 0rpx;
|
|
top: 0rpx;
|
|
bottom: 0rpx;
|
|
bottom: 0rpx;
|
|
@@ -210,7 +216,8 @@ switch .wx-switch-input.wx-switch-input-checked::after,
|
|
switch .uni-switch-input.uni-switch-input-checked::after {
|
|
switch .uni-switch-input.uni-switch-input-checked::after {
|
|
margin: auto;
|
|
margin: auto;
|
|
left: 22px;
|
|
left: 22px;
|
|
- box-shadow: none;
|
|
|
|
|
|
+ -webkit-box-shadow: none;
|
|
|
|
+ box-shadow: none;
|
|
-webkit-transform: scale(0.9, 0.9);
|
|
-webkit-transform: scale(0.9, 0.9);
|
|
transform: scale(0.9, 0.9);
|
|
transform: scale(0.9, 0.9);
|
|
}
|
|
}
|
|
@@ -223,7 +230,8 @@ switch.radius .wx-switch-input::before,
|
|
switch.radius .uni-switch-input::after,
|
|
switch.radius .uni-switch-input::after,
|
|
switch.radius .uni-switch-input,
|
|
switch.radius .uni-switch-input,
|
|
switch.radius .uni-switch-input::before {
|
|
switch.radius .uni-switch-input::before {
|
|
- border-radius: 10rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 10rpx;
|
|
|
|
+ border-radius: 10rpx;
|
|
}
|
|
}
|
|
switch .wx-switch-input::before,
|
|
switch .wx-switch-input::before,
|
|
radio.radio::before,
|
|
radio.radio::before,
|
|
@@ -249,7 +257,8 @@ radio.radio .uni-radio-input-checked::after {
|
|
right: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
margin: auto;
|
|
- border-radius: 200rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 200rpx;
|
|
|
|
+ border-radius: 200rpx;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -472,13 +481,15 @@ radio.white.checked .uni-radio-input {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
- border-radius: inherit;
|
|
|
|
|
|
+ -webkit-border-radius: inherit;
|
|
|
|
+ border-radius: inherit;
|
|
-webkit-transform: scale(0.5);
|
|
-webkit-transform: scale(0.5);
|
|
transform: scale(0.5);
|
|
transform: scale(0.5);
|
|
-webkit-transform-origin: 0 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
}
|
|
}
|
|
.solid::after {
|
|
.solid::after {
|
|
border: 1rpx solid rgba(0, 0, 0, 0.1);
|
|
border: 1rpx solid rgba(0, 0, 0, 0.1);
|
|
@@ -535,7 +546,8 @@ radio.white.checked .uni-radio-input {
|
|
}
|
|
}
|
|
.shadow-warp {
|
|
.shadow-warp {
|
|
position: relative;
|
|
position: relative;
|
|
- box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
+ -webkit-box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.1);
|
|
|
|
+ box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
.shadow-warp:before,
|
|
.shadow-warp:before,
|
|
.shadow-warp:after {
|
|
.shadow-warp:after {
|
|
@@ -545,7 +557,8 @@ radio.white.checked .uni-radio-input {
|
|
bottom: 30rpx;
|
|
bottom: 30rpx;
|
|
left: 20rpx;
|
|
left: 20rpx;
|
|
width: 50%;
|
|
width: 50%;
|
|
- box-shadow: 0 30rpx 20rpx rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 0 30rpx 20rpx rgba(0, 0, 0, 0.2);
|
|
|
|
+ box-shadow: 0 30rpx 20rpx rgba(0, 0, 0, 0.2);
|
|
-webkit-transform: rotate(-3deg);
|
|
-webkit-transform: rotate(-3deg);
|
|
transform: rotate(-3deg);
|
|
transform: rotate(-3deg);
|
|
z-index: -1;
|
|
z-index: -1;
|
|
@@ -574,7 +587,8 @@ radio.white.checked .uni-radio-input {
|
|
opacity: 0.4;
|
|
opacity: 0.4;
|
|
-webkit-transform-origin: 0 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
- border-radius: inherit;
|
|
|
|
|
|
+ -webkit-border-radius: inherit;
|
|
|
|
+ border-radius: inherit;
|
|
-webkit-transform: scale(1, 1);
|
|
-webkit-transform: scale(1, 1);
|
|
transform: scale(1, 1);
|
|
transform: scale(1, 1);
|
|
}
|
|
}
|
|
@@ -593,7 +607,8 @@ radio.white.checked .uni-radio-input {
|
|
-webkit-box-pack: center;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
padding: 0 30rpx;
|
|
padding: 0 30rpx;
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
height: 64rpx;
|
|
height: 64rpx;
|
|
@@ -628,13 +643,16 @@ radio.white.checked .uni-radio-input {
|
|
transform: scale(0.5);
|
|
transform: scale(0.5);
|
|
-webkit-transform-origin: 0 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
- box-sizing: border-box;
|
|
|
|
- border-radius: 12rpx;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ -webkit-border-radius: 12rpx;
|
|
|
|
+ border-radius: 12rpx;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
.cu-btn.round[class*="line"]::after {
|
|
.cu-btn.round[class*="line"]::after {
|
|
- border-radius: 1000rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 1000rpx;
|
|
|
|
+ border-radius: 1000rpx;
|
|
}
|
|
}
|
|
.cu-btn[class*="lines"]::after {
|
|
.cu-btn[class*="lines"]::after {
|
|
border: 6rpx solid currentColor;
|
|
border: 6rpx solid currentColor;
|
|
@@ -659,7 +677,8 @@ radio.white.checked .uni-radio-input {
|
|
.cu-btn.cuIcon {
|
|
.cu-btn.cuIcon {
|
|
width: 64rpx;
|
|
width: 64rpx;
|
|
height: 64rpx;
|
|
height: 64rpx;
|
|
- border-radius: 500rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 500rpx;
|
|
|
|
+ border-radius: 500rpx;
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
button.cuIcon.lg {
|
|
button.cuIcon.lg {
|
|
@@ -705,7 +724,8 @@ button.cuIcon.lg {
|
|
-webkit-box-pack: center;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
padding: 0rpx 16rpx;
|
|
padding: 0rpx 16rpx;
|
|
height: 48rpx;
|
|
height: 48rpx;
|
|
font-family: Helvetica Neue, Helvetica, sans-serif;
|
|
font-family: Helvetica Neue, Helvetica, sans-serif;
|
|
@@ -726,19 +746,24 @@ button.cuIcon.lg {
|
|
transform: scale(0.5);
|
|
transform: scale(0.5);
|
|
-webkit-transform-origin: 0 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
- box-sizing: border-box;
|
|
|
|
- border-radius: inherit;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ -webkit-border-radius: inherit;
|
|
|
|
+ border-radius: inherit;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
.cu-tag.radius[class*="line"]::after {
|
|
.cu-tag.radius[class*="line"]::after {
|
|
- border-radius: 12rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 12rpx;
|
|
|
|
+ border-radius: 12rpx;
|
|
}
|
|
}
|
|
.cu-tag.round[class*="line"]::after {
|
|
.cu-tag.round[class*="line"]::after {
|
|
- border-radius: 1000rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 1000rpx;
|
|
|
|
+ border-radius: 1000rpx;
|
|
}
|
|
}
|
|
.cu-tag[class*="line-"]::after {
|
|
.cu-tag[class*="line-"]::after {
|
|
- border-radius: 0;
|
|
|
|
|
|
+ -webkit-border-radius: 0;
|
|
|
|
+ border-radius: 0;
|
|
}
|
|
}
|
|
.cu-tag+.cu-tag {
|
|
.cu-tag+.cu-tag {
|
|
margin-left: 10rpx;
|
|
margin-left: 10rpx;
|
|
@@ -767,27 +792,36 @@ button.cuIcon.lg {
|
|
border-right: 0rpx solid transparent;
|
|
border-right: 0rpx solid transparent;
|
|
}
|
|
}
|
|
.cu-capsule.radius .cu-tag:first-child {
|
|
.cu-capsule.radius .cu-tag:first-child {
|
|
- border-top-left-radius: 6rpx;
|
|
|
|
- border-bottom-left-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-top-left-radius: 6rpx;
|
|
|
|
+ border-top-left-radius: 6rpx;
|
|
|
|
+ -webkit-border-bottom-left-radius: 6rpx;
|
|
|
|
+ border-bottom-left-radius: 6rpx;
|
|
}
|
|
}
|
|
.cu-capsule.radius .cu-tag:last-child::after,
|
|
.cu-capsule.radius .cu-tag:last-child::after,
|
|
.cu-capsule.radius .cu-tag[class*="line-"] {
|
|
.cu-capsule.radius .cu-tag[class*="line-"] {
|
|
- border-top-right-radius: 12rpx;
|
|
|
|
- border-bottom-right-radius: 12rpx;
|
|
|
|
|
|
+ -webkit-border-top-right-radius: 12rpx;
|
|
|
|
+ border-top-right-radius: 12rpx;
|
|
|
|
+ -webkit-border-bottom-right-radius: 12rpx;
|
|
|
|
+ border-bottom-right-radius: 12rpx;
|
|
}
|
|
}
|
|
.cu-capsule.round .cu-tag:first-child {
|
|
.cu-capsule.round .cu-tag:first-child {
|
|
- border-top-left-radius: 200rpx;
|
|
|
|
- border-bottom-left-radius: 200rpx;
|
|
|
|
|
|
+ -webkit-border-top-left-radius: 200rpx;
|
|
|
|
+ border-top-left-radius: 200rpx;
|
|
|
|
+ -webkit-border-bottom-left-radius: 200rpx;
|
|
|
|
+ border-bottom-left-radius: 200rpx;
|
|
text-indent: 4rpx;
|
|
text-indent: 4rpx;
|
|
}
|
|
}
|
|
.cu-capsule.round .cu-tag:last-child::after,
|
|
.cu-capsule.round .cu-tag:last-child::after,
|
|
.cu-capsule.round .cu-tag:last-child {
|
|
.cu-capsule.round .cu-tag:last-child {
|
|
- border-top-right-radius: 200rpx;
|
|
|
|
- border-bottom-right-radius: 200rpx;
|
|
|
|
|
|
+ -webkit-border-top-right-radius: 200rpx;
|
|
|
|
+ border-top-right-radius: 200rpx;
|
|
|
|
+ -webkit-border-bottom-right-radius: 200rpx;
|
|
|
|
+ border-bottom-right-radius: 200rpx;
|
|
text-indent: -4rpx;
|
|
text-indent: -4rpx;
|
|
}
|
|
}
|
|
.cu-tag.badge {
|
|
.cu-tag.badge {
|
|
- border-radius: 200rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 200rpx;
|
|
|
|
+ border-radius: 200rpx;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: -10rpx;
|
|
top: -10rpx;
|
|
right: -10rpx;
|
|
right: -10rpx;
|
|
@@ -1006,8 +1040,10 @@ to {
|
|
width: 260rpx;
|
|
width: 260rpx;
|
|
height: 260rpx;
|
|
height: 260rpx;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
- border-radius: 10rpx;
|
|
|
|
- box-shadow: 0 0 0rpx 2000rpx rgba(0, 0, 0, 0.5);
|
|
|
|
|
|
+ -webkit-border-radius: 10rpx;
|
|
|
|
+ border-radius: 10rpx;
|
|
|
|
+ -webkit-box-shadow: 0 0 0rpx 2000rpx rgba(0, 0, 0, 0.5);
|
|
|
|
+ box-shadow: 0 0 0rpx 2000rpx rgba(0, 0, 0, 0.5);
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -1036,7 +1072,8 @@ to {
|
|
content: "";
|
|
content: "";
|
|
position: absolute;
|
|
position: absolute;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
- border-radius: 50%;
|
|
|
|
|
|
+ -webkit-border-radius: 50%;
|
|
|
|
+ border-radius: 50%;
|
|
width: 200rpx;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
height: 200rpx;
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
@@ -1079,11 +1116,13 @@ to {
|
|
display: block;
|
|
display: block;
|
|
width: 24rpx;
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
height: 24rpx;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: solid 4rpx transparent;
|
|
border: solid 4rpx transparent;
|
|
border-top-color: inherit;
|
|
border-top-color: inherit;
|
|
border-left-color: inherit;
|
|
border-left-color: inherit;
|
|
- border-radius: 50%;
|
|
|
|
|
|
+ -webkit-border-radius: 50%;
|
|
|
|
+ border-radius: 50%;
|
|
-webkit-animation: load-progress-spinner 0.4s linear infinite;
|
|
-webkit-animation: load-progress-spinner 0.4s linear infinite;
|
|
animation: load-progress-spinner 0.4s linear infinite;
|
|
animation: load-progress-spinner 0.4s linear infinite;
|
|
}
|
|
}
|
|
@@ -1248,11 +1287,13 @@ to {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
width: 200%;
|
|
width: 200%;
|
|
height: 200%;
|
|
height: 200%;
|
|
/* border-bottom: 1upx solid #ddd; */
|
|
/* border-bottom: 1upx solid #ddd; */
|
|
- border-radius: inherit;
|
|
|
|
|
|
+ -webkit-border-radius: inherit;
|
|
|
|
+ border-radius: inherit;
|
|
content: " ";
|
|
content: " ";
|
|
-webkit-transform: scale(.5);
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5);
|
|
transform: scale(.5);
|
|
@@ -1361,12 +1402,14 @@ to {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
width: 200%;
|
|
width: 200%;
|
|
height: 200%;
|
|
height: 200%;
|
|
border-right: 1px solid rgba(0, 0, 0, .1);
|
|
border-right: 1px solid rgba(0, 0, 0, .1);
|
|
border-bottom: 1px solid rgba(0, 0, 0, .1);
|
|
border-bottom: 1px solid rgba(0, 0, 0, .1);
|
|
- border-radius: inherit;
|
|
|
|
|
|
+ -webkit-border-radius: inherit;
|
|
|
|
+ border-radius: inherit;
|
|
content: " ";
|
|
content: " ";
|
|
-webkit-transform: scale(.5);
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5);
|
|
transform: scale(.5);
|
|
@@ -1416,7 +1459,8 @@ to {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin-right: 30rpx;
|
|
margin-right: 30rpx;
|
|
margin-left: 30rpx;
|
|
margin-left: 30rpx;
|
|
- border-radius: 20rpx
|
|
|
|
|
|
+ -webkit-border-radius: 20rpx;
|
|
|
|
+ border-radius: 20rpx
|
|
}
|
|
}
|
|
/* ==================
|
|
/* ==================
|
|
操作条
|
|
操作条
|
|
@@ -1470,7 +1514,8 @@ to {
|
|
position: absolute;
|
|
position: absolute;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
bottom: -0.2rem;
|
|
bottom: -0.2rem;
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 6rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 0.6rem;
|
|
height: 0.6rem;
|
|
left: 0.6rem;
|
|
left: 0.6rem;
|
|
@@ -1600,14 +1645,16 @@ to {
|
|
width: 100%;
|
|
width: 100%;
|
|
top: 0;
|
|
top: 0;
|
|
z-index: 1024;
|
|
z-index: 1024;
|
|
- box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
+ -webkit-box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0.1);
|
|
|
|
+ box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
.cu-bar.foot {
|
|
.cu-bar.foot {
|
|
position: fixed;
|
|
position: fixed;
|
|
width: 100%;
|
|
width: 100%;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
z-index: 1024;
|
|
z-index: 1024;
|
|
- box-shadow: 0 -1rpx 6rpx rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
+ -webkit-box-shadow: 0 -1rpx 6rpx rgba(0, 0, 0, 0.1);
|
|
|
|
+ box-shadow: 0 -1rpx 6rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
.cu-bar.tabbar {
|
|
.cu-bar.tabbar {
|
|
padding: 0;
|
|
padding: 0;
|
|
@@ -1619,7 +1666,8 @@ to {
|
|
height: calc(100rpx + env(safe-area-inset-bottom) / 2);
|
|
height: calc(100rpx + env(safe-area-inset-bottom) / 2);
|
|
}
|
|
}
|
|
.cu-bar.tabbar.shadow {
|
|
.cu-bar.tabbar.shadow {
|
|
- box-shadow: 0 -1rpx 6rpx rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
+ -webkit-box-shadow: 0 -1rpx 6rpx rgba(0, 0, 0, 0.1);
|
|
|
|
+ box-shadow: 0 -1rpx 6rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
.cu-bar.tabbar .action {
|
|
.cu-bar.tabbar .action {
|
|
font-size: 22rpx;
|
|
font-size: 22rpx;
|
|
@@ -1652,7 +1700,8 @@ to {
|
|
width: 70rpx;
|
|
width: 70rpx;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
height: 70rpx;
|
|
height: 70rpx;
|
|
- border-radius: 50%;
|
|
|
|
|
|
+ -webkit-border-radius: 50%;
|
|
|
|
+ border-radius: 50%;
|
|
line-height: 70rpx;
|
|
line-height: 70rpx;
|
|
font-size: 50rpx;
|
|
font-size: 50rpx;
|
|
top: -35rpx;
|
|
top: -35rpx;
|
|
@@ -1670,8 +1719,10 @@ to {
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
margin: auto;
|
|
- box-shadow: 0 -3rpx 8rpx rgba(0, 0, 0, 0.08);
|
|
|
|
- border-radius: 50rpx;
|
|
|
|
|
|
+ -webkit-box-shadow: 0 -3rpx 8rpx rgba(0, 0, 0, 0.08);
|
|
|
|
+ box-shadow: 0 -3rpx 8rpx rgba(0, 0, 0, 0.08);
|
|
|
|
+ -webkit-border-radius: 50rpx;
|
|
|
|
+ border-radius: 50rpx;
|
|
background-color: inherit;
|
|
background-color: inherit;
|
|
z-index: 0;
|
|
z-index: 0;
|
|
}
|
|
}
|
|
@@ -1813,13 +1864,15 @@ to {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- box-shadow: 0rpx 0rpx 0rpx;
|
|
|
|
|
|
+ -webkit-box-shadow: 0rpx 0rpx 0rpx;
|
|
|
|
+ box-shadow: 0rpx 0rpx 0rpx;
|
|
z-index: 9999;
|
|
z-index: 9999;
|
|
}
|
|
}
|
|
.cu-custom .cu-bar .border-custom {
|
|
.cu-custom .cu-bar .border-custom {
|
|
position: relative;
|
|
position: relative;
|
|
background: rgba(0, 0, 0, 0.15);
|
|
background: rgba(0, 0, 0, 0.15);
|
|
- border-radius: 1000rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 1000rpx;
|
|
|
|
+ border-radius: 1000rpx;
|
|
height: 30px;
|
|
height: 30px;
|
|
}
|
|
}
|
|
.cu-custom .cu-bar .border-custom::after {
|
|
.cu-custom .cu-bar .border-custom::after {
|
|
@@ -1829,13 +1882,15 @@ to {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
- border-radius: inherit;
|
|
|
|
|
|
+ -webkit-border-radius: inherit;
|
|
|
|
+ border-radius: inherit;
|
|
-webkit-transform: scale(0.5);
|
|
-webkit-transform: scale(0.5);
|
|
transform: scale(0.5);
|
|
transform: scale(0.5);
|
|
-webkit-transform-origin: 0 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
border: 1rpx solid #ffffff;
|
|
border: 1rpx solid #ffffff;
|
|
opacity: 0.5;
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
@@ -1853,7 +1908,8 @@ to {
|
|
-webkit-transform-origin: 0 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
opacity: 0.6;
|
|
opacity: 0.6;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
}
|
|
}
|
|
@@ -1948,7 +2004,8 @@ to {
|
|
}
|
|
}
|
|
.cu-timeline>.cu-item>.content {
|
|
.cu-timeline>.cu-item>.content {
|
|
padding: 30rpx;
|
|
padding: 30rpx;
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 6rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
display: block;
|
|
display: block;
|
|
line-height: 1.6;
|
|
line-height: 1.6;
|
|
}
|
|
}
|
|
@@ -1997,7 +2054,8 @@ to {
|
|
}
|
|
}
|
|
.cu-chat .cu-item>.main .content {
|
|
.cu-chat .cu-item>.main .content {
|
|
padding: 20rpx;
|
|
padding: 20rpx;
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 6rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
display: -webkit-inline-box;
|
|
display: -webkit-inline-box;
|
|
display: -webkit-inline-flex;
|
|
display: -webkit-inline-flex;
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
@@ -2089,7 +2147,8 @@ to {
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
padding: 8rpx 12rpx;
|
|
padding: 8rpx 12rpx;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 6rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
max-width: 400rpx;
|
|
max-width: 400rpx;
|
|
line-height: 1.4;
|
|
line-height: 1.4;
|
|
@@ -2105,7 +2164,8 @@ to {
|
|
display: block;
|
|
display: block;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- border-radius: 10rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 10rpx;
|
|
|
|
+ border-radius: 10rpx;
|
|
margin: 30rpx;
|
|
margin: 30rpx;
|
|
}
|
|
}
|
|
.cu-card>.cu-item.shadow-blur {
|
|
.cu-card>.cu-item.shadow-blur {
|
|
@@ -2113,7 +2173,8 @@ to {
|
|
}
|
|
}
|
|
.cu-card.no-card>.cu-item {
|
|
.cu-card.no-card>.cu-item {
|
|
margin: 0rpx;
|
|
margin: 0rpx;
|
|
- border-radius: 0rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 0rpx;
|
|
|
|
+ border-radius: 0rpx;
|
|
}
|
|
}
|
|
.cu-card .grid.grid-square {
|
|
.cu-card .grid.grid-square {
|
|
margin-bottom: -20rpx;
|
|
margin-bottom: -20rpx;
|
|
@@ -2139,7 +2200,8 @@ to {
|
|
.cu-card.case.no-card .image {
|
|
.cu-card.case.no-card .image {
|
|
margin: 30rpx 30rpx 0;
|
|
margin: 30rpx 30rpx 0;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- border-radius: 10rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 10rpx;
|
|
|
|
+ border-radius: 10rpx;
|
|
}
|
|
}
|
|
.cu-card.dynamic {
|
|
.cu-card.dynamic {
|
|
display: block;
|
|
display: block;
|
|
@@ -2159,12 +2221,14 @@ to {
|
|
.cu-card.dynamic>.cu-item .square-img {
|
|
.cu-card.dynamic>.cu-item .square-img {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 200rpx;
|
|
height: 200rpx;
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 6rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
}
|
|
}
|
|
.cu-card.dynamic>.cu-item .only-img {
|
|
.cu-card.dynamic>.cu-item .only-img {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 320rpx;
|
|
height: 320rpx;
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 6rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
}
|
|
}
|
|
/* card.dynamic>.cu-item .comment {
|
|
/* card.dynamic>.cu-item .comment {
|
|
padding: 20upx;
|
|
padding: 20upx;
|
|
@@ -2195,7 +2259,8 @@ to {
|
|
width: 240rpx;
|
|
width: 240rpx;
|
|
height: 6.4em;
|
|
height: 6.4em;
|
|
margin-right: 20rpx;
|
|
margin-right: 20rpx;
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 6rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
}
|
|
}
|
|
.cu-card.article>.cu-item .content .desc {
|
|
.cu-card.article>.cu-item .content .desc {
|
|
-webkit-box-flex: 1;
|
|
-webkit-box-flex: 1;
|
|
@@ -2257,7 +2322,8 @@ to {
|
|
.cu-form-group>text[class*="cuIcon-"] {
|
|
.cu-form-group>text[class*="cuIcon-"] {
|
|
font-size: 36rpx;
|
|
font-size: 36rpx;
|
|
padding: 0;
|
|
padding: 0;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
}
|
|
}
|
|
.cu-form-group textarea {
|
|
.cu-form-group textarea {
|
|
margin: 32rpx 0 30rpx;
|
|
margin: 32rpx 0 30rpx;
|
|
@@ -2360,7 +2426,8 @@ to {
|
|
width: 680rpx;
|
|
width: 680rpx;
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
background-color: #f8f8f8;
|
|
background-color: #f8f8f8;
|
|
- border-radius: 10rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 10rpx;
|
|
|
|
+ border-radius: 10rpx;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.cu-modal.bottom-modal::before {
|
|
.cu-modal.bottom-modal::before {
|
|
@@ -2368,7 +2435,8 @@ to {
|
|
}
|
|
}
|
|
.cu-modal.bottom-modal .cu-dialog {
|
|
.cu-modal.bottom-modal .cu-dialog {
|
|
width: 100%;
|
|
width: 100%;
|
|
- border-radius: 0;
|
|
|
|
|
|
+ -webkit-border-radius: 0;
|
|
|
|
+ border-radius: 0;
|
|
}
|
|
}
|
|
.cu-modal.bottom-modal {
|
|
.cu-modal.bottom-modal {
|
|
margin-bottom: -1000rpx;
|
|
margin-bottom: -1000rpx;
|
|
@@ -2386,7 +2454,8 @@ to {
|
|
.cu-modal.drawer-modal .cu-dialog {
|
|
.cu-modal.drawer-modal .cu-dialog {
|
|
height: 100%;
|
|
height: 100%;
|
|
min-width: 200rpx;
|
|
min-width: 200rpx;
|
|
- border-radius: 0;
|
|
|
|
|
|
+ -webkit-border-radius: 0;
|
|
|
|
+ border-radius: 0;
|
|
margin: initial;
|
|
margin: initial;
|
|
-webkit-transition-duration: 0.3s;
|
|
-webkit-transition-duration: 0.3s;
|
|
transition-duration: 0.3s;
|
|
transition-duration: 0.3s;
|
|
@@ -2416,7 +2485,8 @@ swiper .a-swiper-dot {
|
|
width: 16rpx;
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
height: 16rpx;
|
|
background: rgba(0, 0, 0, .3);
|
|
background: rgba(0, 0, 0, .3);
|
|
- border-radius: 50%;
|
|
|
|
|
|
+ -webkit-border-radius: 50%;
|
|
|
|
+ border-radius: 50%;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
swiper[class*="-dot"] .wx-swiper-dots,
|
|
swiper[class*="-dot"] .wx-swiper-dots,
|
|
@@ -2440,7 +2510,8 @@ swiper.square-dot .uni-swiper-dot {
|
|
opacity: 0.4;
|
|
opacity: 0.4;
|
|
width: 10rpx;
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
height: 10rpx;
|
|
- border-radius: 20rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 20rpx;
|
|
|
|
+ border-radius: 20rpx;
|
|
margin: 0 8rpx !important;
|
|
margin: 0 8rpx !important;
|
|
}
|
|
}
|
|
swiper.square-dot .wx-swiper-dot.wx-swiper-dot-active,
|
|
swiper.square-dot .wx-swiper-dot.wx-swiper-dot-active,
|
|
@@ -2470,7 +2541,8 @@ swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active::after {
|
|
bottom: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
margin: auto;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
- border-radius: 20rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 20rpx;
|
|
|
|
+ border-radius: 20rpx;
|
|
}
|
|
}
|
|
swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active,
|
|
swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active,
|
|
swiper.round-dot .a-swiper-dot.a-swiper-dot-active,
|
|
swiper.round-dot .a-swiper-dot.a-swiper-dot-active,
|
|
@@ -2497,7 +2569,8 @@ swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active {
|
|
.card-swiper swiper-item {
|
|
.card-swiper swiper-item {
|
|
width: 610rpx !important;
|
|
width: 610rpx !important;
|
|
left: 70rpx;
|
|
left: 70rpx;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
padding: 40rpx 0rpx 70rpx;
|
|
padding: 40rpx 0rpx 70rpx;
|
|
overflow: initial;
|
|
overflow: initial;
|
|
}
|
|
}
|
|
@@ -2505,7 +2578,8 @@ swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active {
|
|
width: 100%;
|
|
width: 100%;
|
|
display: block;
|
|
display: block;
|
|
height: 100%;
|
|
height: 100%;
|
|
- border-radius: 10rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 10rpx;
|
|
|
|
+ border-radius: 10rpx;
|
|
-webkit-transform: scale(0.9);
|
|
-webkit-transform: scale(0.9);
|
|
transform: scale(0.9);
|
|
transform: scale(0.9);
|
|
-webkit-transition: all 0.2s ease-in 0s;
|
|
-webkit-transition: all 0.2s ease-in 0s;
|
|
@@ -2542,7 +2616,8 @@ swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active {
|
|
.tower-swiper .tower-item .swiper-item {
|
|
.tower-swiper .tower-item .swiper-item {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 6rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
/* ==================
|
|
/* ==================
|
|
@@ -2625,7 +2700,8 @@ scroll-view.cu-steps .cu-item {
|
|
.cu-steps .cu-item .num {
|
|
.cu-steps .cu-item .num {
|
|
width: 40rpx;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
height: 40rpx;
|
|
- border-radius: 50%;
|
|
|
|
|
|
+ -webkit-border-radius: 50%;
|
|
|
|
+ border-radius: 50%;
|
|
line-height: 40rpx;
|
|
line-height: 40rpx;
|
|
margin: 20rpx auto;
|
|
margin: 20rpx auto;
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
@@ -2806,7 +2882,8 @@ scroll-view.cu-steps .cu-item {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 0;
|
|
right: 0;
|
|
top: 0;
|
|
top: 0;
|
|
- border-bottom-left-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-bottom-left-radius: 6rpx;
|
|
|
|
+ border-bottom-left-radius: 6rpx;
|
|
padding: 6rpx 12rpx;
|
|
padding: 6rpx 12rpx;
|
|
height: auto;
|
|
height: auto;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
@@ -2837,7 +2914,8 @@ scroll-view.cu-steps .cu-item {
|
|
.grid.grid-square>view {
|
|
.grid.grid-square>view {
|
|
margin-right: 20rpx;
|
|
margin-right: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ -webkit-border-radius: 6rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
position: relative;
|
|
position: relative;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
@@ -3274,11 +3352,13 @@ scroll-view.cu-steps .cu-item {
|
|
color: #666666;
|
|
color: #666666;
|
|
}
|
|
}
|
|
.bg-shadeTop {
|
|
.bg-shadeTop {
|
|
|
|
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.01)));
|
|
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
|
|
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
|
|
background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
|
|
background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
.bg-shadeBottom {
|
|
.bg-shadeBottom {
|
|
|
|
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 1)));
|
|
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 1));
|
|
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 1));
|
|
background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 1));
|
|
background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 1));
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
@@ -3362,49 +3442,64 @@ scroll-view.cu-steps .cu-item {
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
.shadow[class*="-red"] {
|
|
.shadow[class*="-red"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(204, 69, 59, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(204, 69, 59, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(204, 69, 59, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-orange"] {
|
|
.shadow[class*="-orange"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(217, 109, 26, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(217, 109, 26, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(217, 109, 26, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-yellow"] {
|
|
.shadow[class*="-yellow"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(224, 170, 7, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(224, 170, 7, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(224, 170, 7, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-olive"] {
|
|
.shadow[class*="-olive"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(124, 173, 55, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(124, 173, 55, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(124, 173, 55, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-green"] {
|
|
.shadow[class*="-green"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(48, 156, 63, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(48, 156, 63, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(48, 156, 63, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-cyan"] {
|
|
.shadow[class*="-cyan"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(28, 187, 180, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(28, 187, 180, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(28, 187, 180, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-blue"] {
|
|
.shadow[class*="-blue"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(0, 102, 204, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(0, 102, 204, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(0, 102, 204, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-purple"] {
|
|
.shadow[class*="-purple"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(88, 48, 156, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(88, 48, 156, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(88, 48, 156, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-mauve"] {
|
|
.shadow[class*="-mauve"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(133, 33, 150, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(133, 33, 150, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(133, 33, 150, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-pink"] {
|
|
.shadow[class*="-pink"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(199, 50, 134, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(199, 50, 134, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(199, 50, 134, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-brown"] {
|
|
.shadow[class*="-brown"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(140, 88, 53, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(140, 88, 53, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(140, 88, 53, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-grey"] {
|
|
.shadow[class*="-grey"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(114, 130, 138, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(114, 130, 138, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(114, 130, 138, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-gray"] {
|
|
.shadow[class*="-gray"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(114, 130, 138, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(114, 130, 138, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(114, 130, 138, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-black"] {
|
|
.shadow[class*="-black"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(26, 26, 26, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(26, 26, 26, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(26, 26, 26, 0.2);
|
|
}
|
|
}
|
|
.shadow[class*="-white"] {
|
|
.shadow[class*="-white"] {
|
|
- box-shadow: 6rpx 6rpx 8rpx rgba(26, 26, 26, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 6rpx 6rpx 8rpx rgba(26, 26, 26, 0.2);
|
|
|
|
+ box-shadow: 6rpx 6rpx 8rpx rgba(26, 26, 26, 0.2);
|
|
}
|
|
}
|
|
.text-shadow[class*="-red"] {
|
|
.text-shadow[class*="-red"] {
|
|
text-shadow: 6rpx 6rpx 8rpx rgba(204, 69, 59, 0.2);
|
|
text-shadow: 6rpx 6rpx 8rpx rgba(204, 69, 59, 0.2);
|
|
@@ -3459,7 +3554,8 @@ scroll-view.cu-steps .cu-item {
|
|
}
|
|
}
|
|
.bg-mask::after {
|
|
.bg-mask::after {
|
|
content: "";
|
|
content: "";
|
|
- border-radius: inherit;
|
|
|
|
|
|
+ -webkit-border-radius: inherit;
|
|
|
|
+ border-radius: inherit;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
display: block;
|
|
@@ -4572,7 +4668,8 @@ image {
|
|
}
|
|
}
|
|
view,
|
|
view,
|
|
text {
|
|
text {
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
}
|
|
}
|
|
.u-font-xs {
|
|
.u-font-xs {
|
|
font-size: 22rpx;
|
|
font-size: 22rpx;
|
|
@@ -7685,7 +7782,8 @@ page {
|
|
left: 0;
|
|
left: 0;
|
|
top: 0;
|
|
top: 0;
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
-webkit-transform-origin: 0 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
width: 199.8%;
|
|
width: 199.8%;
|