审查视图

pages/knowDetail/knowDetail.wxss 2.6 KB
lihongjuan authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
/* pages/knowDetail/knowDetail.wxss */
page{
  overflow-x: hidden

}
.know_page{
  padding: 32rpx 0rpx 32rpx 32rpx;
  border-bottom: solid 16rpx #FCF8F7;
  
}
.know_con{
  display:flex;
  
  justify-content: center;
  
}
.know_title{
  padding-bottom: 26rpx;
  color: #000000;
  font-size: 40rpx;
  text-align: center;
  font-weight: 500;
}
.know_con{
  width: 685rpx;
  margin: 0 auto;
  color: #252729;
  font-size: 30rpx;
  line-height: 56rpx;
  /* text-indent: 62rpx; */
}
.know_line{
  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: 80rpx;
  padding-left: 36rpx;
  color: #292525;
  font-size: 32rpx;
 
  border-bottom: solid 1rpx #EBEBEB;
}
.know_tab{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75rpx;
  overflow-x: scroll;
  white-space: nowrap
}
.know_name{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75rpx;
  margin: 0 32rpx;
  color: #97A0A8;
  font-size: 32rpx;
  /* width:200rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */

  
}
.active{
  color: #FD8779;
}
.active text{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 76rpx;
  height: 4rpx;
  background: #FC7E65;
  transform: translateX(-50%);
}
.know_list{
  padding: 30rpx;
}
.know_person{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.know_img{
  width: 80rpx;
  height: 80rpx;
  border-radius: 50%;
}
.know_img image{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.know_info{
  padding-left: 20rpx;
}
.know_mother{
  padding-bottom: 12rpx;
  color: #000000;
  font-size: 30rpx;
}
.know_state{
  color: #999999;
  font-size: 24rpx;
}
.know_content{
  width: 592rpx;
  padding: 25rpx 23rpx;
  margin-top: 32rpx;
  margin-left: 82rpx;
  color: #252729;
  font-size: 28rpx;
  line-height: 44rpx;
  background: #FCF8F7;
  box-sizing: border-box;
  border-radius: 10rpx 10rpx 80rpx 10rpx;
}
.know_doctor{
  padding: 60rpx 30rpx;
}
.doctor_box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.doctor_img{
  width: 80rpx;
  height: 80rpx;
  border-radius: 50%;
}
.doctor_img image{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.doctor_info{
  padding-right: 20rpx;
  text-align: right;
}
.doctor_name{
  padding-bottom: 16rpx;
  color: #000000;
  font-size: 30rpx;
}
.doctor_post{
  color: #999999;
  font-size: 24rpx;
}
.doctor_con{
  width: 592rpx;
  padding: 25rpx 32rpx;
  margin-top: 50rpx;
  color: #252729;
  font-size: 28rpx;
  background: #FCF8F7;
  box-sizing: border-box;
  border-radius: 10rpx 10rpx 10rpx 60rpx;
}
.list_none{
  padding: 36rpx;
  font-size: 26rpx;
}