|
@@ -76,7 +76,7 @@
|
|
|
.studentSection {
|
|
|
margin: 0 14px 12px;
|
|
|
padding: 12px 15px;
|
|
|
- background: linear-gradient(180deg, rgba(219, 246, 253, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
|
|
|
+ background: linear-gradient(180deg, rgba(219, 246, 253, 0.9) 0%, rgba(255, 255, 255, 0.9) 30%);
|
|
|
border-radius: 16px;
|
|
|
border: 2px solid #FFFFFF;
|
|
|
|
|
@@ -86,6 +86,7 @@
|
|
|
height: 22px;
|
|
|
background: url('./images/new/title-1.png') no-repeat center;
|
|
|
background-size: contain;
|
|
|
+ margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.title2 {
|
|
@@ -116,6 +117,7 @@
|
|
|
font-size: 16px;
|
|
|
color: #070F67;
|
|
|
line-height: 22px;
|
|
|
+ background: linear-gradient(180deg, rgba(219, 246, 253, 0.9) 0%, rgba(255, 255, 255, 0.9) 53%, #FDFFEB 100%);
|
|
|
|
|
|
&::after {
|
|
|
content: '';
|