Merge main into shccd159,保留 shccd159 配置(jjy/ccd 域名)
Made-with: Cursor
This commit is contained in:
@@ -377,7 +377,7 @@ checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
|
||||
.uni-p-b-98{
|
||||
height: 100rpx;
|
||||
/* 兼容 IOS<11.2 */
|
||||
height: calc(100rpx+ constant(safe-area-inset-bottom));
|
||||
height: calc(100rpx + constant(safe-area-inset-bottom));
|
||||
/* 兼容 IOS>11.2 */
|
||||
height: calc(100rpx + env(safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
@@ -50,11 +50,11 @@
|
||||
width: 100rpx;
|
||||
border-radius: 4rpx 0 0 4rpx;
|
||||
}
|
||||
/deep/.time {
|
||||
::v-deep.time {
|
||||
font-size: 22rpx;
|
||||
color: #e93323;
|
||||
align-items: center;
|
||||
/deep/.red {
|
||||
::v-deep.red {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
@@ -92,7 +92,7 @@
|
||||
width: 122rpx;
|
||||
height: 122rpx;
|
||||
position: absolute;
|
||||
/deep/image,/deep/.easy-loadimage,/deep/uni-image {
|
||||
::v-deepimage,::v-deep.easy-loadimage,::v-deepuni-image {
|
||||
width: 122rpx;
|
||||
height: 122rpx;
|
||||
}
|
||||
@@ -142,7 +142,7 @@
|
||||
height: 210rpx;
|
||||
right: 18rpx;
|
||||
bottom: 18rpx;
|
||||
/deep/image,/deep/.easy-loadimage,/deep/uni-image {
|
||||
::v-deepimage,::v-deep.easy-loadimage,::v-deepuni-image {
|
||||
width: 210rpx;
|
||||
height: 210rpx;
|
||||
}
|
||||
@@ -161,7 +161,7 @@
|
||||
.img-box {
|
||||
right: 14rpx;
|
||||
bottom: 14rpx;
|
||||
/deep/image,/deep/.easy-loadimage,/deep/uni-image{
|
||||
::v-deepimage,::v-deep.easy-loadimage,::v-deepuni-image{
|
||||
width: 122rpx;
|
||||
height: 122rpx;
|
||||
}
|
||||
@@ -196,7 +196,7 @@
|
||||
width: 210rpx;
|
||||
.img-box {
|
||||
height: 210rpx;
|
||||
/deep/image,/deep/.easy-loadimage,uni-image{
|
||||
::v-deepimage,::v-deep.easy-loadimage,uni-image{
|
||||
height: 210rpx;
|
||||
}
|
||||
}
|
||||
@@ -222,7 +222,7 @@
|
||||
left: 10rpx;
|
||||
font-size: 20rpx;
|
||||
}
|
||||
/deep/image,/deep/.easy-loadimage,uni-image {
|
||||
::v-deepimage,::v-deep.easy-loadimage,uni-image {
|
||||
width: 100%;
|
||||
height: 222rpx;
|
||||
border-radius: 16rpx;
|
||||
@@ -253,7 +253,7 @@
|
||||
color: $theme-color;
|
||||
}
|
||||
}
|
||||
/deep/.img-box0 image,/deep/.img-box0 .easy-loadimage,/deep/.img-box0 uni-image {
|
||||
::v-deep.img-box0 image,::v-deep.img-box0 .easy-loadimage,::v-deep.img-box0 uni-image {
|
||||
border-radius: 0;
|
||||
}
|
||||
.info {
|
||||
|
||||
@@ -583,7 +583,7 @@ uni-checkbox:not([disabled]) .uni-checkbox-input:hover{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding-bottom: 20rpx;
|
||||
padding-bottom: calc(100rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
|
||||
padding-bottom: calc(100rpx + constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
|
||||
padding-bottom: calc(100rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
|
||||
}
|
||||
//活动边框样式
|
||||
|
||||
Reference in New Issue
Block a user