Initial Commit
This commit is contained in:
215
pages/my/my_order/my_order.wxss
Normal file
215
pages/my/my_order/my_order.wxss
Normal file
@ -0,0 +1,215 @@
|
||||
/* pages/my/my_order/my_order.wxss */
|
||||
page {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.typeAll {
|
||||
width: 750rpx;
|
||||
margin: 0 auto;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
font-size: 28rpx;
|
||||
color: #9792a6;
|
||||
margin-top: 10rpx;
|
||||
overflow-y: hidden;
|
||||
overflow-x: scroll;
|
||||
|
||||
}
|
||||
|
||||
.typeAll::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.type {
|
||||
width: 140rpx;
|
||||
text-align: center;
|
||||
font-size: 32rpx;
|
||||
color: #999999;
|
||||
position: relative;
|
||||
}
|
||||
.type_s{
|
||||
width: 140rpx;
|
||||
}
|
||||
|
||||
.typeAll .type_xz {
|
||||
color: #ee7b1e;
|
||||
}
|
||||
|
||||
/* .typeXz {
|
||||
width: 60rpx;
|
||||
height: 6rpx;
|
||||
background-color: #ee7b1e;
|
||||
border-radius: 3rpx;
|
||||
transform: left 0.5s;
|
||||
} */
|
||||
.typeXz {
|
||||
width: 60rpx;
|
||||
height: 6rpx;
|
||||
background-color: #ee7b1e;
|
||||
border-radius: 3rpx;
|
||||
position: absolute;
|
||||
bottom: 2rpx;
|
||||
left: 40rpx;
|
||||
}
|
||||
|
||||
.orderAll {
|
||||
width: 750rpx;
|
||||
border-radius: 20rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.order {
|
||||
width: 690rpx;
|
||||
padding: 30rpx;
|
||||
position: relative;
|
||||
margin-top: 20rpx;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.state {
|
||||
font-size: 28rpx;
|
||||
color: #ee7b1e;
|
||||
position: absolute;
|
||||
right: 30rpx;
|
||||
top: 20rpx;
|
||||
}
|
||||
|
||||
.number {
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
margin-bottom: 50rpx;
|
||||
}
|
||||
|
||||
.number text {
|
||||
color: #666666;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.goods {
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.goodsL {
|
||||
width: 160rpx;
|
||||
height: 160rpx;
|
||||
}
|
||||
|
||||
.goodsL image {
|
||||
width: 160rpx;
|
||||
height: 160rpx;
|
||||
background-color: #fcfaf7;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
.goodsM {
|
||||
width: 400rpx;
|
||||
|
||||
}
|
||||
|
||||
.goodsTitle {
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
line-height: 50rpx;
|
||||
height: 100rpx;
|
||||
}
|
||||
|
||||
.goodsPrice {
|
||||
line-height: 60rpx;
|
||||
font-size: 36rpx;
|
||||
color: #ee7b1e;
|
||||
}
|
||||
|
||||
.goodsPrice text {
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.goodsR {
|
||||
font-size: 24rpx;
|
||||
color: #212320;
|
||||
}
|
||||
|
||||
.goodsR text {
|
||||
font-size: 32rpx;
|
||||
color: #0b0b0b;
|
||||
}
|
||||
|
||||
.total {
|
||||
border-top: 1rpx solid #eee;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
}
|
||||
|
||||
.total1 {
|
||||
font-size: 28rpx;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.total2 {
|
||||
font-size: 28rpx;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.total2 text text {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
.total2 text {
|
||||
font-size: 32rpx;
|
||||
}
|
||||
|
||||
.total3 {
|
||||
margin-left: 100rpx;
|
||||
font-size: 28rpx;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.total3>text {
|
||||
margin-left: 30rpx;
|
||||
font-size: 36rpx;
|
||||
letter-spacing: 2rpx;
|
||||
color: #ee7b1e;
|
||||
}
|
||||
|
||||
.total3>text text {
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.btn1 {
|
||||
height: 48rpx;
|
||||
line-height: 48rpx;
|
||||
border-radius: 24rpx;
|
||||
border: solid 1rpx #a0a0a0;
|
||||
padding: 0 20rpx;
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.btn .btn2 {
|
||||
border: solid 1rpx #ee7b1e;
|
||||
color: #ee7b1e;
|
||||
}
|
||||
|
||||
|
||||
.emptyImg {
|
||||
width: 337rpx;
|
||||
height: 164rpx;
|
||||
margin: 200rpx auto 50rpx;
|
||||
}
|
||||
|
||||
.emptyImg image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.emptyTitle {
|
||||
font-size: 28rpx;
|
||||
letter-spacing: 3rpx;
|
||||
color: #999;
|
||||
text-align: center;
|
||||
margin: 50rpx 0;
|
||||
}
|
Reference in New Issue
Block a user