Browse Source

首页去除医生简介滚动条,修改标签样式

master
zq 3 months ago
parent
commit
e6711aeb9b
  1. 13
      pages/index/index.vue

13
pages/index/index.vue

@ -338,10 +338,11 @@
view{
width: auto;
padding: 0 15rpx;
min-width: 125rpx;
margin-top: 5rpx;
line-height: 42rpx;
text-align: center;
justify-content: center;
display: flex;
align-items: center;
height: 42rpx;
font-size: 28rpx;
background: linear-gradient( 288deg, #FFEED2 0%, #FED9A6 100%);
border-radius: 8rpx;
@ -384,6 +385,12 @@
max-height: 200rpx;
color: #666666;
}
.con::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}
}
.title-wrapper{
.title{

Loading…
Cancel
Save