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

82 lines
1.1 KiB

page {
background:#EAF1F8;
height: 100%;
}
.scroll-views {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
.backGroundContainer{
background: #fff;
}
.listItem{
height: 100rpx;
display: flex;
flex-direction: column;
padding: 20rpx 20rpx;
/* border-bottom: 1rpx solid #ddd; */
}
.horizontallineView {
height: 1rpx;
background-color: #dbdbdb;
margin-left: 20rpx;
margin-right: 0rpx;
}
.orderID{
height: 50%;
width: 100%;
}
.bottomView{
height: 50%;
width: 100%;
display: flex;
flex-direction: row;
}
.goodsNum{
height: 100%;
width: 30%;
}
.goodsMoney{
height: 100%;
width: 70%;
text-align: right;
}
.goodsIDText{
font-size: 16px;
}
.goodsNumText{
font-size: 14px;
color: #666;
}
.goodsMoneyText{
font-size: 14px;
color: #666;
}
.xinjian{
width: 160rpx;
height: 160rpx;
position: fixed;
bottom: 60rpx;
right: 20rpx;
}
.chose{
width: 100%;
height: 40px;
position: fixed;
bottom: 0rpx;
}