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.
141 lines
3.3 KiB
141 lines
3.3 KiB
.canvas-box { |
|
position: fixed; |
|
left: 1000000rpx; |
|
top: -1000000rpx; |
|
} |
|
.canvas-body { |
|
background-position: center; |
|
background-repeat: no-repeat; |
|
background-size: cover; |
|
background-color: #fff; |
|
.detail { |
|
width: 622rpx; |
|
border: 1rpx solid rgba(0, 0, 0, 0.1); |
|
background-color: rgba(0, 0, 0, 0.08); |
|
.d-header { |
|
display: flex; |
|
height: 40rpx; |
|
.none { |
|
flex-shrink: 0; |
|
width: 150rpx; |
|
background-color: rgba(228, 228, 228, 1); |
|
} |
|
.bar { |
|
flex: 1; |
|
display: flex; |
|
.num-normal { |
|
width: 64rpx; |
|
text-align: center; |
|
font-size: 24rpx; |
|
color: #fff; |
|
line-height: 40rpx; |
|
} |
|
.num { |
|
flex: 1; |
|
text-align: center; |
|
font-size: 24rpx; |
|
color: #fff; |
|
line-height: 40rpx; |
|
} |
|
} |
|
} |
|
.d-body { |
|
display: flex; |
|
.d-aside { |
|
width: 28rpx; |
|
flex-shrink: 0; |
|
.da-item { |
|
text-align: center; |
|
font-size: 18rpx; |
|
color: rgba(102, 102, 102, 1); |
|
line-height: 1; |
|
background-color: #e5e5e5; |
|
} |
|
.da-item1 { |
|
padding-top: 150rpx; |
|
display: flex; |
|
height: 200rpx; |
|
margin-bottom: 1px; |
|
} |
|
.da-item2 { |
|
padding-top: 43rpx; |
|
height: 75rpx; |
|
margin-bottom: 1px; |
|
} |
|
.da-item3 { |
|
padding-top: 100rpx; |
|
height: 135rpx; |
|
margin-bottom: 1px; |
|
} |
|
.da-item4 { |
|
padding-top: 100rpx; |
|
height: 135rpx; |
|
} |
|
} |
|
.d-container { |
|
flex: 1; |
|
.dc-row { |
|
display: flex; |
|
height: 117rpx; |
|
line-height: 24rpx; |
|
margin-bottom: 1px; |
|
.dc-title { |
|
padding: 12rpx 12rpx 0; |
|
width: 100rpx; |
|
font-size: 18rpx; |
|
color: rgba(102, 102, 102, 1); |
|
} |
|
.dc-sub-title { |
|
width: 64rpx; |
|
text-align: center; |
|
font-size: 18rpx; |
|
color: rgba(102, 102, 102, 1); |
|
padding: 12rpx 0; |
|
margin-left: 1px; |
|
} |
|
.dc-col { |
|
margin-left: 1px; |
|
padding: 12rpx; |
|
flex: 1; |
|
font-size: 18rpx; |
|
color: rgba(102, 102, 102, 1); |
|
} |
|
.active { |
|
color: #fff !important; |
|
background-color: rgba(207, 83, 117, 1) !important; |
|
} |
|
} |
|
.dc-row:nth-of-type(2n-1) { |
|
.dc-title { |
|
background-color: #f6f6f6; |
|
} |
|
.dc-sub-title { |
|
background-color: #f6f6f6; |
|
} |
|
.dc-col { |
|
background-color: #f6f6f6; |
|
} |
|
} |
|
.dc-row:nth-of-type(2n-2) { |
|
.dc-title { |
|
background-color: #fff; |
|
} |
|
.dc-sub-title { |
|
background-color: #fff; |
|
} |
|
.dc-col { |
|
background-color: #fff; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
|
|
.canvas-bill { |
|
position: fixed; |
|
width: 750rpx; |
|
left: 1000000rpx; |
|
top: -1000000rpx; |
|
visibility: hidden; |
|
}
|
|
|