daofu-applet/pages/statistic/j-b-x-x/index/index.wxss

81 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2024-01-29 17:42:38 +08:00
/* pages/t-j/j-b-x-x/index/index.wxss */
.table {
display: flex;
flex-direction: column;
background-color: white;
2024-06-06 17:12:17 +08:00
margin: 30rpx auto;
width: 92%;
border-radius: 20rpx;
2024-01-29 17:42:38 +08:00
}
.table .tab-item {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
2024-06-06 17:12:17 +08:00
padding: 20rpx;
border-bottom: 1rpx dashed #f5f5f5;
2024-01-29 17:42:38 +08:00
}
2024-06-06 17:12:17 +08:00
/* .table .tab-item-checked {
2024-01-30 17:39:39 +08:00
background-color: rgba(0, 0, 0, 0.1);
2024-06-06 17:12:17 +08:00
} */
2024-01-29 17:42:38 +08:00
.table .tab-item .lab {
font-size: 30rpx;
width: 30vw;
2024-06-06 17:12:17 +08:00
margin-left: 10rpx;
/* text-align: center; */
/* border-right: 1rpx solid #f5f5f5; */
2024-01-29 17:42:38 +08:00
}
.table .tab-item .val {
font-size: 35rpx;
font-weight: bold;
2024-06-06 17:12:17 +08:00
padding-left: 40rpx;
2024-01-29 17:42:38 +08:00
padding-right: 10rpx;
}
.table view:last-child {
border-bottom: none;
}
.content {
display: flex;
flex-direction: column;
}
.line {
width: 1rpx;
height: 80%;
background-color: #f5f5f5;
2024-06-04 14:45:44 +08:00
}
.in-bg {
margin: auto;
background: #ffffff;
2024-06-06 17:12:17 +08:00
border-radius: 12rpx;
height: 76rpx;
width: 92%;
margin-top: 24rpx;
2024-06-04 14:45:44 +08:00
padding: 0 20rpx;
}
.in-bg input {
width: 100%;
height: 100%;
}
.in-bg image {
width: 40rpx;
height: 35rpx;
margin-right: 20rpx;
}
.in-bg .lab {
margin-left: 20rpx;
width: 230rpx;
font-size: 28rpx;
color: #333333;
2024-01-29 17:42:38 +08:00
}