5 changed files with 121 additions and 52 deletions
Before Width: | Height: | Size: 916 B After Width: | Height: | Size: 3.0 KiB |
@ -1,31 +1,68 @@ |
|||||
/* package/inspectionReport/inspectionReport.wxss */ |
/* package/inspectionReport/inspectionReport.wxss */ |
||||
|
.page { |
||||
|
min-height: 100vh; |
||||
|
background: #F7F7FA; |
||||
|
position: relative; |
||||
|
--dropdown-menu-background-color: #fff; |
||||
|
--dropdown-menu-box-shadow: 0 2px 12px fade(#646566, 12); |
||||
|
} |
||||
|
|
||||
.time-option { |
.time-option { |
||||
display: flex; |
display: flex; |
||||
justify-content: space-evenly; |
justify-content: space-evenly; |
||||
} |
} |
||||
|
|
||||
.time-option .van-picker { |
.time-option .van-picker { |
||||
width: 45vw; |
width: 45vw; |
||||
} |
} |
||||
|
|
||||
.file-box { |
.file-box { |
||||
width: 94%; |
width: auto; |
||||
height: 100rpx; |
height: 85px; |
||||
padding: 0 20rpx; |
background: #FFFFFF; |
||||
display: flex; |
border-radius: 8px; |
||||
justify-content: space-between; |
margin: 16px; |
||||
align-items: center; |
display: flex; |
||||
border-bottom: 1px solid rgb(240, 239, 239); |
justify-content: space-between; |
||||
|
align-items: center; |
||||
} |
} |
||||
|
|
||||
.file-box .file .logo { |
.file-box .file .logo { |
||||
width: 80rpx; |
width: 34px; |
||||
height: 80rpx; |
height: 34px; |
||||
float: left; |
float: left; |
||||
margin-right: 20rpx; |
margin-left: 13px; |
||||
|
margin-right: 20px; |
||||
|
} |
||||
|
|
||||
|
.file-box .file .text { |
||||
|
height: 60px; |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
justify-content: space-evenly; |
||||
|
} |
||||
|
|
||||
|
.file-box .file .name { |
||||
|
font-weight: 600; |
||||
|
font-size: 17px; |
||||
|
color: #414141; |
||||
|
} |
||||
|
|
||||
|
.file-box .file .time { |
||||
|
font-weight: 400; |
||||
|
font-size: 12px; |
||||
|
color: #414141a6; |
||||
|
letter-spacing: 0.09px; |
||||
|
} |
||||
|
|
||||
|
.file-box .arrow { |
||||
|
width: 15px; |
||||
|
height: 15px; |
||||
|
float: right; |
||||
|
margin-right: 11px; |
||||
} |
} |
||||
|
|
||||
.file-box .file { |
.file-box .file { |
||||
display: flex; |
display: flex; |
||||
align-items: center; |
align-items: center; |
||||
} |
} |
Loading…
Reference in new issue