|
@@ -376,7 +376,7 @@ export default {
|
|
|
width: 150px;
|
|
|
height: 35px;
|
|
|
color: #fff;
|
|
|
- background: #41cda6;
|
|
|
+ background: #4a9eed;
|
|
|
text-align: center;
|
|
|
line-height: 35px;
|
|
|
border-radius: 5px;
|
|
@@ -396,8 +396,8 @@ export default {
|
|
|
margin-left: 35px;
|
|
|
}
|
|
|
.choose {
|
|
|
- border-bottom: 5px solid #3ec6a0;
|
|
|
- color: #57cdac;
|
|
|
+ border-bottom: 5px solid #4a9eed;
|
|
|
+ color: #4a9eed;
|
|
|
}
|
|
|
.student_body {
|
|
|
display: flex;
|
|
@@ -498,7 +498,7 @@ export default {
|
|
|
height: 100px;
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
- background-image: linear-gradient(to right, #30c499, #75ceba);
|
|
|
+ background-image: linear-gradient(90deg, #477cd7, #65b9fc);
|
|
|
border-radius: 7px;
|
|
|
margin: 10px;
|
|
|
cursor: pointer;
|
|
@@ -510,6 +510,7 @@ export default {
|
|
|
flex-direction: row;
|
|
|
justify-content: flex-start;
|
|
|
align-items: center;
|
|
|
+ background-image: linear-gradient(90deg, #477cd7, #65b9fc);
|
|
|
}
|
|
|
.blue_box > div:nth-child(1),
|
|
|
.blue_box_one > div:nth-child(1) {
|
|
@@ -518,6 +519,9 @@ export default {
|
|
|
.blue_box_one > div:nth-child(1) {
|
|
|
margin: 0 5px;
|
|
|
width: 40%;
|
|
|
+ line-height: 30px !important;
|
|
|
+ border-radius: 4px;
|
|
|
+ background: #4e7ac6;
|
|
|
}
|
|
|
.blue_box > div:nth-child(2) {
|
|
|
/* line-height: 0px; */
|