card-mini/pages/mine/order/orderlist.wxss
2021-07-25 13:11:55 +08:00

46 lines
805 B
Plaintext

/* pages/mine/order/orderlist.wxss */
.tab{
position: fixed;
left: 0;
right: 0;
background: #fff;
display: flex;
height: 80rpx;
z-index: 100;
}
.tab-box{
flex: 1;
display: flex;
justify-content: center;
align-items: center;
font-size: 32rpx;
color: #000;
}
.tab-box.active{
color: #055fe6;
border-bottom: 2px solid #055fe6;
box-sizing: border-box;
}
.card{
width: 100%;
box-sizing: border-box;
background: #fff;
z-index: 100;
position: relative;
/* text-align: center; */
}
.card-bgImg{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.area-box{
white-space: nowrap;
}
.card-name{
font-size: 36rpx;
margin: 10rpx 0;
padding: 0 20rpx;
}