77 lines
1.4 KiB
Plaintext
77 lines
1.4 KiB
Plaintext
.container {
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.main {
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.left {
|
|
width: 200rpx;
|
|
height: 160rpx;
|
|
background: linear-gradient( 137deg, #2583FF 0%, #FFACAC 100%);
|
|
border-radius: 21rpx 21rpx 21rpx 21rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.left_price {
|
|
|
|
}
|
|
.symbol {
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.price {
|
|
font-weight: 400;
|
|
font-size: 50rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.left_desc {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.center {
|
|
margin-left: 31rpx;
|
|
}
|
|
.title {
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.deadline {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.type_mode {
|
|
display: inline-block;
|
|
background: #FFF0ED;
|
|
border-radius: 6rpx 6rpx 6rpx 6rpx;
|
|
border: 1rpx solid #2583FF;
|
|
font-weight: 400;
|
|
font-size: 20rpx;
|
|
color: #2583FF;
|
|
margin: 2rpx 12rpx 2rpx 8rpx;
|
|
}
|
|
.right_btn {
|
|
display: inline-block;
|
|
margin-left: 100rpx;
|
|
background: #2583FF;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #FFFFFF;
|
|
padding: 10rpx;
|
|
}
|
|
.icon {
|
|
width: 117rpx;
|
|
height: 117rpx;
|
|
margin-left: 68rpx;
|
|
} |