|
@@ -2498,11 +2498,13 @@ button.cuIcon.lg {
|
|
.cu-modal.drawer-modal.show .cu-dialog {
|
|
.cu-modal.drawer-modal.show .cu-dialog {
|
|
transform: translateX(0%);
|
|
transform: translateX(0%);
|
|
}
|
|
}
|
|
-.cu-modal .cu-dialog>.cu-bar:first-child .action{
|
|
|
|
- min-width: 100rpx;
|
|
|
|
- margin-right: 0;
|
|
|
|
- min-height: 100rpx;
|
|
|
|
|
|
+
|
|
|
|
+.cu-modal .cu-dialog>.cu-bar:first-child .action {
|
|
|
|
+ min-width: 100rpx;
|
|
|
|
+ margin-right: 0;
|
|
|
|
+ min-height: 100rpx;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* ==================
|
|
/* ==================
|
|
轮播
|
|
轮播
|
|
==================== */
|
|
==================== */
|
|
@@ -2932,11 +2934,13 @@ scroll-view.cu-steps .cu-item {
|
|
position: relative;
|
|
position: relative;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
+
|
|
.grid.grid-square>view.bg-img image {
|
|
.grid.grid-square>view.bg-img image {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
position: absolute;
|
|
}
|
|
}
|
|
|
|
+
|
|
.grid.col-1.grid-square>view {
|
|
.grid.col-1.grid-square>view {
|
|
padding-bottom: 100%;
|
|
padding-bottom: 100%;
|
|
height: 0;
|
|
height: 0;
|
|
@@ -3478,6 +3482,11 @@ scroll-view.cu-steps .cu-item {
|
|
color: #666666;
|
|
color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.bg-light {
|
|
|
|
+ background-color: #e7f8ff;
|
|
|
|
+ color: #000;
|
|
|
|
+}
|
|
|
|
+
|
|
.bg-shadeTop {
|
|
.bg-shadeTop {
|
|
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;
|
|
@@ -3909,4 +3918,4 @@ scroll-view.cu-steps .cu-item {
|
|
.line-white,
|
|
.line-white,
|
|
.lines-white {
|
|
.lines-white {
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
-}
|
|
|
|
|
|
+}
|