You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
135 lines
1.9 KiB
Plaintext
135 lines
1.9 KiB
Plaintext
/* pages/detail/detail.wxss */
|
|
.content {
|
|
margin-bottom: 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
padding: 20rpx;
|
|
border-bottom: 1px solid #e7e7e7;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.image {
|
|
margin-top: 20rpx;
|
|
margin-right: 10rpx;
|
|
float: left;
|
|
}
|
|
|
|
.my-label {
|
|
font-size: 32rpx;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.box {
|
|
flex: 1;
|
|
padding: 32rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.image:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tips {
|
|
font-size: 30rpx;
|
|
color: #bbbbbb;
|
|
}
|
|
|
|
.table {
|
|
padding-bottom: 50rpx;
|
|
}
|
|
|
|
.table-header {
|
|
border-bottom: 1px solid #e7e7e7;
|
|
line-height: 80rpx;
|
|
font-size: 36rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
}
|
|
.table-row {
|
|
border-bottom: 1px solid #e7e7e7;
|
|
line-height: 80rpx;
|
|
font-size: 36rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
.table-row-calc {
|
|
border-bottom: 1px solid #e7e7e7;
|
|
line-height: 80rpx;
|
|
font-size: 36rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
background-color: #e7e7e7;
|
|
}
|
|
|
|
.table-cell {
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
|
|
.table-cell-large {
|
|
flex: 2.5;
|
|
text-align: center;
|
|
}
|
|
|
|
.row-icon {
|
|
align-self: center;
|
|
}
|
|
|
|
.green {
|
|
color: green;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.list {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #e7e7e7;
|
|
}
|
|
.progress {
|
|
margin-bottom: 30rpx;
|
|
padding: 10rpx;
|
|
border: 1px solid #e7e7e7;
|
|
width: 90%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.bottom {
|
|
margin: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.recorder {
|
|
padding: 50rpx 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.recorder-btn {
|
|
margin-top: 30rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
text-align: center;
|
|
} |