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 */ |
|||
.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 { |
|||
display: flex; |
|||
justify-content: space-evenly; |
|||
display: flex; |
|||
justify-content: space-evenly; |
|||
} |
|||
|
|||
.time-option .van-picker { |
|||
width: 45vw; |
|||
width: 45vw; |
|||
} |
|||
|
|||
.file-box { |
|||
width: 94%; |
|||
height: 100rpx; |
|||
padding: 0 20rpx; |
|||
display: flex; |
|||
justify-content: space-between; |
|||
align-items: center; |
|||
border-bottom: 1px solid rgb(240, 239, 239); |
|||
width: auto; |
|||
height: 85px; |
|||
background: #FFFFFF; |
|||
border-radius: 8px; |
|||
margin: 16px; |
|||
display: flex; |
|||
justify-content: space-between; |
|||
align-items: center; |
|||
} |
|||
|
|||
.file-box .file .logo { |
|||
width: 80rpx; |
|||
height: 80rpx; |
|||
float: left; |
|||
margin-right: 20rpx; |
|||
width: 34px; |
|||
height: 34px; |
|||
float: left; |
|||
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 { |
|||
display: flex; |
|||
align-items: center; |
|||
display: flex; |
|||
align-items: center; |
|||
} |
Loading…
Reference in new issue