diff --git a/commons/hengmei.css b/commons/hengmei.css index 1ca46a5..dc468ce 100644 --- a/commons/hengmei.css +++ b/commons/hengmei.css @@ -19,6 +19,7 @@ .reitem{width: 146rpx;height: 65rpx;border-radius: 20rpx;line-height: 65rpx;text-align: center;} .list-box{width: 48.4%;} .list-like-box{top: 18rpx;right: 18rpx;z-index: 1;} +.list-like-box>image:first-child {opacity: 0.5;} .list-like-box>image{width: 69rpx;height: 69rpx;} .list-cont-box{bottom: 10rpx;left: 0rpx;right: 0; padding-top: 100rpx; background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.79),rgba(255,255,255,0));padding-left: 22rpx;padding-right: 22rpx;padding-bottom: 18rpx;border-bottom-left-radius: 30rpx;border-bottom-right-radius: 30rpx;} .list-cont-box15{bottom: 10rpx;left: 0rpx;right: 0; padding-top: 100rpx; background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.79),rgba(255,255,255,0));padding-left: 22rpx;padding-right: 22rpx;padding-bottom: 18rpx;border-bottom-left-radius: 15rpx;border-bottom-right-radius: 15rpx;} @@ -107,7 +108,7 @@ .xial-box{top: 80rpx;left: 0;right: 0;z-index: 4;border: 2rpx solid #E0E0E0;} .xial-item-box{max-height: 400rpx;overflow-y: scroll; overflow-x: hidden;} .doctorx{margin: 0 15rpx;height: 18rpx;border: 2rpx solid #E6E6E6;} -.doctorImg{width: 345rpx;height: 285rpx;border-top-left-radius: 10rpx;border-top-right-radius: 10rpx;} +.doctorImg{width: 100%;height: 285rpx;border-top-left-radius: 10rpx;border-top-right-radius: 10rpx;} .isTop{background-color: #FFFFFF;box-shadow: 0rpx 3rpx 10rpx rgba(0,0,0,.6);} .isTops{position: sticky;left: 0;right: 0;z-index: 2;} .isTopf{position: fixed;left: 0;right: 0;z-index: 2;} diff --git a/components/cate-items/cate-pu.vue b/components/cate-items/cate-pu.vue index 40e9961..3313f40 100644 --- a/components/cate-items/cate-pu.vue +++ b/components/cate-items/cate-pu.vue @@ -9,7 +9,7 @@ borderRadius:newRadius+'px', minWidth:isMinW ? newMinWidth+'px':'', color : newCurrent==index ? activec:newcmo}" - class="flexs cateitem" :class="(!isCenter && newcateList.length<=4)?'maright0':''" + class="flexs cateitem" :class="(!isCenter && newcateList.length<=3)?'maright0':''" v-for="(item,index) in newcateList" :key="index">{{item.title}} diff --git a/components/list-doctor.vue b/components/list-doctor.vue index db5f8b0..0f6b9a0 100644 --- a/components/list-doctor.vue +++ b/components/list-doctor.vue @@ -1,6 +1,6 @@