中药检索完成
This commit is contained in:
@@ -26,4 +26,39 @@ button::after {
|
||||
// 主题字体色
|
||||
.themeFontColor {
|
||||
color: $themeColor !important;
|
||||
}
|
||||
// 中药检索弹出层样式
|
||||
.CNMedicineSearchPopup {
|
||||
.dp_title {
|
||||
font-size: 28rpx;
|
||||
font-weight: 700;
|
||||
padding: 20rpx 20rpx 0;
|
||||
}
|
||||
.twoCateList {
|
||||
font-size: 28rpx;
|
||||
margin-top: 20rpx;
|
||||
.u-border-bottom{
|
||||
border-bottom-width: 0 !important
|
||||
}
|
||||
.u-border-right{
|
||||
border-right-width: 0 !important
|
||||
}
|
||||
.grid-text {
|
||||
width: 212rpx;
|
||||
padding: 10rpx;
|
||||
margin-bottom: 10rpx;
|
||||
text-align: center;
|
||||
border: 0.5px solid #dadbde;
|
||||
}
|
||||
|
||||
.cur {
|
||||
color: #55aa7f;
|
||||
border: 0.5px solid #55aa7f;
|
||||
}
|
||||
|
||||
.u-grid-list{
|
||||
// border-top: 0.5px solid #dadbde;
|
||||
// border-bottom: 0.5px solid #dadbde;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user