You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/* components/detai-present/detai-present.wxss */
|
|
|
|
.table-column {
|
|
|
|
border: 1px solid #E1E1E1;
|
|
|
|
border-bottom: none;
|
|
|
|
margin-top: 26rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-item {
|
|
|
|
display: flex;
|
|
|
|
font-size: 26rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-item>view {
|
|
|
|
border-bottom: 1px solid #E1E1E1;
|
|
|
|
padding: 30rpx 0;
|
|
|
|
text-align: center;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-item>view:nth-child(2) {
|
|
|
|
border-left: 1px solid #E1E1E1;
|
|
|
|
border-right: 1px solid #E1E1E1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-head {
|
|
|
|
background: rgba(225, 225, 225, 0.2);
|
|
|
|
color: #838B99;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-item .column-info {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #262936;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-item .column-info:nth-child(1) {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #036EF3;
|
|
|
|
}
|