|
@@ -228,7 +228,6 @@ export default {
|
|
|
}
|
|
|
.head {
|
|
|
width: calc(100% - 60rpx);
|
|
|
- // box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
|
padding: 40rpx;
|
|
|
position: fixed;
|
|
|
background: url("~@/static/app-plus/menu-title-bg.png") no-repeat center;
|
|
@@ -243,15 +242,29 @@ export default {
|
|
|
color: #fff;
|
|
|
}
|
|
|
.self {
|
|
|
- font: 16px;
|
|
|
+ font: 14px;
|
|
|
padding-left: 20rpx;
|
|
|
- background-color: #fff;
|
|
|
+ ::v-deep {
|
|
|
+ .checklist-text {
|
|
|
+ span {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.list {
|
|
|
width: 90%;
|
|
|
margin-top: 150rpx;
|
|
|
height: 90vh;
|
|
|
+ ::v-deep {
|
|
|
+ .uni-list--border-top {
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+ .uni-list-item__container {
|
|
|
+ padding: 12rpx 30rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
.loadmore {
|
|
|
padding: 30rpx 0px;
|