@@ -332,20 +338,35 @@ page {
height: 100vh;
background-color: #fff;
position: relative;
+ .top-fixed {
+ width: 100%;
+ position: fixed;
+ left: 0;
+ top: 0;
+ padding: 32px 0 0 28px;
+ z-index: 9;
+ background-color: #fff;
+ p {
+ font-family: PingFangSC-Regular;
+ font-weight: 400;
+ font-size: 24px;
+ color: #708099;
+ text-align: center;
+ padding: 10px 0 8px 0;
+ line-height: 34px;
+ }
+ }
.top-select {
+ display: inline-block;
line-height: 64px;
background: #026AF2;
border-radius: 32px;
- position: fixed;
- left: 28px;
- top: 32px;
text-align: center;
padding: 0 24px;
font-family: PingFangSC-Medium;
font-weight: 500;
font-size: 28px;
color: #FFF;
- z-index: 9;
u-icon {
margin-left: 8px;
}
@@ -415,7 +436,7 @@ page {
width: 100%;
box-sizing: border-box;
background-color: #fff;
- padding: 128px 32px 364px;
+ padding: 160px 32px 364px;
.send-time {
display: block;
width: 100%;
@@ -500,6 +521,7 @@ page {
width: 100%;
border-top: 1px solid #eee;
background-color: #fff;
+ z-index: 9;
.type-text {
padding: 24px 0 24px 32px;
display: flex;