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.
101 lines
1.8 KiB
101 lines
1.8 KiB
.frame{
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.cy-qt{
|
|
width: 100%;
|
|
height: 495rpx;
|
|
background-color: #FFFFFF;
|
|
border-radius: 16rpx;
|
|
padding-top: 30rpx;
|
|
}
|
|
|
|
.title-num{
|
|
height: 68rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
.title-num .title-num-left{
|
|
width: 50%;
|
|
height: 68rpx;
|
|
font-size:30rpx;
|
|
font-weight:500;
|
|
color:rgba(51,51,51,1);
|
|
float: left;
|
|
}
|
|
.title-num .title-num-left text{
|
|
font-size:30rpx;
|
|
font-weight:800;
|
|
color:rgba(51,51,51,1);
|
|
}
|
|
.title-num .title-num-right{
|
|
width: 50%;
|
|
height: 68rpx;
|
|
font-size:30rpx;
|
|
font-weight:500;
|
|
color:rgba(51,51,51,1);
|
|
float: left;
|
|
|
|
}
|
|
.title-num .title-num-right .title-num-right-top{
|
|
width: 100%;
|
|
height: 34rpx;
|
|
font-size:26rpx;
|
|
font-weight:500;
|
|
color:rgba(146,148,155,1);
|
|
}
|
|
.title-num .title-num-right .title-num-right-bottom{
|
|
width: 100%;
|
|
height: 34rpx;
|
|
font-size:26rpx;
|
|
font-weight:500;
|
|
color:rgba(146,148,155,1);
|
|
}
|
|
.title-num .title-num-right .title-num-right-top text{
|
|
font-size:26rpx;
|
|
font-weight:bold;
|
|
color:rgba(102,102,102,1);
|
|
}
|
|
.title-num .title-num-right .title-num-right-bottom text{
|
|
font-size:26rpx;
|
|
font-weight:bold;
|
|
color:rgba(102,102,102,1);
|
|
}
|
|
/* 标注 */
|
|
.bz{
|
|
height: 22rpx;
|
|
}
|
|
.bz .distance{
|
|
float: left;
|
|
margin-left: 93rpx;
|
|
}
|
|
.bz .distance2{
|
|
float: left;
|
|
margin-left: 30rpx;
|
|
}
|
|
.bz .distance .circle{
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
border-radius: 50%;
|
|
margin-top: 6rpx;
|
|
|
|
float: left;
|
|
}
|
|
.bz .distance .yellow-circle{
|
|
background-color: #FFB600;
|
|
}
|
|
.bz .distance .violet-circle{
|
|
background-color: #AD6DFE
|
|
}
|
|
.bz .distance .orange-circle{
|
|
background-color: #FFA270
|
|
}
|
|
.bz .distance .left-name{
|
|
font-size:22rpx;
|
|
line-height: 22rpx;
|
|
font-weight:500;
|
|
margin-left: 7rpx;
|
|
color:rgba(153,153,153,1);
|
|
float: left;
|
|
}
|