123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352 |
- .main {
- height: 88.8vh;
- }
- .main .zero {
- width: 96vw;
- flex-grow: 1;
- }
- .main .zero .a {
- display: flex;
- flex-direction: column;
- height: 81vh;
- background-color: #ffffff;
- position: relative;
- margin: 2vw 0 0 0;
- }
- .main .zero .a .scroll-view {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .main .zero .a .scroll-view .list-scroll-view {
- display: flex;
- flex-wrap: wrap;
- align-content: flex-start;
- justify-content: space-between;
- }
- .main .zero .a .scroll-view .list-scroll-view .a_1 {
- width: 96vw;
- position: relative;
- }
- .main .zero .a .scroll-view .list-scroll-view .a_1 .image {
- width: 96vw;
- height: 160px;
- }
- .main .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info {
- position: absolute;
- top: 30vw;
- width: 92vw;
- margin: 0 2vw;
- }
- .main .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .name {
- font-size: 18px;
- font-weight: bold;
- margin: 0 0 2vw 0;
- }
- .main .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .status {
- margin: 0 0 2vw 0;
- }
- .main .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .other .other_1 {
- margin: 0 0 1vw 0;
- font-size: 16px;
- color: #858585;
- }
- .main .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .other .other_1 .icon {
- margin: 0 2vw 0 0;
- }
- .main .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .other .other_1 text:nth-child(3) {
- color: #000000;
- }
- .main .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_2 .a_1_2t {
- margin: 0 0 1vw 0;
- }
- .main .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_2 .a_1_2t .txt {
- font-size: 16px;
- margin: 0 0 1vw 0;
- }
- .main .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_2 .a_1_2t .cont {
- font-size: 14px;
- color: #858585;
- text-indent: 1rem;
- }
- .main .zero .a .scroll-view .list-scroll-view .b_1 {
- width: 96vw;
- }
- .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .title {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- font-size: 15px;
- }
- .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList {
- margin: 0 0 2vw 0;
- border-bottom: 1px solid #cccccc;
- }
- .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .project_1 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- margin: 0 0 2vw 0;
- }
- .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .project_1 .project_1_1 {
- color: #000000;
- font-size: 15px;
- }
- .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList {
- text-align: center;
- border: 1px solid #cccccc;
- margin: 0 0 2vw 0;
- padding: 2vw;
- border-radius: 5px;
- box-shadow: 0 0 1vw #cccccc;
- width: 22vw;
- }
- .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList .icon {
- width: 50px;
- height: 50px;
- border-radius: 5px;
- }
- .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList .name {
- text-align: center;
- font-size: 15px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 {
- width: 96vw;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_top {
- display: flex;
- flex-direction: row;
- padding: 3px;
- height: 34px;
- width: 94vw;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_top button {
- background-color: #328d26;
- color: #fff;
- font-size: 14px;
- height: 34px;
- padding: 4px 12px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_top .c_top_2 {
- width: 68vw;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_top .c_top_2 input {
- margin: 0 0 0 5px;
- background-color: #f1f1f1;
- height: 34px;
- flex-grow: 1;
- padding: 0 0 0 4px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom {
- flex-grow: 1;
- position: relative;
- margin: 8px 0 0 0;
- display: flex;
- flex-direction: column;
- height: 73vh;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view {
- display: flex;
- flex-wrap: wrap;
- align-content: flex-start;
- flex-direction: column;
- justify-content: space-between;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list {
- width: 96vw;
- margin: 0 0 5px 0;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists {
- box-shadow: 0 0 1vw #cccccc;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_1 {
- border-radius: 3px;
- background-color: #328d26;
- padding: 5px 3px;
- color: #fff;
- font-size: 15px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_1 text {
- margin: 0 5px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 {
- display: flex;
- flex-direction: row;
- border-radius: 3px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .one {
- width: 32.5vw;
- display: flex;
- flex-direction: row;
- font-size: 15px;
- padding: 8px 0;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .one .person {
- width: 70vw;
- text-align: center;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .one .person image {
- border-radius: 50%;
- width: 40px;
- height: 40px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two {
- display: flex;
- flex-direction: column;
- text-align: center;
- width: 28vw;
- background-color: #fff;
- margin: 0 3px 5px 3px;
- box-shadow: 13px 0 8px -15px #202020, -13px 0 8px -15px #202020;
- border-radius: 0 0 5px 5px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .time {
- background-color: #328d26;
- border-radius: 0 0 5px 5px;
- color: #fff;
- padding: 3px;
- font-size: 15px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .branch {
- font-size: 18px;
- padding: 2px 0 0 0;
- font-weight: 700;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .branch text {
- margin: 0 5px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 {
- margin: 0 0 8px 0;
- padding: 0 5px;
- width: 96vw;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists {
- display: flex;
- flex-direction: row;
- border-bottom: 1px solid #999;
- padding: 8px 10px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists .one_1 {
- color: #3f3f3f;
- font-size: 15px;
- }
- .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists .one_2 {
- color: #3f3f3f;
- flex-grow: 1;
- text-align: right;
- font-size: 15px;
- }
- .main .zero .d_1 {
- width: 96vw;
- text-align: center;
- background-color: #f1f1f1;
- }
- .main .zero .d_1 .list {
- width: 46vw;
- font-size: 14px;
- background-color: #ffffff;
- margin: 1vw;
- }
- .main .zero .d_1 .list .time {
- background-color: #228B22;
- color: #ffffff;
- padding: 2vw 2vw 0 2vw;
- border-radius: 5px 5px 0px 0px;
- }
- .main .zero .d_1 .list .adress {
- background-color: #228B22;
- color: #ffffff;
- padding: 0 2vw 2vw 2vw;
- border-radius: 0px 0px 5px 5px;
- }
- .main .zero .d_1 .list .name {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .main .zero .d_1 .list .name .icon {
- width: 10vw;
- height: 7vw;
- background-color: #228B22;
- padding: 1vw;
- line-height: 9vw;
- border-radius: 0px 0px 5px 5px;
- }
- .main .zero .d_2 {
- width: 96vw;
- text-align: center;
- background-color: #f1f1f1;
- }
- .main .zero .d_2 .list {
- width: 96vw;
- font-size: 14px;
- background-color: #ffffff;
- margin-bottom: 2vw;
- }
- .main .zero .d_2 .list .adress {
- background-color: #228B22;
- color: #ffffff;
- padding: 2vw;
- border-radius: 5px;
- }
- .main .zero .d_2 .list .name {
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- text-align: center;
- }
- .main .zero .d_2 .list .name .icon {
- display: flex;
- flex-wrap: wrap;
- width: 25vw;
- height: 13vw;
- background-color: #228B22;
- color: #ffffff;
- border-radius: 0px 0px 5px 5px;
- }
- .main .zero .d_2 .list .name .person {
- display: flex;
- flex-direction: column;
- }
- .main .zero .d_2 .list .name .person .person_name {
- width: 100%;
- }
- .main .zero .d_2 .list .score {
- font-size: 18px;
- font-weight: 500;
- }
- .main .zero .e_1 {
- width: 96vw;
- }
- .main .zero .e_1 .btnList {
- width: 96vw;
- }
|