上传代码
This commit is contained in:
157
uniapp04/unpackage/dist/dev/mp-alipay/pages/testFive/testFive.acss
vendored
Normal file
157
uniapp04/unpackage/dist/dev/mp-alipay/pages/testFive/testFive.acss
vendored
Normal file
@ -0,0 +1,157 @@
|
||||
|
||||
.order-details.data-v-2e2c92b9 {
|
||||
padding: 10px;
|
||||
background-color: #ece8ea;
|
||||
}
|
||||
.order-details-center.data-v-2e2c92b9 {
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
border-radius: 2%;
|
||||
}
|
||||
.image-container.data-v-2e2c92b9 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.Lookbackground.data-v-2e2c92b9 {
|
||||
width: 250px;
|
||||
height: 150px;
|
||||
background: #f5f5f5;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.preview-text.data-v-2e2c92b9 {
|
||||
color: #4095e5;
|
||||
font-size: 14px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* 原有样式保持不变 */
|
||||
.order.data-v-2e2c92b9 {
|
||||
padding: 20px;
|
||||
background-color: #e5e51b;
|
||||
width: 85%;
|
||||
border-radius: 15px;
|
||||
margin: 20px auto;
|
||||
}
|
||||
.order-number-container.data-v-2e2c92b9 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.order-number.data-v-2e2c92b9 {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.order-number-value.data-v-2e2c92b9 {
|
||||
font-size: 48px;
|
||||
font-weight: bold;
|
||||
color: #4095e5;
|
||||
}
|
||||
.status-bar.data-v-2e2c92b9 {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
padding: 20px 0;
|
||||
}
|
||||
.status-item.data-v-2e2c92b9 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.status-icon.data-v-2e2c92b9 {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.restaurant-info.data-v-2e2c92b9 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 20px 0;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #dedede;
|
||||
}
|
||||
.restaurant-name.data-v-2e2c92b9 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.restaurant-address.data-v-2e2c92b9 {
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
}
|
||||
.contact.data-v-2e2c92b9 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.contact-icon.data-v-2e2c92b9 {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.order-items.data-v-2e2c92b9 {
|
||||
padding: 20px 0;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #dedede;
|
||||
}
|
||||
.order-item.data-v-2e2c92b9 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.item-image.data-v-2e2c92b9 {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.item-info.data-v-2e2c92b9 {
|
||||
flex: 1;
|
||||
}
|
||||
.item-name.data-v-2e2c92b9 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.item-description.data-v-2e2c92b9 {
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
}
|
||||
.item-price.data-v-2e2c92b9 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
||||
.order-summary.data-v-2e2c92b9 {
|
||||
padding: 20px 0;
|
||||
}
|
||||
.summary-item.data-v-2e2c92b9 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.order-info.data-v-2e2c92b9 {
|
||||
padding: 20px 0;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #dedede;
|
||||
}
|
||||
.order-label.data-v-2e2c92b9 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.order-detail.data-v-2e2c92b9 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.detail-item.data-v-2e2c92b9 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.image-box.data-v-2e2c92b9 {
|
||||
width: 250rpx;
|
||||
height: 250rpx;
|
||||
display: block;
|
||||
margin: 40px auto 0;
|
||||
}
|
Reference in New Issue
Block a user