115 lines
1.6 KiB
Plaintext
115 lines
1.6 KiB
Plaintext
/* pages/my/my_bill/my_bill.wxss */
|
|
.all {
|
|
width: 690rpx;
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.title {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.title-l {
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.title-r {
|
|
font-size: 24rpx;
|
|
letter-spacing: 1rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.title-r image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
|
|
.t-type__all {
|
|
width: 150rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 10rpx;
|
|
border: solid 1rpx #e5e5e5;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 90rpx;
|
|
}
|
|
|
|
.t-type {
|
|
height: 54rpx;
|
|
line-height: 54rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
letter-spacing: 1rpx;
|
|
color: #333333;
|
|
border-bottom: solid 1rpx #e5e5e5;
|
|
}
|
|
.t-type__active{
|
|
color: #ee7b1e;
|
|
}
|
|
|
|
.t-type:first-child {
|
|
border-radius: 10rpx 10rpx 0 0;
|
|
}
|
|
|
|
.t-type:last-child {
|
|
border-radius: 0 0 10rpx 10rpx;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.cont{
|
|
margin: 0 auto 30rpx;
|
|
width: 650rpx;
|
|
background-color: #fefaf6;
|
|
border-radius: 10rpx;
|
|
padding: 20rpx;
|
|
}
|
|
.cont-l{
|
|
width: 400rpx;
|
|
}
|
|
.content{
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
margin: 20rpx 0;
|
|
width: 400rpx;
|
|
}
|
|
.number{
|
|
margin-bottom: 15rpx;
|
|
font-size: 20rpx;
|
|
color: #999999;
|
|
}
|
|
.time{
|
|
font-size: 20rpx;
|
|
color: #999999;
|
|
}
|
|
.cont-r{
|
|
width:250rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: flex-end;
|
|
text-align: right;
|
|
}
|
|
.type{
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
width:250rpx;
|
|
}
|
|
.type_1{
|
|
color: #ee7b1e;
|
|
}
|
|
.state{
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-top: 30rpx;
|
|
width:250rpx;
|
|
}
|
|
|
|
|
|
.empty{
|
|
font-size: 28rpx;
|
|
letter-spacing: 3rpx;
|
|
color: #999;
|
|
text-align: center;
|
|
margin: 150rpx 0;
|
|
} |