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.
94 lines
1.3 KiB
94 lines
1.3 KiB
4 years ago
|
/* pages/air-report/air-report.wxss */
|
||
|
.main {
|
||
|
position: relative;
|
||
|
padding: 0 30rpx 30rpx;
|
||
|
}
|
||
|
|
||
|
.directory {
|
||
|
position: absolute;
|
||
|
z-index: 2;
|
||
|
bottom: 190rpx;
|
||
|
right: 50rpx;
|
||
|
width: 74rpx;
|
||
|
height: 74rpx;
|
||
|
box-shadow: 0 2rpx 23rpx 0 rgba(51, 81, 58, 0.26);
|
||
|
border-radius: 50%;
|
||
|
}
|
||
|
|
||
|
.directory image {
|
||
|
width: 38rpx;
|
||
|
height: 38rpx;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
font-size: 34rpx;
|
||
|
font-weight: bold;
|
||
|
color: #262936;
|
||
|
line-height: 80rpx;
|
||
|
}
|
||
|
|
||
|
.report-mark {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: 9999;
|
||
|
background-color: rgba(0, 0, 0, .1);
|
||
|
}
|
||
|
|
||
|
.report {
|
||
|
width: 560rpx;
|
||
|
height: 100%;
|
||
|
overflow-y: scroll;
|
||
|
background-color: #ffffff;
|
||
|
padding-left: 30rpx;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.re-text {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
margin-top: 150rpx;
|
||
|
width: 70rpx;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.re-title {
|
||
|
font-size: 34rpx;
|
||
|
font-weight: bold;
|
||
|
color: #262936;
|
||
|
}
|
||
|
|
||
|
.re-tag {
|
||
|
width: 44rpx;
|
||
|
height: 10rpx;
|
||
|
}
|
||
|
|
||
|
.re-lable {
|
||
|
font-size: 26rpx;
|
||
|
line-height: 120rpx;
|
||
|
font-weight: bold;
|
||
|
color: #838B99;
|
||
|
}
|
||
|
|
||
|
.re-item {
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
display: flex;
|
||
|
box-sizing: border-box;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
padding-right: 40rpx;
|
||
|
border-top: 1px solid #E3E3E3;
|
||
|
}
|
||
|
|
||
|
.re-name {
|
||
|
font-size: 32rpx;
|
||
|
color: #262936;
|
||
|
}
|
||
|
|
||
|
.re-num {
|
||
|
font-size: 26rpx;
|
||
|
color: #C3C3C3;
|
||
|
}
|