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,49 @@
.order_view.data-v-93207a4f {
background: #ffffff;
border-radius: 16rpx;
padding: 25rpx;
margin-bottom: 30rpx;
}
.order_view_info.data-v-93207a4f {
display: flex;
align-items: center;
flex-direction: row;
justify-content: start;
}
.order_view_info_img.data-v-93207a4f {
width: 208rpx;
height: 208rpx;
margin-right: 15rpx;
border-radius: 10rpx;
}
.order_view_info_right.data-v-93207a4f {
flex: 1;
font-size: 28rpx;
color: #232323;
}
.order_view_info_right_tit.data-v-93207a4f {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
margin-bottom: 15rpx;
}
.order_view_info_right_num.data-v-93207a4f {
margin-bottom: 15rpx;
}
.order_view_info_right_mon.data-v-93207a4f {
margin-bottom: 15rpx;
}
.order_view_info_right_mon text.data-v-93207a4f {
color: #ff2e24;
}
.order_view_dd.data-v-93207a4f {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
font-weight: bold;
font-size: 28rpx;
color: #232323;
margin-bottom: 15rpx;
}