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.
88 lines
1.2 KiB
88 lines
1.2 KiB
/* components/detail-clinch/detail-clinch.wxss */ |
|
.clinch { |
|
background-color: #ffffff; |
|
padding: 0 30rpx 50rpx 30rpx; |
|
margin-top: 20rpx; |
|
} |
|
|
|
.title { |
|
font-size: 30rpx; |
|
font-weight: bold; |
|
color: #F69F06; |
|
line-height: 90rpx; |
|
} |
|
|
|
.box { |
|
width: 100%; |
|
display: flex; |
|
border: 1px solid #E1E1E1; |
|
} |
|
|
|
.lable { |
|
background: rgba(225, 225, 225, 0.2); |
|
border-right: 1px solid #E1E1E1; |
|
width: 186rpx; |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
|
|
.lable-item { |
|
display: flex; |
|
border-bottom: 1px solid #E1E1E1; |
|
height: 90rpx; |
|
align-items: center; |
|
padding-left: 28rpx; |
|
font-size: 26rpx; |
|
color: #838B99; |
|
} |
|
|
|
.lable-item:last-of-type { |
|
border: none; |
|
} |
|
|
|
.info { |
|
flex: 1; |
|
} |
|
|
|
.info-item { |
|
display: flex; |
|
height: 90rpx; |
|
align-items: center; |
|
padding-left: 38rpx; |
|
font-size: 26rpx; |
|
color: #262936; |
|
border-bottom: 1px solid #E1E1E1; |
|
} |
|
|
|
.info-item:last-of-type { |
|
border: none; |
|
} |
|
|
|
.message{ |
|
margin-top: 20rpx; |
|
background-color: #ffffff; |
|
padding: 0 30rpx 30rpx; |
|
box-sizing: border-box; |
|
} |
|
|
|
.m-box{ |
|
display: flex; |
|
align-items: center; |
|
height: 90rpx; |
|
} |
|
|
|
.m-tag{ |
|
margin-left: 24rpx; |
|
width: 70rpx; |
|
height: 34rpx; |
|
} |
|
|
|
.m-info{ |
|
font-size: 26rpx; |
|
} |
|
|
|
.m-lable{ |
|
color: #838B99; |
|
} |
|
|
|
|
|
|