home.wxss
482 Bytes
/* pages/main/rewardpoint/home.wxss */
page{
background:#f5f5f5
}
.text_gray_32 {
font-size: 32rpx;
color: #333;
}
.view_bottom {
background: #fff;
width: 100%;
position: fixed;
bottom: 0;
display: flex;
flex-direction: row;
}
.btn_blue_radius {
background: #357aeb;
border-radius: 5px;
flex: 1;
color: #fff;
}
.btn_white_radius {
flex: 1;
height: 42px;
background: #FFFFFF;
border-radius: 5px;
border: 1px solid #EEEEEE;
color: #666666;
}