|
@@ -8,116 +8,113 @@
|
|
|
flex-grow: 1;
|
|
|
width: 96vw;
|
|
|
}
|
|
|
-.main .one .a {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- height: 74vh;
|
|
|
- background-color: #ffffff;
|
|
|
- position: relative;
|
|
|
- margin: 2vw 0 0 0;
|
|
|
-}
|
|
|
-.main .one .a .scroll-view {
|
|
|
+.main .one .scroll-view {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
bottom: 0;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view {
|
|
|
+.main .one .scroll-view .list-scroll-view {
|
|
|
display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- align-content: flex-start;
|
|
|
- justify-content: space-between;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.main .one .a {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ background-color: #ffffff;
|
|
|
+ position: relative;
|
|
|
+ margin: 2vw 0 0 0;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 {
|
|
|
+.main .one .a .a_1 {
|
|
|
width: 96vw;
|
|
|
position: relative;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .image {
|
|
|
+.main .one .a .a_1 .image {
|
|
|
width: 96vw;
|
|
|
height: 160px;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info {
|
|
|
+.main .one .a .a_1 .a_1_info {
|
|
|
position: absolute;
|
|
|
top: 30vw;
|
|
|
width: 92vw;
|
|
|
margin: 0 2vw;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 {
|
|
|
+.main .one .a .a_1 .a_1_info .a_1_1 {
|
|
|
background-color: #ffffff;
|
|
|
margin: 0 0 3vw 0;
|
|
|
border-radius: 5px;
|
|
|
padding: 2vw;
|
|
|
box-shadow: 0 0 1vw #cccccc;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .name {
|
|
|
+.main .one .a .a_1 .a_1_info .a_1_1 .name {
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
margin: 0 0 2vw 0;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .status {
|
|
|
+.main .one .a .a_1 .a_1_info .a_1_1 .status {
|
|
|
margin: 0 0 2vw 0;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .status text {
|
|
|
+.main .one .a .a_1 .a_1_info .a_1_1 .status text {
|
|
|
font-size: 16px;
|
|
|
color: #ffffff;
|
|
|
padding: 1vw 2vw;
|
|
|
background-color: #ff0000;
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .other .other_1 {
|
|
|
+.main .one .a .a_1 .a_1_info .a_1_1 .other .other_1 {
|
|
|
margin: 0 0 1vw 0;
|
|
|
font-size: 16px;
|
|
|
color: #858585;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .other .other_1 .icon {
|
|
|
+.main .one .a .a_1 .a_1_info .a_1_1 .other .other_1 .icon {
|
|
|
margin: 0 2vw 0 0;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .other .other_1 text:nth-child(3) {
|
|
|
+.main .one .a .a_1 .a_1_info .a_1_1 .other .other_1 text:nth-child(3) {
|
|
|
color: #000000;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_2 .a_1_2t {
|
|
|
+.main .one .a .a_1 .a_1_info .a_1_2 .a_1_2t {
|
|
|
margin: 0 0 1vw 0;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_2 .a_1_2t .txt {
|
|
|
+.main .one .a .a_1 .a_1_info .a_1_2 .a_1_2t .txt {
|
|
|
font-size: 16px;
|
|
|
margin: 0 0 1vw 0;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_2 .a_1_2t .cont {
|
|
|
+.main .one .a .a_1 .a_1_info .a_1_2 .a_1_2t .cont {
|
|
|
font-size: 14px;
|
|
|
color: #858585;
|
|
|
text-indent: 1rem;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .b_1 {
|
|
|
+.main .one .b .b_1 {
|
|
|
width: 96vw;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .b_1 .groupList .title {
|
|
|
+.main .one .b .b_1 .groupList .title {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList {
|
|
|
+.main .one .b .b_1 .groupList .project .projectList {
|
|
|
margin: 0 0 2vw 0;
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .project_1 {
|
|
|
+.main .one .b .b_1 .groupList .project .projectList .project_1 {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
margin: 0 0 2vw 0;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .project_1 .project_1_1 {
|
|
|
+.main .one .b .b_1 .groupList .project .projectList .project_1 .project_1_1 {
|
|
|
color: #000000;
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user {
|
|
|
+.main .one .b .b_1 .groupList .project .projectList .user {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList {
|
|
|
+.main .one .b .b_1 .groupList .project .projectList .user .userList {
|
|
|
text-align: center;
|
|
|
border: 1px solid #cccccc;
|
|
|
margin: 0 0 2vw 0;
|
|
@@ -126,15 +123,158 @@
|
|
|
box-shadow: 0 0 1vw #cccccc;
|
|
|
width: 22vw;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList .icon {
|
|
|
+.main .one .b .b_1 .groupList .project .projectList .user .userList .icon {
|
|
|
width: 50px;
|
|
|
height: 50px;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
-.main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList .name {
|
|
|
+.main .one .b .b_1 .groupList .project .projectList .user .userList .name {
|
|
|
text-align: center;
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
+.main .one .c {
|
|
|
+ width: 96vw;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.main .one .c .c_1 {
|
|
|
+ width: 92vw;
|
|
|
+ padding: 2vw;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ background-color: #f1f1f1;
|
|
|
+ margin: 0 0 2vw 0;
|
|
|
+}
|
|
|
+.main .one .c .c_1 .c_1btn {
|
|
|
+ width: 25vw;
|
|
|
+}
|
|
|
+.main .one .c .c_1 .c_1btn button {
|
|
|
+ width: 100%;
|
|
|
+ font-size: 14px;
|
|
|
+ padding: 2vw;
|
|
|
+}
|
|
|
+.main .one .c .c_1 .c_1inp {
|
|
|
+ width: 66vw;
|
|
|
+}
|
|
|
+.main .one .c .c_1 .c_1inp input {
|
|
|
+ text-align: left;
|
|
|
+ border: 1px solid #ccc;
|
|
|
+ padding: 1vw;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+.main .one .c .c_2 {
|
|
|
+ width: 96vw;
|
|
|
+ position: relative;
|
|
|
+ flex-grow: 1;
|
|
|
+}
|
|
|
+.main .one .c .c_2 .cList {
|
|
|
+ background-color: #328d26;
|
|
|
+ margin: 0 0 2vw 0;
|
|
|
+ padding: 2vw;
|
|
|
+}
|
|
|
+.main .one .c .c_2 .cList .cList_0 .name {
|
|
|
+ padding: 1vw 0;
|
|
|
+ color: #ffffff;
|
|
|
+ margin: 0 0 1vw 0;
|
|
|
+}
|
|
|
+.main .one .c .c_2 .cList .cList_0 .name text {
|
|
|
+ padding: 0 2vw 0 0;
|
|
|
+}
|
|
|
+.main .one .c .c_2 .cList .cList_0 .pk {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-around;
|
|
|
+ background-color: #fff;
|
|
|
+}
|
|
|
+.main .one .c .c_2 .cList .cList_0 .pk .pk_1 {
|
|
|
+ width: 30vw;
|
|
|
+ text-align: center;
|
|
|
+ padding: 2vw;
|
|
|
+}
|
|
|
+.main .one .c .c_2 .cList .cList_0 .pk .pk_2 {
|
|
|
+ text-align: center;
|
|
|
+ box-shadow: 0 0 5px #cccccc;
|
|
|
+}
|
|
|
+.main .one .c .c_2 .cList .cList_0 .pk .pk_2 .time {
|
|
|
+ background-color: #328d26;
|
|
|
+ color: #ffffff;
|
|
|
+ padding: 1vw 0;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.main .one .c .c_2 .cList .cList_0 .pk .pk_2 .score {
|
|
|
+ font-size: 20px;
|
|
|
+ padding: 1vw 0;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.main .one .c .c_2 .cList .cList_1 text {
|
|
|
+ padding: 0 1vw;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+.main .one .c .c_2 .cList:last-child {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+.main .one .d .d_1 {
|
|
|
+ margin: 0 0 2vw 0;
|
|
|
+}
|
|
|
+.main .one .d .d_2 {
|
|
|
+ flex-grow: 1;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.main .one .d .d_2 .dList {
|
|
|
+ background-color: #328d26;
|
|
|
+ margin: 0 0 2vw 0;
|
|
|
+ padding: 2vw;
|
|
|
+}
|
|
|
+.main .one .d .d_2 .dList .name {
|
|
|
+ padding: 1vw 0;
|
|
|
+ color: #ffffff;
|
|
|
+ margin: 0 0 1vw 0;
|
|
|
+}
|
|
|
+.main .one .d .d_2 .dList .name text {
|
|
|
+ padding: 0 2vw 0 0;
|
|
|
+}
|
|
|
+.main .one .d .d_2 .dList .pk {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-around;
|
|
|
+ background-color: #fff;
|
|
|
+}
|
|
|
+.main .one .d .d_2 .dList .pk .pk_1 {
|
|
|
+ width: 30vw;
|
|
|
+ text-align: center;
|
|
|
+ padding: 2vw;
|
|
|
+}
|
|
|
+.main .one .d .d_2 .dList .pk .pk_2 {
|
|
|
+ text-align: center;
|
|
|
+ box-shadow: 0 0 5px #cccccc;
|
|
|
+}
|
|
|
+.main .one .d .d_2 .dList .pk .pk_2 .time {
|
|
|
+ background-color: #328d26;
|
|
|
+ color: #ffffff;
|
|
|
+ padding: 1vw 0;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.main .one .d .d_2 .dList .pk .pk_2 .score {
|
|
|
+ font-size: 20px;
|
|
|
+ padding: 1vw 0;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.main .one .d .d_2 .dList:last-child {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+.main .one .e .eList {
|
|
|
+ background-color: #328d26;
|
|
|
+ margin: 0 0 2vw 0;
|
|
|
+ padding: 2vw;
|
|
|
+}
|
|
|
+.main .one .e .eList text {
|
|
|
+ padding: 0 1vw;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+.main .one .e .eList:last-child {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
.main .two {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|