NurseStationApp/pages/information/information.scss
2022-10-24 14:42:03 +08:00

141 lines
2.2 KiB
SCSS

.app {
.service {
width: 90%;
margin: 0 auto;
padding-bottom: 15rpx;
.Multiplechoice {
font-size: 32rpx;
color: #FFFFFF;
width: 100%;
.choices {
background: #4C7BC9;
display: inline-block;
text-align: center;
line-height: 70rpx;
width: 190rpx;
height: 70rpx;
border-radius: 26rpx;
margin: 30rpx 30rpx 0 0;
}
.choice {
display: inline-block;
text-align: center;
line-height: 70rpx;
width: 190rpx;
height: 70rpx;
background: #BFBFBF;
border-radius: 26rpx;
margin: 30rpx 30rpx 0 0;
}
}
.title {
font-size: 36rpx;
padding-top: 36rpx;
}
}
.info {
width: 94%;
margin: 0 auto 20rpx;
background-color: #FFFFFF;
border-radius: 20rpx;
padding-bottom: 5rpx;
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
}
.userinfo {
.item {
width: 90%;
margin: 0 auto;
height: 120rpx;
line-height: 120rpx;
border-bottom: 1rpx solid #D8D4D4;
display: flex;
view {
height: 120rpx;
font-size: 32rpx;
line-height: 120rpx;
}
span {
display: inline-block;
line-height: 120rpx;
height: 120rpx;
width: 30%;
font-size: 32rpx;
}
::v-deep .u-input__input {
height: 120rpx;
font-size: 32rpx;
}
::v-deep .uni-input-wrapper {
height: 120rpx;
line-height: 120rpx;
}
::v-deep .u-input {
width: 70%;
height: 120rpx;
line-height: 120rpx;
}
}
.item:nth-child(6) {
border: 0;
}
}
.mask {
.information {
width: 70%;
height: 400rpx;
margin: 50% auto;
background: #FFFFFF;
border-radius: 30rpx;
text-align: center;
color: #FFFFFF;
position: relative;
.determine,
.cancel {
width: 200rpx;
height: 70rpx;
border-radius: 26rpx;
font-size: 34rpx;
line-height: 70rpx;
position: absolute;
top: 74%;
}
.determine {
background: #4C7BC9;
right: 36rpx;
}
.cancel {
background: #C5BFBF;
left: 36rpx;
}
.title {
font-size: 42rpx;
margin-top: 40rpx;
color: #000000;
}
image {
width: 100rpx;
height: 100rpx;
margin: 10% 0 0 0;
}
}
}
}