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