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.
 
 
 
 

68 lines
1.1 KiB

/* 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;
}
.time-option .van-picker {
width: 45vw;
}
.file-box {
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: 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;
}