|
@@ -1,7 +1,8 @@
|
|
|
.student-register {
|
|
|
min-height: 100vh;
|
|
|
// background: #FFF4E2;
|
|
|
- background: linear-gradient(180deg, #C9EDFD 0%, #CCF0FF 100%);
|
|
|
+ // background: linear-gradient(180deg, #C9EDFD 0%, #CCF0FF 100%);
|
|
|
+ background: linear-gradient( 180deg, #81DEFE 0%, #82DEFE 100%);
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
|
|
|
@@ -45,7 +46,7 @@
|
|
|
|
|
|
.paymentContainer {
|
|
|
font-size: 14px;
|
|
|
- padding: 12px 25px calc(12px + env(safe-area-inset-bottom)) 25px;
|
|
|
+ padding: 12px 25px 20px 25px;
|
|
|
// background: #FFFFFF;
|
|
|
// box-shadow: 0px -1px 0px 0px #F2F2F2, inset 0px 1px 3px 0px #FFFFFF;
|
|
|
// border-radius: 18px 18px 0px 0px;
|
|
@@ -206,7 +207,7 @@
|
|
|
height: 44px;
|
|
|
left: 50%;
|
|
|
margin-left: -100px;
|
|
|
- top: -6px;
|
|
|
+ top: -8px;
|
|
|
position: absolute;
|
|
|
z-index: 1;
|
|
|
}
|
|
@@ -222,6 +223,12 @@
|
|
|
background-color: #fff;
|
|
|
border-radius: 12px;
|
|
|
}
|
|
|
+ .studentName {
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ padding-left: 20px;
|
|
|
+ }
|
|
|
:global {
|
|
|
.van-cell {
|
|
|
padding: 10px 0;
|