327 lines
5.8 KiB
Plaintext
327 lines
5.8 KiB
Plaintext
/* pages/sugarSickInfo/sugarSickInfo.wxss */
|
|
/**app.wxss**/
|
|
.container {
|
|
padding-top: 135px;
|
|
padding-bottom: 10rpx;
|
|
/* top:280rpx; */
|
|
/* position: absolute; */
|
|
width:100%;
|
|
/* overflow-y: scroll; */
|
|
background: #F2F2F2;
|
|
}
|
|
input{
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
|
|
}
|
|
page{
|
|
position: relative;
|
|
width:100%;
|
|
height:100%;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
|
|
Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei',
|
|
sans-serif;
|
|
}
|
|
.page{
|
|
width:100vw;
|
|
height:100vh;
|
|
background: #f2f2f2;
|
|
}
|
|
.contain{padding: 0 30rpx 0rpx;height: 100%;overflow: hidden;position: relative;}
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
.van-picker__confirm {
|
|
color:#3CC7C0!important;
|
|
font-size: 32rpx!important;
|
|
}
|
|
.van-picker__title{
|
|
font-weight: 600!important;
|
|
color: rgba(0,0,0,0.9)!important;
|
|
font-size: 32rpx!important;
|
|
}
|
|
.van-picker__cancel{
|
|
color: rgba(0,0,0,0.6)!important;
|
|
font-size: 32rpx!important;
|
|
}
|
|
.nonedata{
|
|
width:100%;
|
|
color:#666;
|
|
min-height: 320rpx;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.ui-navigatorbar {
|
|
position: fixed;
|
|
z-index:99;
|
|
top: 0;
|
|
width: 750rpx;
|
|
height: 172rpx;
|
|
background: #F2F2F2;
|
|
backdrop-filter: blur(20px);
|
|
}
|
|
|
|
.ui-navigatorbar-back {
|
|
position: absolute;
|
|
padding-left:40rpx;
|
|
padding-right:40rpx;
|
|
width:30rpx;
|
|
height:60rpx;
|
|
left: 0rpx;
|
|
bottom: 20rpx;
|
|
}
|
|
|
|
.ui-title {
|
|
position: absolute;
|
|
width: 350rpx;
|
|
height: 88rpx;
|
|
line-height: 56rpx;
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
bottom: 0;
|
|
left: 200rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.droptitle.active{
|
|
color:#3CC7C0;
|
|
}
|
|
.slotmsg{
|
|
-webkit-overflow-scrolling: touch;
|
|
font-size: 28rpx;
|
|
line-height:40rpx;
|
|
max-height:60vh;
|
|
overflow-y: auto;
|
|
padding:48rpx;
|
|
text-align: center;
|
|
}
|
|
.van-dropdown-item__title{
|
|
width:100%!important;
|
|
flex:1;
|
|
text-align: center;
|
|
}
|
|
.van-dropdown-item__icon{
|
|
z-index:2;
|
|
position: absolute!important;
|
|
|
|
right:25rpx;
|
|
}
|
|
.van-cell__value{
|
|
flex:none!important;
|
|
z-index:1;
|
|
}
|
|
.onlinebox .icon{
|
|
top:60rpx;
|
|
left:50%;
|
|
position: absolute;
|
|
margin-left: -48rpx;
|
|
width:96rpx;
|
|
height:34rpx;
|
|
border-radius: 0;
|
|
}
|
|
.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);
|
|
} |