chache/pages/part/order/index.wxss
2024-01-22 18:48:00 +08:00

137 lines
2.3 KiB
Plaintext

page {
background: #f4f4f4;
}
.modle_1_nav {
background: #fff;
border-bottom: 1rpx solid #f4f4f4;
font-size: 0;
height: 80rpx;
line-height: 80rpx;
position: fixed;
top: 0rpx;
width: 100%;
z-index: 10;
}
.modle_1_nav_modle {
color: #333;
display: inline-block;
font-size: 28rpx;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
word-break: keep-all;
}
.modle_1_nav_active {
color: #3d61f0;
line-height: 72rpx;
}
.modle_1_nav_modle_border {
background: #3d61f0;
height: 5rpx;
margin: 0 auto;
width: 30rpx;
}
.nav {
height: 80rpx;
width: 100%;
}
.shop_border {
background: #fff;
border-bottom: 20rpx solid #f4f4f4;
padding: 30rpx;
}
.shop_modle {
border-bottom: 1rpx solid #f4f4f4;
height: 180rpx;
}
.shop_modle_img {
border-radius: 10rpx;
height: 150rpx;
position: absolute;
width: 150rpx;
}
.shop_modle_name {
color: #333;
font-size: 32rpx;
margin-left: 170rpx;
overflow: hidden;
position: absolute;
text-overflow: ellipsis;
white-space: nowrap;
width: 400rpx;
word-break: keep-all;
}
.shop_modle_daibaojia {
color: #f75f5f;
font-size: 28rpx;
margin-left: 606rpx;
position: absolute;
}
.shop_modle_orderTime {
margin-top: 117rpx;
}
.shop_modle_orderNumber,
.shop_modle_orderTime {
color: #7a7a7a;
font-size: 24rpx;
margin-left: 170rpx;
position: absolute;
width: 400rpx;
}
.shop_modle_orderNumber {
margin-top: 60rpx;
}
.shop_modle_orderbaojia {
color: #f75f5f;
font-size: 28rpx;
}
.shop_modle_wancheng {
color: #7a7a7a;
}
.shop_modle_btn {
background: #fff;
border: 1rpx solid #f75f5f;
border-radius: 6rpx;
color: #f75f5f;
font-size: 24rpx;
height: 50rpx;
line-height: 48rpx;
margin-left: 560rpx;
margin-top: 100rpx;
padding: 0;
position: absolute;
text-align: center;
width: 130rpx;
}
button::after {
border: none;
}
.shop_modle_btmNav {
color: #333;
font-size: 24rpx;
margin-top: 15rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break: keep-all;
}
.shop_modle_btmNav_img {
background: #3d61f0;
border-radius: 100%;
display: inline-block;
height: 6rpx;
margin-right: 15rpx;
margin-top: -5rpx;
vertical-align: middle;
width: 6rpx;
}
.end_none {
color: #8a8a8a;
font-size: 28rpx;
height: 100rpx;
line-height: 100rpx;
text-align: center;
width: 100%;
}