This commit is contained in:
@fawn-nine
2024-07-23 11:21:15 +08:00
parent c8ffd37e4a
commit 87d32db367
3 changed files with 524 additions and 268 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -379,11 +379,14 @@
.subCate {
padding-top:10px;
padding-bottom: 10px;
.item {
display: flex;
.item {
border: 1px solid #bfcad9;
display: inline-block;
text-align: center;
font-size: 26rpx;
background-color: #fff;
border-radius: 10px;
border-radius: 4px; width: 100%;
color: #333;
margin-right: 16rpx;
padding: 14rpx 30rpx;
@@ -394,6 +397,7 @@
}
.item.active {
border-color: $themeColor;
background-color: $themeColor;
color: #fff;
}

View File

@@ -46,7 +46,7 @@
</view>
</view>
</view>
<view class="fourBox" style="padding: 0;" v-if="sbuMedicalTagsList && sbuMedicalTagsList.length > 0">
<view class="fourBox" style="padding: 0; padding-bottom: 8rpx;" v-if="sbuMedicalTagsList && sbuMedicalTagsList.length > 0">
<view class="childrenBox fourIcon flexbox" style="justify-content: space-around;">
<div class="item flexbox" @click="curseClickJump(item)" v-for="(item, index) in sbuMedicalTagsList"
:key="index">
@@ -1058,13 +1058,15 @@
}
.childrenBox {
background-color: #e4eefa !important;
// background-color: #e4eefa !important;
border:1px solid #e4eefa;
border-radius: 6rpx !important;
// @include mshadow(10px, 1);
background-color: #fff;
justify-content: center;
box-shadow: none !important;
border-radius: 0 !important;
// border-radius: 0 !important;
.item {
text {
color: #3361a5;
@@ -1114,7 +1116,7 @@
.fourIcon {
justify-content: space-between;
box-shadow: 0px 0px 10px 0px rgba(167, 187, 228, 1);
margin-bottom: 8px;
// margin-bottom: 8px;
// border: 1px solid #fff;
text-align: center;
height: 60px;
@@ -1350,6 +1352,7 @@
background-color: #fff;
padding: 0 10rpx;
border-top: 1px solid #eee;
padding-top: 4rpx;
// padding-bottom:2rpx;
}
.home_nar {
@@ -1372,7 +1375,7 @@
// box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
image {
width: 120rpx;
width: 100rpx;
height: 90rpx;
display: block;
margin: 0 auto;
@@ -1400,7 +1403,7 @@
// position: relative;
text {
color: #3361a5;
font-weight: bold;
// font-weight: bold;
}
}
// .hn_cl_tit.active::after{