historylist.wxss
375 Bytes
/* pages/main/finalpayment/historylist/historylist.wxss */
.page {
background-color: #fcfcfc;
}
.text_gray_32 {
font-size: 32rpx;
color: #6c7596;
font-family: PingFangSC-Semibold;
}
.arrow_wrap {
position: relative;
width: 40rpx;
height: 40rpx;
align-self: center;
margin-top: 8rpx
}
.view_bg_wrap {
display: flex;
width: 100%;
flex-wrap: nowrap;
}