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.
64 lines
931 B
64 lines
931 B
|
|
.ru-head{
|
|
height: 108rpx;
|
|
background-color: #34026B;
|
|
position: relative;
|
|
padding: 0 36rpx;
|
|
}
|
|
.ru-imgcon{
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
position: absolute;
|
|
left: 36rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.ru-imgcon image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ru-body{
|
|
padding: 0 36rpx;
|
|
padding-top: 48rpx;
|
|
}
|
|
.ru-body-p1{
|
|
color: #303133;
|
|
font-size: 32rpx;
|
|
}
|
|
.ru-table{
|
|
border: 2rpx solid #EDEFF2;
|
|
border-bottom: none;
|
|
border-collapse: collapse;
|
|
}
|
|
.ru-body-p1{
|
|
font-size: 32rpx;
|
|
color: #303133;
|
|
text-transform: capitalize;
|
|
}
|
|
.ru-table{
|
|
margin-top: 36rpx;
|
|
}
|
|
.ru-table tr{
|
|
width: 100%;
|
|
display: block;
|
|
border-bottom: 2rpx solid #EDEFF2;
|
|
text-align: center;
|
|
line-height: 72rpx;
|
|
|
|
}
|
|
.ru-table tbody{
|
|
color: #909399;
|
|
}
|
|
.ru-table tr .t1{
|
|
width: 200rpx;
|
|
border-right: 2rpx solid #EDEFF2;
|
|
}
|
|
.ru-table tr .t2{
|
|
width: 476rpx;
|
|
}
|
|
.ru-cont{
|
|
color: #303133;
|
|
font-size: 28rpx;
|
|
line-height: 54rpx;
|
|
padding: 48rpx 0;
|
|
}
|