pointdetail.wxss
540 Bytes
/* pages/main/rewardpoint/pointdetail/pointdetail.wxss */
page {
background-color: #f5f5f5;
}
.text_black_34{
font-size: 34rpx;
color:#333;
font-family: PingFangSC-Regular, PingFang SC;
}
.gray_dot {
width: 16rpx;
height: 16rpx;
background-color: #e5e5e5;
border-radius: 50%;
}
.btn_white_radius {
flex: 1;
height: 42px;
background: #FFFFFF;
border-radius: 5px;
border: 1px solid #EEEEEE;
color: #666;
}
.view_bottom {
background: #fff;
width: 100%;
position: fixed;
bottom: 0;
flex-direction: row;
}