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.
95 lines
1.3 KiB
95 lines
1.3 KiB
.container{
|
|
width: 100%;
|
|
}
|
|
.info{
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
margin: 13rpx 20rpx 0rpx 20rpx;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
.info-box {
|
|
width: 100wh;
|
|
height: auto;
|
|
padding: 31rpx 25rpx;
|
|
}
|
|
.display-inline{display:inline}
|
|
.info-left{
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
.info-right{
|
|
width: 50%;
|
|
float: left;
|
|
text-align: right;
|
|
word-wrap:break-word;
|
|
}
|
|
.color{
|
|
font-size:28rpx;
|
|
font-weight:500;
|
|
line-height: 56rpx;
|
|
color:rgba(255,197,41,1);
|
|
}
|
|
.info-left image{
|
|
width: 46rpx;
|
|
height: 46rpx;
|
|
position: relative;
|
|
top: 5rpx;
|
|
}
|
|
.info-font{
|
|
font-size:32rpx;
|
|
font-weight:500;
|
|
margin-left: 10rpx;
|
|
position: relative;
|
|
top: -5rpx;
|
|
color:rgba(51,51,51,1);
|
|
}
|
|
.info-red{
|
|
width: 15rpx;
|
|
height: 15rpx;
|
|
border-radius: 50%;
|
|
background-color: #FC5555;
|
|
position: relative;
|
|
margin-left: 180rpx;
|
|
top: -50rpx;
|
|
}
|
|
.clear{
|
|
clear: both;
|
|
}
|
|
|
|
|
|
.info-line{
|
|
height: 1rpx;
|
|
background-color: #EAEAEA;
|
|
width: 100whh;
|
|
margin: 0 10rpx;
|
|
}
|
|
|
|
.info-content-one{
|
|
font-size:36rpx;
|
|
font-weight:bold;
|
|
color:rgba(51,51,51,1);
|
|
margin: 26rpx 25rpx 0rpx 25rpx;
|
|
}
|
|
|
|
.info-content-two{
|
|
font-size:20rpx;
|
|
font-weight:500;
|
|
color:rgba(153,153,153,1);
|
|
margin: 14rpx 25rpx 0rpx 25rpx;
|
|
}
|
|
|
|
.info-content-three{
|
|
font-size:32rpx;
|
|
font-weight:500;
|
|
color:rgba(51,51,51,1);
|
|
margin: 27rpx 25rpx 0rpx 25rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|