|
@@ -10,12 +10,12 @@
|
|
|
}
|
|
|
}
|
|
|
.sign-section {
|
|
|
+ margin: 30px auto;
|
|
|
width: 690px;
|
|
|
height: 466px;
|
|
|
border-radius: 12px;
|
|
|
background-color: #fff;
|
|
|
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
|
|
|
- margin: -30px auto;
|
|
|
padding: 38px 18px;
|
|
|
justify-content: flex-start;
|
|
|
align-items: flex-start;
|
|
@@ -79,13 +79,14 @@
|
|
|
margin: 50px auto 20px;
|
|
|
height: 140px;
|
|
|
width: 100%;
|
|
|
-
|
|
|
&__item {
|
|
|
+ border: 1px solid #fbb11b;
|
|
|
+ border-radius: 10px;
|
|
|
+ margin-left: 10px;
|
|
|
flex: 1;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
justify-content: space-around;
|
|
|
- border: 1px #fbb11b solid;
|
|
|
}
|
|
|
&__day {
|
|
|
color: #999;
|
|
@@ -127,12 +128,11 @@
|
|
|
.task {
|
|
|
&-section {
|
|
|
flex-direction: column;
|
|
|
- padding: 34px 30px;
|
|
|
width: 690px;
|
|
|
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
|
|
|
border-radius: 12px;
|
|
|
margin: 30px auto 0;
|
|
|
- background-color: #fff;
|
|
|
+
|
|
|
.banner {
|
|
|
width: 630px;
|
|
|
height: 120px;
|
|
@@ -152,10 +152,12 @@
|
|
|
}
|
|
|
}
|
|
|
&__list {
|
|
|
+ background-color: #fff;
|
|
|
flex-direction: column;
|
|
|
font-weight: 600;
|
|
|
- padding: 20px 0;
|
|
|
- margin-top: 30px;
|
|
|
+ padding: 30px 50px;
|
|
|
+ margin-top: 20px;
|
|
|
+ border-radius: 20px;
|
|
|
.list-item {
|
|
|
margin: 24px 0;
|
|
|
height: 76px;
|
|
@@ -278,6 +280,9 @@
|
|
|
border-radius: 8px;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+.border_warp {
|
|
|
+ border: 1px red solid;
|
|
|
+}
|
|
|
.task-section__list_new {
|
|
|
font-weight: 600;
|
|
|
font-size: 32px;
|