NurseStationApp/pages/modify/modify.scss

106 lines
1.9 KiB
SCSS
Raw Normal View History

2022-11-01 14:54:09 +08:00
.app {
2022-11-11 17:23:23 +08:00
padding-bottom: 50rpx;
2022-11-01 14:54:09 +08:00
background-color: #F4F5F7;
width: 100%;
color: #000000;
2022-11-03 17:26:15 +08:00
.finish{
width: 25%;
height: 68rpx;
background: #4C7BC9;
border-radius: 26rpx;
text-align: center;
line-height: 68rpx;
color: #fff;
margin-top: 50rpx;
margin-left: 65%;
}
.userinfo {
2022-11-11 14:19:07 +08:00
width: 96%;
2022-11-03 17:26:15 +08:00
background-color: #fff;
2022-11-01 14:54:09 +08:00
margin: 0 auto;
2022-11-03 17:26:15 +08:00
border-radius: 20rpx;
.disease{
2022-11-11 14:19:07 +08:00
width: 100%;
2022-11-03 17:26:15 +08:00
margin: 0 auto;
2022-11-11 14:19:07 +08:00
padding: 0 6% 0 3%;
2022-11-03 17:26:15 +08:00
line-height: 80rpx;
border-bottom: 1rpx solid #D8D4D4;
position: relative;
view{
display: inline-block;
2022-11-01 14:54:09 +08:00
}
2022-11-03 17:26:15 +08:00
.pictureA {
width: 18rpx;
height: 27rpx;
position: absolute;
2022-11-11 14:19:07 +08:00
right:30rpx;
2022-11-03 17:26:15 +08:00
top:50%;
transform: translateY(-50%);
2022-11-01 14:54:09 +08:00
}
}
2022-11-03 17:26:15 +08:00
.item {
2022-11-11 14:19:07 +08:00
width: 94%;
2022-11-03 17:26:15 +08:00
margin: 0 auto;
height: 120rpx;
line-height: 120rpx;
2022-11-01 14:54:09 +08:00
border-bottom: 1rpx solid #D8D4D4;
2022-11-03 17:26:15 +08:00
position: relative;
2022-11-11 14:19:07 +08:00
font-size: 30rpx;
2022-11-01 14:54:09 +08:00
.picture {
vertical-align: middle;
2022-11-03 17:26:15 +08:00
width: 180rpx;
height: 180rpx;
position: absolute;
top:10rpx;
right:80rpx;
2022-11-01 14:54:09 +08:00
}
2022-11-03 17:26:15 +08:00
2022-11-01 14:54:09 +08:00
.pictureA {
margin-left: 3%;
width: 18rpx;
height: 27rpx;
2022-11-03 17:26:15 +08:00
position: absolute;
right:20rpx;
top:50%;
transform: translateY(-50%);
}
view {
2022-11-11 14:19:07 +08:00
position: absolute;
left:25%;
top:50%;
width: 75%;
transform: translateY(-50%);
display: inline-block;
2022-11-03 17:26:15 +08:00
height: 120rpx;
line-height: 120rpx;
2022-11-01 14:54:09 +08:00
}
2022-11-03 17:26:15 +08:00
span {
2022-11-01 14:54:09 +08:00
display: inline-block;
2022-11-03 17:26:15 +08:00
line-height: 120rpx;
height: 120rpx;
width: 25%;
}
::v-deep .u-input__input {
height: 120rpx;
font-size: 30rpx;
}
::v-deep .uni-input-wrapper {
2022-11-11 14:19:07 +08:00
display: inline-block;
2022-11-03 17:26:15 +08:00
height: 120rpx;
line-height: 120rpx;
}
::v-deep .u-input {
height: 120rpx;
line-height: 120rpx;
2022-11-11 14:19:07 +08:00
position: absolute;
left:25%;
top:50%;
transform: translateY(-50%);
2022-11-01 14:54:09 +08:00
}
}
}
}