|
@@ -30,7 +30,7 @@ body, html, .total-container {
|
|
|
bottom: 30px;
|
|
|
height: 48px;
|
|
|
width: 50px;
|
|
|
- background: #595959;
|
|
|
+ background: #aeaeae;
|
|
|
z-index: 99999;
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
@@ -102,8 +102,9 @@ body, html, .total-container {
|
|
|
width: 100%;
|
|
|
height: 110px;
|
|
|
padding-left: 50px;
|
|
|
- margin-left: 30px;
|
|
|
+ // margin-left: 30px;
|
|
|
// border-bottom: 1px solid #595959;
|
|
|
+ box-shadow: 0 2px 5px #e9e9e9;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -197,9 +198,11 @@ body, html, .total-container {
|
|
|
}
|
|
|
}
|
|
|
.data-select {
|
|
|
- padding: 25px 0 0 22px;
|
|
|
+ padding: 25px 0 0 0px;
|
|
|
color: var(--second-text-color);
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 16px;
|
|
|
+ border-bottom: 1px solid #eeeeee;
|
|
|
+ margin: 0 100px 0 55px;
|
|
|
|
|
|
.data-select-active {
|
|
|
color: var(--primary-text-color);
|
|
@@ -210,13 +213,13 @@ body, html, .total-container {
|
|
|
.data-select-items {
|
|
|
span {
|
|
|
padding: 8px;
|
|
|
- margin-left: 50px;
|
|
|
+ margin-right: 50px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
}
|
|
|
.data-container {
|
|
|
width: 100%;
|
|
|
- padding-left: 20px;
|
|
|
+ // padding-left: 20px;
|
|
|
padding-bottom: 30px;
|
|
|
}
|
|
|
&::-webkit-scrollbar-track {
|
|
@@ -246,8 +249,10 @@ body, html, .total-container {
|
|
|
}
|
|
|
|
|
|
.class-subject-select{
|
|
|
- padding: 10px 0 10px 50px;
|
|
|
+ padding: 10px 0 10px 0px;
|
|
|
margin-top: 30px;
|
|
|
+ // background-color: rgb(247, 247, 247);
|
|
|
+ // border-bottom: 1px solid #eeeeee;
|
|
|
}
|
|
|
|
|
|
|