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.
84 lines
1.3 KiB
84 lines
1.3 KiB
|
|
|
|
|
|
|
|
.leftLineH {
|
|
width: 100%;
|
|
height: auto;
|
|
position: relative;
|
|
|
|
&:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 22rpx;
|
|
height: 100%;
|
|
width: 2rpx;
|
|
background-color: #F6F7FA;
|
|
}
|
|
|
|
.tit_row {
|
|
.num {
|
|
width: 44rpx;
|
|
height: 50rpx;
|
|
text-align: center;
|
|
line-height: 44rpx;
|
|
color: #fff;
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
background: url('../../../../static/images/numbg.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tit {
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
padding-left: 40rpx;
|
|
}
|
|
}
|
|
|
|
.tables {
|
|
border: 1px solid #F6F7FA;
|
|
margin-top: 30rpx;
|
|
border-radius: 8rpx;
|
|
.th {
|
|
border-bottom: 1px solid #F6F7FA;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
display: flex;
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
|
|
.td {
|
|
border-right: 1px solid #F6F7FA;
|
|
|
|
&:first-child {
|
|
width: 0;
|
|
flex: 1;
|
|
}
|
|
|
|
&:last-child {
|
|
border: none;
|
|
width: 145rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.con {
|
|
padding-left: 62rpx;
|
|
padding-top: 20rpx;
|
|
margin-bottom: 78rpx;
|
|
|
|
.text {
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
|
|
text {
|
|
color: #EE890C;
|
|
}
|
|
}
|
|
}
|