修复 发布服务-选择类目弹出窗分隔线混乱的问题

This commit is contained in:
yangdanqi 2022-04-29 17:19:08 +08:00
parent b0a396f9bd
commit 3918c52643
1 changed files with 13 additions and 1 deletions

View File

@ -20,7 +20,7 @@
@scroll="verticalMain">
<view class="padding-top padding-lr" v-for="(type, index1) in childrenList" :key="index1"
:id="'main-'+type.id">
<view class="cu-bar solid-bottom bg-white">
<view class="cu-bar bg-white bottom-border">
<view class="action">
<text class="cuIcon-title text-main-color"></text>{{type.name}}
</view>
@ -182,4 +182,16 @@
-webkit-transform: translateX(0.5px);
transform: translateX(0rpx);
}
.cu-list.menu-avatar>.cu-item:after, .cu-list.menu>.cu-item:after {
border: none;
}
.cu-list>.cu-item:last-child:after, .cu-list.menu>.cu-item:last-child:after {
border: none;
}
.bottom-border {
border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
}
</style>