xiaokuaisong-xiaochengxu/uniapp04/unpackage/dist/dev/mp-alipay/pages/testFive/testFive.acss

51 lines
977 B
Plaintext
Raw Permalink Normal View History

2025-04-11 06:42:29 +00:00
/* 新增图片相关样式 */
.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;
}
.Lookbackground image.data-v-2e2c92b9 {
width: 100%;
height: 100%;
}
.preview-text.data-v-2e2c92b9 {
color: #4095e5;
font-size: 14px;
text-decoration: underline;
}
/* 原有样式保持不变 */
.order.data-v-2e2c92b9 {
padding: 20px;
background-color: #fff;
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;
}