123 lines
2.0 KiB
Plaintext
123 lines
2.0 KiB
Plaintext
.wss text {
|
|
color: #03a125;
|
|
display: block;
|
|
font-size: 13px;
|
|
line-height: 44rpx;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.main_info > view {
|
|
font-size: 24rpx;
|
|
}
|
|
.top {
|
|
height: 400rpx;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
.top_bg {
|
|
margin-top: -6rpx;
|
|
width: 100%;
|
|
}
|
|
.top_title {
|
|
color: #060606;
|
|
margin-left: 27rpx;
|
|
position: absolute;
|
|
}
|
|
.top_info {
|
|
background: #fff;
|
|
border-radius: 24rpx;
|
|
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
|
|
height: 300rpx;
|
|
line-height: 84rpx;
|
|
margin-left: 10%;
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 210rpx;
|
|
width: 80%;
|
|
}
|
|
.top_info > .top_info_title {
|
|
font-family: fangsong;
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
margin-top: 24rpx;
|
|
}
|
|
.top_info > .top_info_money {
|
|
color: #fdc770;
|
|
font-size: 40rpx;
|
|
font-weight: 600;
|
|
}
|
|
.top_info > .top_info_time {
|
|
color: #c6c4c4;
|
|
font-size: 22rpx;
|
|
font-weight: 600;
|
|
}
|
|
.main {
|
|
margin-left: 2%;
|
|
margin-top: 10rpx;
|
|
width: 94%;
|
|
}
|
|
.main_top {
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
}
|
|
.main_top > view {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
height: 80rpx;
|
|
justify-content: center;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
width: 20%;
|
|
}
|
|
.main_info {
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
}
|
|
.main_info > view {
|
|
font-size: 34rpx;
|
|
justify-content: center;
|
|
line-height: 100rpx;
|
|
margin: auto;
|
|
text-align: center;
|
|
width: 25%;
|
|
}
|
|
.main_info > .amount_of_increase {
|
|
position: relative;
|
|
}
|
|
.main_info .amount_of_increase > .float {
|
|
position: absolute;
|
|
text-align: center;
|
|
top: -30rpx;
|
|
width: 100%;
|
|
}
|
|
.main_info > .amount_of_increase image {
|
|
height: 70rpx;
|
|
left: 0;
|
|
margin-left: 10%;
|
|
position: absolute;
|
|
top: -28rpx;
|
|
width: 80%;
|
|
}
|
|
.main_info > .btn {
|
|
color: #fff;
|
|
height: 120rpx;
|
|
line-height: 120rpx;
|
|
text-align: center;
|
|
width: 20%;
|
|
}
|
|
.main_info > .btn > span {
|
|
background: #fdc770;
|
|
border-radius: 30rpx;
|
|
color: #fff;
|
|
font-size: 22rpx;
|
|
padding: 6rpx 16rpx;
|
|
width: 20%;
|
|
}
|
|
.red {
|
|
color: red;
|
|
}
|
|
.green {
|
|
color: green;
|
|
}
|