62 lines
1.1 KiB
Plaintext
62 lines
1.1 KiB
Plaintext
|
|
page {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.orderdetail_header.data-v-2a6aaf81 {
|
|
width: 750rpx;
|
|
transition: all 0.5s;
|
|
}
|
|
.shop_btn.data-v-2a6aaf81 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
padding: 20rpx 60rpx 30rpx;
|
|
width: 750rpx;
|
|
height: 120rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #fff;
|
|
}
|
|
.shop_btn image.data-v-2a6aaf81 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
.shop_btn_btn.data-v-2a6aaf81 {
|
|
width: 496rpx;
|
|
padding: 15rpx;
|
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
|
border: 2rpx solid #002ea4;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #002ea4;
|
|
}
|
|
.shop_info.data-v-2a6aaf81 {
|
|
padding: 30rpx;
|
|
background-color: #fff;
|
|
border-radius: 8rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
.shop_info_mon.data-v-2a6aaf81 {
|
|
font-weight: bold;
|
|
font-size: 44rpx;
|
|
color: #ff1a1a;
|
|
}
|
|
.shop_info_tit.data-v-2a6aaf81 {
|
|
font-weight: bold;
|
|
font-size: 34rpx;
|
|
color: #232323;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.shop_info_note.data-v-2a6aaf81 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 400;
|
|
font-size: 30rpx;
|
|
color: #666666;
|
|
} |