2024-12-01 11:56:54 +00:00
|
|
|
.box {
|
|
|
|
width: 100vw;
|
|
|
|
min-height: 100vh; /* 确保容器至少占满屏幕的高度 */
|
|
|
|
background-color: #eec2c7;
|
|
|
|
overflow-y: auto; /* 允许竖直方向滚动 */
|
2024-12-03 11:59:36 +00:00
|
|
|
width: 100vw; /* 或者 750rpx */
|
|
|
|
height: auto;
|
|
|
|
overflow:hidden; /* 防止溢出 */
|
2024-12-01 11:56:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.box3 {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2024-11-10 07:01:22 +00:00
|
|
|
background-color: rgba(252, 240, 240, 0.807);
|
|
|
|
border-radius: 20px;
|
2024-12-01 11:56:54 +00:00
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 80px; /* 留出一些空间给底部结算栏 */
|
2024-12-17 11:46:10 +00:00
|
|
|
margin-top: 30rpx;
|
2024-12-01 11:56:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.box1 {
|
|
|
|
width: 100%;
|
|
|
|
height: 170px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image {
|
2024-11-10 07:01:22 +00:00
|
|
|
width: 120px;
|
|
|
|
height: 120px;
|
|
|
|
border-radius: 10px;
|
2024-12-01 11:56:54 +00:00
|
|
|
position: relative;
|
|
|
|
left: 20px;
|
|
|
|
top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box4 {
|
|
|
|
position: relative;
|
|
|
|
top: 80px;
|
2024-11-10 07:01:22 +00:00
|
|
|
left: 10px;
|
2024-12-01 11:56:54 +00:00
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
2024-11-10 07:01:22 +00:00
|
|
|
}
|
2024-12-01 11:56:54 +00:00
|
|
|
|
|
|
|
.box5 {
|
2024-12-03 11:59:36 +00:00
|
|
|
height: 50px;
|
2024-12-01 11:56:54 +00:00
|
|
|
position: relative;
|
|
|
|
left: 40px;
|
|
|
|
top:30px;
|
2024-11-10 07:01:22 +00:00
|
|
|
}
|
2024-12-01 11:56:54 +00:00
|
|
|
|
|
|
|
.text {
|
|
|
|
padding: 5px;
|
2024-11-10 07:01:22 +00:00
|
|
|
}
|
2024-12-01 11:56:54 +00:00
|
|
|
|
|
|
|
.container {
|
2024-12-17 11:46:10 +00:00
|
|
|
width: 100px;
|
2024-12-01 11:56:54 +00:00
|
|
|
position: relative;
|
2024-12-17 11:46:10 +00:00
|
|
|
left: 100px;
|
|
|
|
top: 20px;
|
|
|
|
display: flex;
|
2024-11-10 07:01:22 +00:00
|
|
|
}
|
2024-12-01 11:56:54 +00:00
|
|
|
|
|
|
|
.boxd {
|
2024-11-10 07:01:22 +00:00
|
|
|
width: 100px;
|
|
|
|
height: 40px;
|
2024-12-10 10:35:22 +00:00
|
|
|
position: absolute;
|
2024-11-10 07:01:22 +00:00
|
|
|
border-radius: 30px;
|
|
|
|
background-color: rgb(162, 12, 12);
|
2024-12-10 10:35:22 +00:00
|
|
|
left: 570rpx;
|
2024-12-01 11:56:54 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2024-11-10 07:01:22 +00:00
|
|
|
}
|
2024-12-01 11:56:54 +00:00
|
|
|
|
|
|
|
.text1 {
|
2024-11-10 07:01:22 +00:00
|
|
|
color: #ffffff;
|
2024-12-01 11:56:54 +00:00
|
|
|
position: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.boxall {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 10px;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #fff;
|
|
|
|
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
.text2 {
|
|
|
|
position: relative;
|
2024-12-17 11:46:10 +00:00
|
|
|
left: 200rpx;
|
2024-12-03 11:59:36 +00:00
|
|
|
}
|
|
|
|
.text3{
|
|
|
|
height: 20px;
|
2024-12-10 10:35:22 +00:00
|
|
|
width: 60px;
|
2024-12-03 11:59:36 +00:00
|
|
|
position: absolute;
|
2024-12-10 10:35:22 +00:00
|
|
|
left: 620rpx;
|
|
|
|
font-size:12px;
|
|
|
|
color:#a8b0b8
|
2024-12-01 11:56:54 +00:00
|
|
|
}
|
2024-12-17 11:46:10 +00:00
|
|
|
.number{
|
|
|
|
width: 30px;
|
|
|
|
background-color: white;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.beijing{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
background-color: white;
|
|
|
|
font-size: 20p;
|
|
|
|
|
|
|
|
}
|