|
@@ -6,10 +6,12 @@
|
6
|
6
|
<div class="swiper-slide">
|
7
|
7
|
<div v-for="item in this.patientModels" :key="item.id" v-show="modelshow">
|
8
|
8
|
<!-- 轮播图 -->
|
9
|
|
- <div class="modeone" v-if="item.mode_type == 1" @click="rotationlink()">
|
|
9
|
+ <div class="modeone" v-if="item.mode_type == 1">
|
10
|
10
|
<mt-swipe :auto="2000" class="swipertwo">
|
11
|
11
|
<mt-swipe-item v-for="it in item.PatientEditpiclink" :key="it.id">
|
|
12
|
+ <a :href="it.linkaddress.length > 0 ? it.linkaddress: 'javascript:;' " style="width:100%;height:230px">
|
12
|
13
|
<img :src="it.images" style="width:100%;height:230px">
|
|
14
|
+ </a>
|
13
|
15
|
</mt-swipe-item>
|
14
|
16
|
</mt-swipe>
|
15
|
17
|
<div class="box"></div>
|
|
@@ -44,14 +46,14 @@
|
44
|
46
|
<!-- <div class="more" @click="docmore(item.id,item.user_org_id)">查看更多</div> -->
|
45
|
47
|
<!-- <div class="logo"><img src="static\images\u216.png"></div> -->
|
46
|
48
|
<div class="docborde">
|
47
|
|
- <div class="docheart" v-for="doc in item.Editdoctor" :key="doc.id">
|
|
49
|
+ <div class="docheart" v-for="doc in item.Editdoctor" :key="doc.id" @click="docClick(doc.id,doc.user_org_id)">
|
48
|
50
|
<div class="docimage">
|
49
|
51
|
<img :src="doc.dochead" style="height:80px;width:80px">
|
50
|
52
|
</div>
|
51
|
53
|
<div class="doctitle"><span class="docnamefont">{{doc.doc_name}}</span></div>
|
52
|
54
|
<div class="doccontent"><span class="xxcontent" v-html="doc.docintroduction"></span></div>
|
53
|
55
|
</div>
|
54
|
|
- </div>
|
|
56
|
+ </div>
|
55
|
57
|
<div class="box"></div>
|
56
|
58
|
</div>
|
57
|
59
|
|
|
@@ -65,7 +67,9 @@
|
65
|
67
|
<div class="swiper-container swiperthree" >
|
66
|
68
|
<div class="swiper-wrapper" id="wrappert">
|
67
|
69
|
<div class="swiper-slide" v-for="itms in item.Enviroimages" :key="itms.id">
|
|
70
|
+ <viewer>
|
68
|
71
|
<img :src="itms.enviroimages" style="width:150px;height:140px;border-radius:5px"/>
|
|
72
|
+ </viewer>
|
69
|
73
|
</div>
|
70
|
74
|
</div>
|
71
|
75
|
</div>
|
|
@@ -83,7 +87,7 @@
|
83
|
87
|
<div class="acthead">
|
84
|
88
|
<img :src="it.imgs" style="width:80px;height:80px">
|
85
|
89
|
</div>
|
86
|
|
- <div class="actcontent">
|
|
90
|
+ <div class="actcontent" @click="clickTitle(it.id,it.user_org_id)">
|
87
|
91
|
<div class="actname"><span>{{it.title}}</span></div>
|
88
|
92
|
<!-- <div class="actcomments">阅读:{{it.real_read_num}}|评论:{{it.comment_num}}|点赞:{{it.star_num}}</div> -->
|
89
|
93
|
</div>
|
|
@@ -101,7 +105,7 @@
|
101
|
105
|
<div class="acthead">
|
102
|
106
|
<img :src="it.poster_photo" style="width:80px;height:80px">
|
103
|
107
|
</div>
|
104
|
|
- <div class="actcontent">
|
|
108
|
+ <div class="actcontent" @click="clickActiles(it.id,it.user_org_id)">
|
105
|
109
|
<div class="actname"><span>{{it.title}}</span></div>
|
106
|
110
|
<!-- <div class="actcomments">阅读:{{it.read_num}}|评论:{{it.comment_num}}|点赞:{{it.star_num}}</div>
|
107
|
111
|
<div class="progress">
|
|
@@ -130,13 +134,13 @@
|
130
|
134
|
</div>
|
131
|
135
|
</div>
|
132
|
136
|
</div>
|
133
|
|
- <div class="scroll" v-show="defalutshow">暂无数据</div>q
|
|
137
|
+ <div class="scroll" v-show="defalutshow">暂无数据</div>
|
134
|
138
|
<!-- 医院介绍详情 -->
|
135
|
|
- <div class="scroll" v-show="hosshow" style="padding:15px 4%;" v-html="hospitalform.introduction" id="target"></div>
|
|
139
|
+ <div class="scroll" v-show="hosshow" style="padding:15px 4%;" v-html="hospitalform.introduction"></div>
|
136
|
140
|
<!-- 科室介绍详情 -->
|
137
|
141
|
<div class="scroll" v-show="keshow" style="padding:15px 4%;" v-html="officeform.introduction"></div>
|
138
|
142
|
<!-- 名医介绍详情 -->
|
139
|
|
- <div class="scroll" v-show="docshow" id="targetthree">
|
|
143
|
+ <div class="scroll" v-show="docshow" id="targetthree" style="padding:15px 4%">
|
140
|
144
|
<div class="docone" v-for="item in this.editdocfrom" :key="item.id" @click="singleDoctorInfo(item.id,item.user_org_id)">
|
141
|
145
|
<div class="doctwo">
|
142
|
146
|
<img :src="item.dochead" style="width:80px;height:80px">
|
|
@@ -156,7 +160,9 @@
|
156
|
160
|
<div class="swiper-container swiperfour" >
|
157
|
161
|
<div class="swiper-wrapper" id="wrappertwo" >
|
158
|
162
|
<div class="swiper-slide " v-for="it in keEnvironmentImages" :key="it.id">
|
|
163
|
+ <viewer>
|
159
|
164
|
<img :src="it.enviroimages" style="width:150px;height:140px;border-radius:5px;"/>
|
|
165
|
+ </viewer>
|
160
|
166
|
</div>
|
161
|
167
|
</div>
|
162
|
168
|
</div>
|
|
@@ -164,7 +170,7 @@
|
164
|
170
|
</div>
|
165
|
171
|
|
166
|
172
|
<!-- 文章列表详情 -->
|
167
|
|
- <div class="scroll" v-show="ArticlelistShow" id="targetfive">
|
|
173
|
+ <div class="scroll" v-show="ArticlelistShow" id="targetfive" style="padding:15px 4%;">
|
168
|
174
|
<div class="actilist" v-for="it in Articlelist" :key="it.id" @click="singleArticleInfo(it.id,it.user_org_id)">
|
169
|
175
|
<div class="acthead">
|
170
|
176
|
<img :src="it.imgs" style="width:80px;height:80px">
|
|
@@ -177,7 +183,7 @@
|
177
|
183
|
</div>
|
178
|
184
|
|
179
|
185
|
<!-- 活动列表详情 -->
|
180
|
|
- <div class="scroll" v-show="ActivitieslistShow" id="targetsix">
|
|
186
|
+ <div class="scroll" v-show="ActivitieslistShow" id="targetsix" style="padding:15px 4%;">
|
181
|
187
|
<div class="actilist" v-for="it in Activitieslist" :key="it.id" @click="singleActivitInfo(it.id,it.user_org_id)">
|
182
|
188
|
<div class="acthead">
|
183
|
189
|
<img :src="it.poster_photo" style="width:80px;height:80px">
|
|
@@ -193,7 +199,7 @@
|
193
|
199
|
</div>
|
194
|
200
|
|
195
|
201
|
<!-- 联系我们页面 -->
|
196
|
|
- <div class="scroll" v-show="contactShow">
|
|
202
|
+ <div class="scroll" v-show="contactShow" style="padding:15px 4%;">
|
197
|
203
|
<div v-for="item in this.ordmodel" :key="item.id">
|
198
|
204
|
<div v-if="item.mode_type == 1" class="contractmodeone">
|
199
|
205
|
<mt-swipe :auto="4000" class="swipertwo">
|
|
@@ -208,8 +214,13 @@
|
208
|
214
|
</div>
|
209
|
215
|
<div v-if="item.mode_type == 3">
|
210
|
216
|
<div class="oldmodeone" v-for="it in Connectways" :key="it.id">
|
211
|
|
- <span>{{it.title}}: {{it.content}}</span><br>
|
212
|
|
- </div>
|
|
217
|
+ <div class="oldmodefive">
|
|
218
|
+ <span>{{it.title}}: {{it.content}}</span>
|
|
219
|
+ </div>
|
|
220
|
+ <div class="oldmodesix" @click="tallPhone(it.content)">
|
|
221
|
+ <img src="static/images/u318.png" style="width 100%;height:100%">
|
|
222
|
+ </div>
|
|
223
|
+ </div>
|
213
|
224
|
</div>
|
214
|
225
|
<div class="oldmodefour" v-if="item.mode_type == 4">
|
215
|
226
|
<div><span>{{item.title}}: {{item.Worktime.worktime}}</span></div>
|
|
@@ -221,36 +232,35 @@
|
221
|
232
|
</div>
|
222
|
233
|
|
223
|
234
|
<!-- 单个名医介绍 -->
|
224
|
|
- <div class="scroll" v-show="singleDoctorshow">
|
|
235
|
+ <div class="scroll" v-show="singleDoctorshow" style="padding:15px 4%;">
|
|
236
|
+
|
225
|
237
|
<div class="doctorInfo">
|
226
|
|
- <div class="doctorhead">
|
227
|
|
- <img :src="doctors.dochead" style="width:100%;height:100%">
|
228
|
|
- </div>
|
229
|
|
- <div class="doctorname">
|
230
|
|
- 姓名:{{doctors.doc_name}}
|
231
|
|
- </div>
|
232
|
|
- <div class="doctorposition">
|
233
|
|
- 职位:{{doctors.doc_postion}}
|
234
|
|
- </div>
|
235
|
|
- </div>
|
236
|
|
- <div class="doctorintroduction">医生简介:</div>
|
237
|
|
- <div class="doctorintro" v-html="doctors.docintroduction">
|
238
|
|
-
|
|
238
|
+ <div class="doctorhead">
|
|
239
|
+ <img :src="doctors.dochead" style="width:100%;height:100%">
|
|
240
|
+ </div>
|
|
241
|
+ <div class="doctorname">
|
|
242
|
+ 姓名:{{doctors.doc_name}}
|
|
243
|
+ </div>
|
|
244
|
+ <div class="doctorposition">
|
|
245
|
+ 职位:{{doctors.doc_postion}}
|
|
246
|
+ </div>
|
239
|
247
|
</div>
|
|
248
|
+ <div class="doctorintroduction">医生简介:</div>
|
|
249
|
+ <div class="doctorintro" v-html="doctors.docintroduction"></div>
|
240
|
250
|
</div>
|
241
|
251
|
|
242
|
252
|
<!-- 单个文章列表详情 -->
|
243
|
|
- <div class="scroll" v-show="singleArticleshow">
|
244
|
|
- <div class="artictitle">
|
245
|
|
- {{articles.title}}
|
246
|
|
- </div>
|
247
|
|
- <div class="articcontent" v-html="articles.content">
|
|
253
|
+ <div class="scroll" v-show="singleArticleshow" style="padding:15px 4%;">
|
|
254
|
+ <div class="artictitle">
|
|
255
|
+ {{articles.title}}
|
|
256
|
+ </div>
|
|
257
|
+ <div class="articcontent" v-html="articles.content">
|
248
|
258
|
|
249
|
|
- </div>
|
|
259
|
+ </div>
|
250
|
260
|
</div>
|
251
|
261
|
|
252
|
262
|
<!-- 单个活动列表详情 -->
|
253
|
|
- <div class="scroll" v-show="singleActiveshow">
|
|
263
|
+ <div class="scroll" v-show="singleActiveshow" style="padding:15px 4%;">
|
254
|
264
|
<div class="activityImages">
|
255
|
265
|
<img :src="activitys.poster_photo" style="width:100%;height:100%">
|
256
|
266
|
</div>
|
|
@@ -307,18 +317,6 @@
|
307
|
317
|
<img :src="item.navimages" style="width:30px; height:30px" @click="callPhone(item.navtitle,item.navaddress)">
|
308
|
318
|
<span>{{item.navtitle}}</span>
|
309
|
319
|
</div>
|
310
|
|
- <!-- <div class="buttonone">
|
311
|
|
- <img src="static/images/u309.png" style="width:30px; height:30px">
|
312
|
|
- </div> -->
|
313
|
|
- <!-- <div class="buttontwo">
|
314
|
|
- <img src="static/images/u309.png" style="width:30px; height:30px">
|
315
|
|
- </div>
|
316
|
|
- <div class="buttonthree">
|
317
|
|
- <img src="static/images/phone.png" style="width:30px;height:30px">
|
318
|
|
- </div>
|
319
|
|
- <div class="buttonfour">
|
320
|
|
- <img src="static/images/u311.png" style="width:30px; height:30px">
|
321
|
|
- </div> -->
|
322
|
320
|
</div>
|
323
|
321
|
</div>
|
324
|
322
|
</template>
|
|
@@ -332,7 +330,8 @@
|
332
|
330
|
Vue.component(Swipe.name, Swipe);
|
333
|
331
|
Vue.component(SwipeItem.name, SwipeItem);
|
334
|
332
|
import { getHospitaldata,getArticlelist,getActivities,hispitalmore,officemore,docmore,kemore,articlemore,Activitiesmore,getDefalutNavigationData,getOrderModel,getAllConnecWay,
|
335
|
|
- singleActivitInfo,singleArticleInfo,singleDoctorInfo} from '@/api/micro/micro'
|
|
333
|
+ singleActivitInfo,singleArticleInfo,singleDoctorInfo,GetRotationLinkAddress} from '@/api/micro/micro'
|
|
334
|
+import { link } from 'fs';
|
336
|
335
|
export default {
|
337
|
336
|
name: "micro",
|
338
|
337
|
data(){
|
|
@@ -408,20 +407,24 @@
|
408
|
407
|
}
|
409
|
408
|
})
|
410
|
409
|
},
|
411
|
|
-
|
412
|
|
- hispitalmore(id,orgid){
|
413
|
|
- hispitalmore(id,orgid).then(response=>{
|
414
|
|
- if(response.data.state ==1){
|
415
|
|
- var hospital = response.data.data.hospital;
|
416
|
|
- console.log("hospital",hospital)
|
417
|
|
- this.hospitalform = response.data.data.hospital;
|
418
|
|
- this.modelshow = false;
|
419
|
|
- this.hosshow = true;
|
420
|
|
- this.showindex = true;
|
421
|
|
- this.showtop = true;
|
422
|
|
- }
|
423
|
|
- })
|
424
|
|
- },
|
|
410
|
+
|
|
411
|
+ hispitalmore(){
|
|
412
|
+ alert("aaa")
|
|
413
|
+ this.$router.push({path:'/hospital'});
|
|
414
|
+ },
|
|
415
|
+ // hispitalmore(id,orgid){
|
|
416
|
+ // hispitalmore(id,orgid).then(response=>{
|
|
417
|
+ // if(response.data.state ==1){
|
|
418
|
+ // var hospital = response.data.data.hospital;
|
|
419
|
+ // console.log("hospital",hospital)
|
|
420
|
+ // this.hospitalform = response.data.data.hospital;
|
|
421
|
+ // this.modelshow = false;
|
|
422
|
+ // this.hosshow = true;
|
|
423
|
+ // this.showindex = true;
|
|
424
|
+ // this.showtop = true;
|
|
425
|
+ // }
|
|
426
|
+ // })
|
|
427
|
+ // },
|
425
|
428
|
//查看科室详情
|
426
|
429
|
officemore(id,orgid){
|
427
|
430
|
officemore(id,orgid).then(response=>{
|
|
@@ -503,13 +506,30 @@
|
503
|
506
|
this.contactShow = false;
|
504
|
507
|
this.keshow = false;
|
505
|
508
|
this.hosshow = false;
|
506
|
|
- this.getHospitaldata(this.$route.query.orgid);
|
|
509
|
+ this.docshow = false;
|
|
510
|
+ this.ActivitieslistShow = false;
|
|
511
|
+ this.ArticlelistShow = false;
|
|
512
|
+ this.OfficeEnviromentShow = false;
|
|
513
|
+ this.singleDoctorshow = false;
|
|
514
|
+ this.singleArticleshow = false;
|
|
515
|
+ this.singleActiveshow = false;
|
|
516
|
+ this.showindex = false;
|
|
517
|
+ this.showtop = false;
|
507
|
518
|
}
|
508
|
519
|
|
509
|
520
|
if(title == "联系我们"){
|
|
521
|
+ this.singleDoctorshow = false;
|
|
522
|
+ this.singleArticleshow = false;
|
|
523
|
+ this.singleActiveshow = false;
|
|
524
|
+ this.ActivitieslistShow = false;
|
|
525
|
+ this.ArticlelistShow = false;
|
|
526
|
+ this.keshow = false;
|
|
527
|
+ this.hosshow = false;
|
|
528
|
+ this.docshow = false;
|
510
|
529
|
this.modelshow = false;
|
511
|
530
|
this.contactShow = true;
|
512
|
531
|
this.getOrderModel(orgid);
|
|
532
|
+
|
513
|
533
|
}
|
514
|
534
|
if(title == "在线客服"){
|
515
|
535
|
window.location.href = 'tel://'+address+'';
|
|
@@ -521,6 +541,34 @@
|
521
|
541
|
|
522
|
542
|
},
|
523
|
543
|
|
|
544
|
+ clickTitle(id,orgid){
|
|
545
|
+ this.modelshow = false;
|
|
546
|
+ this.singleArticleshow = true;
|
|
547
|
+ this.showindex = true;
|
|
548
|
+ this.showtop = true;
|
|
549
|
+ singleArticleInfo(id,orgid).then(response=>{
|
|
550
|
+ if(response.data.state == 1){
|
|
551
|
+ var articles = response.data.data.articles;
|
|
552
|
+ this.articles = articles;
|
|
553
|
+ }
|
|
554
|
+ })
|
|
555
|
+
|
|
556
|
+ },
|
|
557
|
+
|
|
558
|
+ clickActiles(id,orgid){
|
|
559
|
+ this.modelshow = false;
|
|
560
|
+ this.singleActiveshow = true;
|
|
561
|
+ this.showindex = true;
|
|
562
|
+ this.showtop = true;
|
|
563
|
+ singleActivitInfo(id,orgid).then(response=>{
|
|
564
|
+ if(response.data.state ==1){
|
|
565
|
+ var activitys = response.data.data.activity;
|
|
566
|
+ this.activitys = activitys;
|
|
567
|
+ console.log("activitys",activitys)
|
|
568
|
+ }
|
|
569
|
+ })
|
|
570
|
+ },
|
|
571
|
+
|
524
|
572
|
returnIndex(){
|
525
|
573
|
this.defalutshow = false;
|
526
|
574
|
this.modelshow = true;
|
|
@@ -537,31 +585,9 @@
|
537
|
585
|
this.singleActiveshow = false;
|
538
|
586
|
},
|
539
|
587
|
returntop(){
|
540
|
|
- this.scrollToTopTimer();
|
541
|
|
- },
|
542
|
|
- scrollToTop() {
|
543
|
|
- this.scrollTop = document.getElementById('target').scrollTop;
|
544
|
|
- console.log("这个是什么",this.scrollToTop)
|
|
588
|
+ document.documentElement.scrollTop = 0
|
545
|
589
|
},
|
546
|
|
- backTop() {
|
547
|
|
- this.timer = setInterval(()=>{
|
548
|
|
- this.scrollToTopTimer()
|
549
|
|
- },20)
|
550
|
|
- },
|
551
|
|
- scrollToTopTimer() {
|
552
|
|
- let scrollTop = this.scrollTop;
|
553
|
|
- console.log("scrollTop是什么",scrollTop)
|
554
|
|
- if(scrollTop > 0) {
|
555
|
|
- scrollTop -= 100
|
556
|
|
- if(scrollTop <= 0) {
|
557
|
|
- scrollTop = 0
|
558
|
|
- clearInterval(this.timer)
|
559
|
|
- }
|
560
|
|
- }
|
561
|
|
- document.getElementById('target').scrollTop = scrollTop;
|
562
|
|
- console.log("娃哈哈",scrollTop)
|
563
|
|
- },
|
564
|
|
-
|
|
590
|
+
|
565
|
591
|
getDefalutNavigationData(orgid){
|
566
|
592
|
getDefalutNavigationData(orgid).then(response=>{
|
567
|
593
|
if(response.data.state == 1){
|
|
@@ -692,12 +718,26 @@
|
692
|
718
|
}
|
693
|
719
|
},
|
694
|
720
|
|
|
721
|
+ docClick(id,orgid){
|
|
722
|
+ this.modelshow = false;
|
|
723
|
+ this.singleDoctorshow = true;
|
|
724
|
+ this.showtop = true;
|
|
725
|
+ this.showindex = true;
|
|
726
|
+ singleDoctorInfo(id,orgid).then(response=>{
|
|
727
|
+ if(response.data.state ==1){
|
|
728
|
+ var editdoctor = response.data.data.editdoctor;
|
|
729
|
+ console.log("editdoctor",editdoctor)
|
|
730
|
+ this.doctors = editdoctor;
|
|
731
|
+ }
|
|
732
|
+ })
|
|
733
|
+ },
|
|
734
|
+
|
695
|
735
|
singleDoctorInfo(id,orgid){
|
696
|
|
- this.docshow = false;
|
697
|
|
- this.singleDoctorshow = true;
|
|
736
|
+ this.docshow = false;
|
|
737
|
+ this.singleDoctorshow = true;
|
698
|
738
|
singleDoctorInfo(id,orgid).then(response=>{
|
699
|
739
|
if(response.data.state ==1){
|
700
|
|
- var editdoctor = response.data.data.editdoctor;
|
|
740
|
+ var editdoctor = response.data.data.editdoctor;
|
701
|
741
|
this.doctors = editdoctor;
|
702
|
742
|
console.log("editdoctor",editdoctor)
|
703
|
743
|
}
|
|
@@ -727,14 +767,19 @@
|
727
|
767
|
})
|
728
|
768
|
},
|
729
|
769
|
|
730
|
|
- rotationlink(){
|
731
|
|
- this.$router.push({path:'/#/rotation'})
|
|
770
|
+ rotationlink(linkid,orgid){
|
|
771
|
+ GetRotationLinkAddress(linkid,orgid).then(response=>{
|
|
772
|
+ if(response.data.state == 1){
|
|
773
|
+ var linkaddress = response.data.data.linkaddress;
|
|
774
|
+ console.log("linkaddres是什么",linkaddress)
|
|
775
|
+ window.location.href = linkaddress.defineaddress;
|
|
776
|
+ }
|
|
777
|
+ })
|
|
778
|
+ },
|
|
779
|
+ tallPhone(content){
|
|
780
|
+ window.location.href = 'tel://'+content+'';
|
732
|
781
|
}
|
733
|
782
|
},
|
734
|
|
- destroyed(){
|
735
|
|
- clearInterval(this.timer)
|
736
|
|
- document.getElementById('target').removeEventListener('scroll', this.scrollToTop);
|
737
|
|
- },
|
738
|
783
|
created(){
|
739
|
784
|
const orgid = this.$route.query.orgid;
|
740
|
785
|
console.log("机构id是",orgid)
|
|
@@ -816,14 +861,15 @@
|
816
|
861
|
clickable: true,
|
817
|
862
|
},
|
818
|
863
|
});
|
819
|
|
-
|
820
|
|
-
|
821
|
|
- // document.getElementById('target').addEventListener('scroll', this.scrollToTop)
|
822
|
864
|
},
|
823
|
865
|
}
|
824
|
866
|
</script>
|
825
|
867
|
|
826
|
868
|
<style scoped>
|
|
869
|
+
|
|
870
|
+ .swiper-slide{
|
|
871
|
+ margin-bottom: 60px;
|
|
872
|
+ }
|
827
|
873
|
.scroll{
|
828
|
874
|
width: 100%;
|
829
|
875
|
height: 100%;
|
|
@@ -1265,9 +1311,24 @@
|
1265
|
1311
|
|
1266
|
1312
|
.oldmodeone{
|
1267
|
1313
|
width: 318px;
|
1268
|
|
- height: 100%;
|
|
1314
|
+ min-height: 22px;
|
1269
|
1315
|
/* border: solid 1px red; */
|
1270
|
|
- margin-bottom: 8px;
|
|
1316
|
+ margin-bottom: 8px;
|
|
1317
|
+ }
|
|
1318
|
+
|
|
1319
|
+ .oldmodesix{
|
|
1320
|
+ position: absolute;
|
|
1321
|
+ width: 50px;
|
|
1322
|
+ min-height: 20px;
|
|
1323
|
+ /* border: solid 1px blue; */
|
|
1324
|
+ margin-left: 200px;
|
|
1325
|
+ margin-top: -20px;
|
|
1326
|
+ }
|
|
1327
|
+
|
|
1328
|
+ .oldmodefive{
|
|
1329
|
+ width: 250px;
|
|
1330
|
+ min-height: 20px;
|
|
1331
|
+ /* border: solid 1px red; */
|
1271
|
1332
|
}
|
1272
|
1333
|
|
1273
|
1334
|
.oldmodefour{
|
|
@@ -1302,15 +1363,17 @@
|
1302
|
1363
|
}
|
1303
|
1364
|
|
1304
|
1365
|
.artictitle{
|
1305
|
|
- width: 100%;
|
|
1366
|
+ /* position: absolute; */
|
|
1367
|
+ min-width: 300px;
|
1306
|
1368
|
min-height: 20px;
|
1307
|
1369
|
/* border:solid 1px red; */
|
1308
|
1370
|
text-align: center;
|
1309
|
1371
|
}
|
1310
|
1372
|
|
1311
|
1373
|
.articcontent{
|
|
1374
|
+ /* position: relative; */
|
1312
|
1375
|
width: 100%;
|
1313
|
|
- height: 100%;
|
|
1376
|
+ min-height: 200px;
|
1314
|
1377
|
/* border:solid 1px red; */
|
1315
|
1378
|
}
|
1316
|
1379
|
|
|
@@ -1331,7 +1394,7 @@
|
1331
|
1394
|
|
1332
|
1395
|
.doctorname{
|
1333
|
1396
|
position: absolute;
|
1334
|
|
- width: 100%;
|
|
1397
|
+ min-width: 100px;
|
1335
|
1398
|
height: 20px;
|
1336
|
1399
|
/* border: solid 1px red; */
|
1337
|
1400
|
margin-left: 100px;
|
|
@@ -1340,7 +1403,7 @@
|
1340
|
1403
|
}
|
1341
|
1404
|
.doctorposition{
|
1342
|
1405
|
position: absolute;
|
1343
|
|
- width: 100%;
|
|
1406
|
+ min-width: 100px;
|
1344
|
1407
|
height: 20px;
|
1345
|
1408
|
/* border: solid 1px red; */
|
1346
|
1409
|
margin-left: 100px;
|
|
@@ -1350,18 +1413,18 @@
|
1350
|
1413
|
|
1351
|
1414
|
.doctorintroduction{
|
1352
|
1415
|
/* position: absolute; */
|
1353
|
|
- width: 100%;
|
1354
|
|
- height: 20px;
|
|
1416
|
+ min-width: 100px;
|
|
1417
|
+ min-height: 20px;
|
1355
|
1418
|
margin-left: 10px;
|
1356
|
1419
|
/* border:solid 1px red; */
|
1357
|
1420
|
font-size: 14px;
|
1358
|
1421
|
}
|
1359
|
1422
|
.doctorintro{
|
1360
|
|
- position: absolute;
|
|
1423
|
+ /* position: absolute; */
|
1361
|
1424
|
width: 100%;
|
1362
|
|
- height: 100%;
|
|
1425
|
+ min-height: 200px;
|
1363
|
1426
|
/* border:solid 1px red; */
|
1364
|
1427
|
font-size: 14px;
|
1365
|
|
- margin-left: 10px;
|
|
1428
|
+ /* margin-left: 10px; */
|
1366
|
1429
|
}
|
1367
|
1430
|
</style>
|