first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:09:02 +08:00
commit dac42e3b0c
3512 changed files with 181637 additions and 0 deletions

View File

@@ -0,0 +1,66 @@
page {
background: #f7f7f7;
}
.orderdetail_header.data-v-da04f288 {
width: 750rpx;
position: fixed;
left: 0;
top: 0;
z-index: 99;
transition: all 0.5s;
}
.shop_btn.data-v-da04f288 {
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-da04f288 {
width: 40rpx;
height: 40rpx;
margin-right: 30rpx;
}
.shop_btn_btn.data-v-da04f288 {
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: 24rpx;
color: #002ea4;
}
.shop_info.data-v-da04f288 {
padding: 30rpx;
background-color: #fff;
border-radius: 8rpx;
margin-top: 30rpx;
}
.shop_info_mon.data-v-da04f288 {
font-weight: bold;
font-size: 44rpx;
color: #ff1a1a;
}
.shop_info_tit.data-v-da04f288 {
margin-top: 10rpx;
font-weight: bold;
font-size: 28rpx;
color: #232323;
}
.shop_info_note.data-v-da04f288 {
display: flex;
align-items: center;
font-weight: 400;
font-size: 24rpx;
color: #666666;
}