81 lines
1.2 KiB
Plaintext
81 lines
1.2 KiB
Plaintext
/* pages/t-j/j-b-x-x/index/index.wxss */
|
|
.table {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: white;
|
|
margin: 30rpx auto;
|
|
width: 92%;
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
.table .tab-item {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
width: 100%;
|
|
padding: 20rpx;
|
|
border-bottom: 1rpx dashed #f5f5f5;
|
|
}
|
|
|
|
/* .table .tab-item-checked {
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
} */
|
|
|
|
.table .tab-item .lab {
|
|
font-size: 30rpx;
|
|
width: 30vw;
|
|
margin-left: 10rpx;
|
|
/* text-align: center; */
|
|
/* border-right: 1rpx solid #f5f5f5; */
|
|
}
|
|
|
|
.table .tab-item .val {
|
|
font-size: 35rpx;
|
|
font-weight: bold;
|
|
padding-left: 40rpx;
|
|
padding-right: 10rpx;
|
|
}
|
|
|
|
.table view:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
|
|
.line {
|
|
width: 1rpx;
|
|
height: 80%;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.in-bg {
|
|
margin: auto;
|
|
background: #ffffff;
|
|
border-radius: 12rpx;
|
|
height: 76rpx;
|
|
width: 92%;
|
|
margin-top: 24rpx;
|
|
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;
|
|
} |