242 lines
3.1 KiB
Plaintext
242 lines
3.1 KiB
Plaintext
/* pages/my/my_order/my_order.wxss */
|
|
page {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.top{
|
|
width: 750rpx;
|
|
padding: 60rpx;
|
|
margin-bottom: 30rpx;
|
|
padding: 10rpx 0 30rpx;
|
|
}
|
|
.title{
|
|
width: 100%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
color: #ffffff;
|
|
position: relative;
|
|
}
|
|
.title image{
|
|
position: absolute;
|
|
left: 30rpx;
|
|
top: 25rpx;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.typeAll {
|
|
width: 750rpx;
|
|
height: 100rpx;
|
|
background-color: #ffffff;
|
|
line-height: 100rpx;
|
|
position: relative;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.top-c{
|
|
width: 690rpx;
|
|
padding: 0 30rpx;
|
|
}
|
|
.l-1{
|
|
font-size: 36rpx;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
width: 600rpx;
|
|
}
|
|
.l-2{
|
|
font-size: 32rpx;
|
|
color: #ffffff;
|
|
width: 600rpx;
|
|
line-height: 55rpx;
|
|
position: relative;
|
|
margin-top: 15rpx;
|
|
}
|
|
.l-2 image{
|
|
width: 23rpx;
|
|
height: 34rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
.top-c__r image{
|
|
width: 52rpx;
|
|
height: 52rpx;
|
|
}
|
|
.type {
|
|
width: 50%;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.typeAll .type_xz {
|
|
color: #ee7b1e;
|
|
}
|
|
|
|
.typeXz {
|
|
width:90rpx;
|
|
height: 6rpx;
|
|
background-color: #ee7b1e;
|
|
border-radius: 3rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.number text {
|
|
color: #666666;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.goods {
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.goodsL {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
}
|
|
|
|
.goodsL image {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #fcfaf7;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.goodsM {
|
|
width: 400rpx;
|
|
|
|
}
|
|
|
|
.goodsTitle {
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
line-height: 50rpx;
|
|
height: 100rpx;
|
|
}
|
|
.spec{
|
|
width:100%;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
.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: 40rpx;
|
|
}
|
|
|
|
.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;
|
|
} |