2024-12-01 11:56:54 +00:00
|
|
|
.box {
|
|
|
|
width: 100vw;
|
|
|
|
min-height: 100vh; /* 确保容器至少占满屏幕的高度 */
|
|
|
|
background-color: #eec2c7;
|
|
|
|
overflow-y: auto; /* 允许竖直方向滚动 */
|
|
|
|
}
|
|
|
|
|
|
|
|
.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; /* 留出一些空间给底部结算栏 */
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
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 {
|
|
|
|
position: relative;
|
|
|
|
left: 85px;
|
|
|
|
top: 25px;
|
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-01 11:56:54 +00:00
|
|
|
position: relative;
|
2024-11-10 07:01:22 +00:00
|
|
|
border-radius: 30px;
|
|
|
|
background-color: rgb(162, 12, 12);
|
2024-12-01 11:56:54 +00:00
|
|
|
left: 140px;
|
|
|
|
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;
|
|
|
|
left: 85px;
|
|
|
|
}
|