NurseStationPersonAppletUl/pages/taskDetails/taskDetails.scss
2023-04-12 09:22:10 +08:00

107 lines
1.7 KiB
SCSS

.app {
.btnsuccess,
.btnreturn {
width: 496rpx;
height: 70rpx;
border-radius: 5rpx;
text-align: center;
line-height: 70rpx;
font-size: 32rpx;
}
.btnsuccess {
margin: 100rpx auto 0;
background: #4271B9;
color: #fff;
}
.btnreturn {
margin: 25rpx auto 0;
color: #4271B9;
border: 1px solid #4271B9;
}
.top {
padding-bottom: 40rpx;
background-color: #fff;
width: 96%;
margin: 15rpx auto 0;
color: #333333;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 5rpx;
.content {
padding: 0 50rpx;
font-size: 30rpx;
.item {
line-height: 60rpx;
}
.time {
line-height: 90rpx;
}
.address {
position: relative;
line-height: 45rpx;
.text {
width: 80%;
}
.daohang {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10rpx;
display: inline-block;
width: 100rpx;
}
.p {
padding-left: 30rpx;
font-size: 24rpx;
color: #EA706A;
}
image {
position: absolute;
top: 50%;
left: 0rpx;
transform: translateY(-40%);
width: 25rpx;
height: 25rpx;
}
}
}
}
.title {
border-bottom: 1rpx solid #E6E6E6;
display: flex;
height: 100rpx;
line-height: 100rpx;
width: 100%;
position: relative;
.righttext{
position: absolute;
right:20rpx;
top:50%;
transform: translateY(-50%);
font-size: 34rpx;
color: #EA706A;
}
.text {
font-size: 34rpx;
line-height: 100rpx;
padding-left: 18rpx;
}
image {
margin: 50rpx 0 0 35rpx;
transform: translateY(-50%);
width: 40rpx;
height: 40rpx;
}
}
}