111 lines
2.2 KiB
Plaintext
111 lines
2.2 KiB
Plaintext
/* packageD/directSeeding/liveDividend/liveDividend.wxss */
|
|
.liveDividend .liveDividendTop {
|
|
height: 290rpx;
|
|
background-color: #f15353;
|
|
padding-top: 30rpx;
|
|
}
|
|
|
|
.liveDividend .liveDividendTop .photo {
|
|
width: 138rpx;
|
|
height: 138rpx;
|
|
background-color: #fff;
|
|
border: solid 4rpx #fff;
|
|
margin: 0 auto;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.liveDividend .liveDividendTop .photo image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.liveDividend .liveDividendTop .name {
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom {
|
|
width: 690rpx;
|
|
margin: -60rpx auto 0;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record {
|
|
height: 205rpx;
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-bottom: 22rpx;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record .record_left,
|
|
.liveDividend .liveDividendBottom .record .record_right {
|
|
width: 346rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record .record_center {
|
|
width: 1rpx;
|
|
height: 53rpx;
|
|
background-color: #d1d1d1;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record .top {
|
|
font-size: 36rpx;
|
|
color: #000;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record .bottom {
|
|
height: 23rpx;
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record_list {
|
|
background: #fff;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record_list .li {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 109rpx;
|
|
border-bottom: 1rpx solid #f2f2f7;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record_list .li .left {
|
|
padding-top: 15rpx;
|
|
padding-left: 16rpx;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record_list .li .left .num {
|
|
font-size: 24rpx;
|
|
line-height: 44rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record_list .li .left .data {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record_list .li .right {
|
|
padding-top: 15rpx;
|
|
padding-right: 29rpx;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record_list .li .right .price {
|
|
line-height: 44rpx;
|
|
font-size: 28rpx;
|
|
color: #f15353;
|
|
}
|
|
|
|
.liveDividend .liveDividendBottom .record_list .li .right .status {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
text-align: right;
|
|
}
|