/* pages/sugarSickInfo/sugarSickInfo.wxss */ .page{ overflow: hidden; display: flex; flex-direction: column; } .infobox{ overflow-y: scroll; flex:1; -webkit-overflow-scrolling: touch; } .sickbox{ padding-top: 10rpx; background-color: #fff; margin: 196rpx 32rpx 0; box-shadow: 0rpx 2rpx 16rpx 2rpx rgba(0,0,0,0.02); border-radius: 12rpx } .info { display: flex; align-items: center; height: 112rpx; color: #333333; } .info .name { white-space: nowrap; width: 180rpx; display: flex; align-items: center; margin-left:32rpx; color: #333333; font-size: 34rpx; } .info text { margin-top: 20rpx; color:#E34D59; display: flex; align-items: center; } .info .iptbox{ display: flex; align-items: center; margin-left: 15rpx; margin-right: 32rpx; flex: 1; border-bottom: 1rpx solid #E7E7E7; } .info input { height:112rpx; position: relative; z-index:1; display: flex; align-items: center; width:100%; } .agreecon{ padding:20rpx 30rpx; height:600rpx; overflow: scroll; } .info:last-child .iptbox{ border: none; } .input-placeholder { color: #999999; font-size: 28rpx; } .tips{ padding:24rpx 20rpx; margin:0rpx 32rpx 20rpx; font-size: 24rpx; color: rgba(0,0,0,0.45); border-radius: 12rpx; } .warntitle{ color: #E34D59; font-size: 28rpx; } .warn{ margin-top: 20rpx; font-size: 24rpx; line-height: 36rpx; color: #666666; } .righticon { width: 24rpx; height: 48rpx; } .navigator{ color: #3CC7C0 ; } .bottom{ position: absolute; bottom: 0; width:100%; height: 186rpx; background: #FFFFFF; } .bottom .pay{ display: flex; justify-content: center; align-items: center; height: 94rpx; background: #3CC7C0; border-radius: 47rpx; font-size: 36rpx; font-weight: 400; color: #FFFFFF; margin:16rpx 32rpx 0; } .sickcon{ height:100%; display: flex; flex-direction: column; } .titlebox{ /* position: absolute; top:0; */ display: flex; font-size: 32rpx; margin:40rpx 32rpx; justify-content: space-between; } .cancel{ color: rgba(0,0,0,0.45); } .ok{ color: #3CC7C0; } .title{ font-weight: 500; color: rgba(0,0,0,0.85); } .doctorlist{ margin-top: 0rpx; flex:1;overflow-y: scroll; -webkit-overflow-scrolling: touch; } .site{ margin:0 32rpx; display: flex; align-items: center; } .namebox{ margin-left: 20rpx; } .rootclass{ background: rgba(60,199,192,0.08)!important; } .van-cell-text{ font-size: 30rpx; font-weight: 400; font-family: PingFangSC-Regular, PingFang SC; color: rgba(0,0,0,0.85) } .value-class{ display: flex; align-items: center; } .hospital{ font-size: 24rpx; font-weight: 400; color: rgba(0,0,0,0.65) } .siteimg{ margin-left: 8rpx; width: 32rpx; height:32rpx; } .celltitle{ display: flex; align-items: center; } .head{ width: 80rpx; height: 80rpx; border-radius: 50%; } .van-hairline, .van-hairline--bottom, .van-hairline--left, .van-hairline--right, .van-hairline--surround, .van-hairline--top, .van-hairline--top-bottom { position: static!important; } #agreeDialog .van-dialog__header { padding-top:30rpx!important; padding-bottom: 25rpx; border-bottom: 1px solid rgba(0,0,0,0.1); } #agreeDialog .van-dialog__footer{ border-top: 1px solid rgba(0,0,0,0.1); } #agreeDialog .van-dialog__button:first-child{ border-right: 1px solid rgba(0,0,0,0.1); }