daofu-applet/pages/statistic/g-z-r-z/detail/index.wxss

147 lines
2.3 KiB
Plaintext
Raw Normal View History

2024-01-29 17:42:38 +08:00
/* 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;
}
.d-f {
display: flex;
align-items: center;
}
.img-dele {
width: 40rpx;
height: 40rpx;
}
2024-01-30 16:35:55 +08:00
.grid {
margin-top: 20rpx;
display: grid;
grid-gap: 20rpx 20rpx;
grid-template-columns: calc((100vw - 140rpx)/3) auto auto;
2024-01-29 17:42:38 +08:00
}
2024-01-30 16:35:55 +08:00
.grid .img {
width: calc((100vw - 140rpx)/3);
height: calc((100vw - 140rpx)/3);
background-color: #f5f5f5;
margin-bottom: 20rpx;
border-radius: 10rpx;
2024-01-29 17:42:38 +08:00
}