调整图片
This commit is contained in:
@@ -721,7 +721,7 @@ export default {
|
||||
float: left;
|
||||
}
|
||||
|
||||
::v-deep.list_item {
|
||||
/deep/.list_item {
|
||||
border-radius: 20rpx;
|
||||
|
||||
margin-bottom: 40rpx;
|
||||
@@ -738,7 +738,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
// ::v-deep.list_item :nth-child(2n-1) {
|
||||
// /deep/.list_item :nth-child(2n-1) {
|
||||
// background: rgba(255, 255, 255, 0.85) !important;
|
||||
// }
|
||||
.feng {
|
||||
@@ -761,7 +761,7 @@ export default {
|
||||
background-image: #edf6f5ad !important;
|
||||
}
|
||||
|
||||
::v-deep.uni-scroll-view-content {
|
||||
/deep/.uni-scroll-view-content {
|
||||
box-sizing: border-box !important;
|
||||
padding: 20rpx !important;
|
||||
}
|
||||
@@ -794,7 +794,7 @@ export default {
|
||||
// justify-content: space-between;
|
||||
}
|
||||
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: rgba(255, 255, 255, 0.85) !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1045,11 +1045,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.titleItem {
|
||||
/deep/.titleItem {
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -1357,32 +1357,32 @@ export default {
|
||||
// background:
|
||||
}
|
||||
|
||||
::v-deep.u-alert--warning--light {
|
||||
/deep/.u-alert--warning--light {
|
||||
background-color: none !important;
|
||||
}
|
||||
|
||||
::v-deep.u-alert__text--warning--light {
|
||||
/deep/.u-alert__text--warning--light {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
::v-deep.u-alert {
|
||||
/deep/.u-alert {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
::v-deep.u-icon__icon--warning {
|
||||
/deep/.u-icon__icon--warning {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
::v-deep.uni-section {
|
||||
/deep/.uni-section {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
::v-deep.uni-section .uni-section-header {
|
||||
/deep/.uni-section .uni-section-header {
|
||||
padding-top: 10rpx !important;
|
||||
padding-bottom: 10rpx !important;
|
||||
}
|
||||
|
||||
::v-deep.uni-section .uni-section-header {
|
||||
/deep/.uni-section .uni-section-header {
|
||||
padding-left: 0rpx !important;
|
||||
// padding-bottom: 10rpx !important;
|
||||
}
|
||||
@@ -1646,12 +1646,12 @@ export default {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
::v-deep.section {
|
||||
/deep/.section {
|
||||
padding-top: 0 !important;
|
||||
background: linear-gradient(108deg, #f0fbf4 0%, #d1e8da 100%) !important;
|
||||
}
|
||||
|
||||
::v-deep.section_box {
|
||||
/deep/.section_box {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -637,11 +637,11 @@ export default {
|
||||
width: 240rpx;
|
||||
height: 50rpx !important;
|
||||
|
||||
::v-deep.uni-select {
|
||||
/deep/.uni-select {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
::v-deep.uni-select__selector-item {
|
||||
/deep/.uni-select__selector-item {
|
||||
font-size: 24rpx;
|
||||
// padding: 0 10rpx;
|
||||
}
|
||||
|
||||
@@ -1067,11 +1067,11 @@ export default {
|
||||
width: 240rpx;
|
||||
height: 50rpx !important;
|
||||
|
||||
::v-deep.uni-select {
|
||||
/deep/.uni-select {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
::v-deep.uni-select__selector-item {
|
||||
/deep/.uni-select__selector-item {
|
||||
font-size: 24rpx;
|
||||
// padding: 0 10rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user