You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

132 lines
1.9 KiB
Plaintext

page {
font-family: Arial, Helvetica, STHeiTi, sans-serif;
background: #f2f2f2;
}
.cy-content-top {
width: 100%;
height: 320rpx;
overflow: hidden;
background-color: white;
}
.cy-user {
margin-top: 60rpx;
width: 100%;
height: 128rpx;
text-align: center;
}
.zan-col {
font-size: 12px;
height: 55px;
}
.item {
padding: 3px;
padding-left: 12px;
padding-right: 0px;
}
zan-row:after {
content: "";
display: table;
clear: both;
}
.zan-row .money {
text-align: right;
padding-top: 18px;
padding-right: 10px;
font-size: 15px;
}
.weui-media-box__title_in-text {
font-size: 15px;
color: #666;
}
.border {
border-top: 1px solid #e6e6fa;
}
.zan-cell {
position: relative;
padding: 12px 15px;
display: flex;
align-items: center;
line-height: 1.4;
font-size: 14px;
}
.zan-cell__bd_title {
color: #999;
font-size: 12px;
}
.zan-cell__bd {
flex: 1;
}
.no_record {
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 40%;
text-align: center;
}
.no_title {
font-size: 13px;
color: #999;
}
.weui-media-box__desc {
font-size: 12px;
}
.table {
margin-top: 20rpx;
width: 100%;
height: 100%;
}
.table_row {
width: 100%;
height: 180rpx;
background-color: white;
border-bottom: 1px solid gainsboro;
}
.table_row .row_left {
width: 70%;
height: 100%;
float: left;
}
.table_row .row_right {
width: 30%;
height: 100%;
float: left;
line-height: 180rpx;
text-align: center;
}
.row_left .row_top {
margin-top: 35rpx;
width: 100%;
height: 70rpx;
padding-left: 20px;
line-height: 70rpx;
font-size: 16px;
}
.row_left .row_bottom {
width: 100%;
height: 50rpx;
line-height: 50rpx;
padding-left: 20px;
color: #999;
font-size: 14px;
}