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

View File

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