|
@@ -3,13 +3,13 @@
|
|
<div class="page-title">体疗师认证</div>
|
|
<div class="page-title">体疗师认证</div>
|
|
<div class="page-top">
|
|
<div class="page-top">
|
|
<div class="swiper">
|
|
<div class="swiper">
|
|
- <SimpleSwiper :imageList="doctorInfo.bannerList"></SimpleSwiper>
|
|
|
|
|
|
+ <SimpleSwiper :imageList="doctorInfo.bannerList" fit="contain"></SimpleSwiper>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="page-content">
|
|
<div class="page-content">
|
|
<div class="doctor-info px-4 pt-4 md:pt-0">
|
|
<div class="doctor-info px-4 pt-4 md:pt-0">
|
|
<div class="name pb-4">{{ doctorInfo.doctorName }}</div>
|
|
<div class="name pb-4">{{ doctorInfo.doctorName }}</div>
|
|
- <div class="tag pb-1">{{ doctorInfo.tagList.join(' | ') }}</div>
|
|
|
|
|
|
+ <!-- <div class="tag pb-1">{{ doctorInfo.tagList.join(' | ') }}</div> -->
|
|
<div class="code pb-1">
|
|
<div class="code pb-1">
|
|
从业资格证编号:{{ doctorInfo.certificateNo }}
|
|
从业资格证编号:{{ doctorInfo.certificateNo }}
|
|
</div>
|
|
</div>
|
|
@@ -106,11 +106,11 @@ export default {
|
|
&::after {
|
|
&::after {
|
|
content: '';
|
|
content: '';
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 76px;
|
|
|
|
|
|
+ width: 100px;
|
|
height: 28px;
|
|
height: 28px;
|
|
- background: url(~assets/theme-images/common/h5-icon-doctor-ad.png)
|
|
|
|
|
|
+ background: url(~assets/theme-images/ross/h5-icon-doctor-ad.png)
|
|
no-repeat;
|
|
no-repeat;
|
|
- background-size: 76px 28px;
|
|
|
|
|
|
+ background-size: auto 28px;
|
|
vertical-align: -5px;
|
|
vertical-align: -5px;
|
|
margin-left: 8px;
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
@@ -219,11 +219,11 @@ export default {
|
|
&::after {
|
|
&::after {
|
|
content: '';
|
|
content: '';
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 13.6vw;
|
|
|
|
|
|
+ width: 18.6vw;
|
|
height: 5vw;
|
|
height: 5vw;
|
|
- background: url(~assets/theme-images/common/h5-icon-doctor-ad.png)
|
|
|
|
|
|
+ background: url(~assets/theme-images/ross/h5-icon-doctor-ad.png)
|
|
no-repeat;
|
|
no-repeat;
|
|
- background-size: 13.6vw 5vw;
|
|
|
|
|
|
+ background-size: auto 5vw;
|
|
vertical-align: -0.8vw;
|
|
vertical-align: -0.8vw;
|
|
margin-left: 1.2vw;
|
|
margin-left: 1.2vw;
|
|
}
|
|
}
|