daofu-applet/pages/t-j/g-z-r-z/detail/index.wxss
2024-01-29 17:42:38 +08:00

182 lines
2.7 KiB
Plaintext

/* pages/duty/rec-detail/index.wxss */
scroll-view {
background-color: #f5f5f5;
}
.item {
background-color: #ffffff;
padding: 15rpx 20rpx 0 20rpx;
box-shadow: 0px 0px 6px 1px #DDECF3;
margin: 16rpx 16rpx 0 16rpx;
position: relative;
border-radius: 10rpx;
z-index: 2;
}
.record {
width: 100%;
height: 100vh;
padding: 30rpx 24rpx;
background-color: #e9f0f4;
box-sizing: border-box;
padding-bottom: 120rpx;
}
.record-conter {
width: 100%;
background-color: #fff;
padding: 16rpx 18rpx;
height: auto;
box-shadow: 0px 0px 6px 1px #DDECF3;
box-sizing: border-box;
border-radius: 6px 6px 6px 6px;
}
.record-buttom {
position: fixed;
width: 100%;
text-align: center;
background-color: #fff;
color: #fff;
font-size: 28rpx;
font-weight: bold;
line-height: 34px;
left: 50%;
transform: translateX(-50%);
bottom: 0;
padding: 16rpx;
}
.record-buttom-title {
background-color: #539FF1;
width: 94%;
height: 68rpx;
margin: 0 auto;
border-radius: 12rpx;
display: block;
}
.title {
color: #222;
font-size: 32rpx;
font-weight: bold;
}
.textarea {
background: #F5F7FC;
width: 100%;
height: 204rpx;
border-radius: 12rpx;
margin-top: 16rpx;
padding: 20rpx;
box-sizing: border-box;
font-size: 30rpx;
}
.placeholder {
font-size: 30rpx;
color: #BBBBBB;
}
.record-modeul {
margin-bottom: 24rpx;
min-height: 100rpx;
}
.title::before {
content: "";
width: 8rpx;
height: 36rpx;
display: inline-block;
vertical-align: middle;
background-color: #539FF1;
margin-right: 5px;
border-radius: 4px;
}
.record-time {
display: flex;
justify-content: space-between;
margin-top: 16rpx;
}
.time {
background: #F5F7FC;
border-radius: 6px 6px 6px 6px;
height: 80rpx;
color: #222222;
line-height: 80rpx;
font-size: 30rpx;
padding: 0 10rpx;
width: 100%;
box-sizing: border-box;
}
.enclosure-top {
display: flex;
justify-content: space-between;
align-items: center;
}
.img-add {
width: 28rpx;
height: 28rpx;
}
.progress-add-text {
font-size: 30rpx;
color: #5DA6F4;
margin-left: 6rpx;
}
.d-f {
display: flex;
align-items: center;
}
.img-dele {
width: 40rpx;
height: 40rpx;
}
.item .content {
overflow: hidden;
padding: 15rpx 0;
border-bottom: 1rpx dashed #f5f5f5;
}
.item .content .file-name {
font-size: 30rpx;
text-overflow: ellipsis;
word-break: break-all;
}
.item .file::before {
display: block;
content: ' ';
width: 20rpx;
height: 20rpx;
margin-right: 20rpx;
border-radius: 50%;
background-color: var(--blue);
}
.item .lab {
font-size: 30rpx;
font-weight: bold;
color: #222222;
}
.item .val {
font-size: 30rpx;
color: #222222;
}
.item .cloud {
width: 40rpx;
height: 40rpx;
margin-left: 20rpx;
}