1 line
3.6 KiB
CSS
1 line
3.6 KiB
CSS
.loginModal .ant-modal-close{top:0!important;height:48px;line-height:48px;display:flex;align-items:center}.loginModal .ant-modal-body{padding:0}.loginModal .ant-modal-body .ant-menu{border-radius:8px 8px 0 0;font-size:17px}.loginModal .ant-modal-body .content{padding:40px 50px}.loginModal .ant-modal-body .content .subbtn{display:block;height:40px;line-height:40px;width:100%;text-align:center;border-radius:5px;background-color:#ccc;color:#fff;margin-bottom:10px;font-size:16px}.loginModal .ant-modal-body .content .subbtn.activeBtn{background-color:#1890ff}.loginModal .ant-modal-body .content .saveitem{margin-bottom:0}.headsnav{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.headsnav,.homeHeader{position:fixed;width:100%;left:0;top:0;height:60px;line-height:60px;z-index:100}.homeHeader{box-shadow:0 0 3px rgba(0,0,0,.1);background:#fff}.homeHeader ul li a{color:#333}.headDiv{margin:0 auto;padding:0 60px;display:flex;justify-content:space-between}.headDiv .headerNav{display:flex;height:100%;margin-bottom:0}.headDiv .headerNav li{padding-right:30px;height:100%;font-size:16px}.headDiv .headUserInfo a{color:#666}.homebody{padding-top:60px}.footsnav{position:absolute;width:100%;bottom:0;left:0;text-align:center;padding-bottom:10px;background-color:#fff;color:#999}.homefooterbase{background:#dedede;line-height:38px;font-size:12px;color:#666;text-align:center;padding:30px 0}.homefooterbase .homeFooterUl{display:flex;align-items:center;justify-content:center;margin:0}.homefooterbase .homeFooterUl li{padding:0 40px}.homefooterbase .homeFooterUl li a{color:#666;display:block}.menuItems .ant-dropdown-menu-item{text-align:center;border-bottom:1px solid #eee;color:#333}.menuItems .ant-dropdown-menu-item:last-child{border-bottom:none}.menuItems .ant-dropdown-menu-item:first-child:hover{color:#333;cursor:default}.menuItems .ant-dropdown-menu-item:hover{background-color:#fff;color:#aac5fd}.panels{width:1200px;margin:40px auto 60px}.panels .projectsList .lists{min-height:500px;display:flex;flex-wrap:wrap;align-items:flex-start}.panels .projectsList .lists>li{margin-right:2%;border:1px solid #eee;width:32%;margin-bottom:25px;border-radius:4px;min-height:200px;box-shadow:0 4px 8px 0 rgba(95,101,105,.1)}.panels .projectsList .lists>li:hover{transform:translateY(-2px);box-shadow:0 12px 20px 0 rgba(95,101,105,.15)}.panels .projectsList .lists>li:nth-child(3n){margin-right:0}.panels .projectsList .lists>li .listName{display:flex;align-items:center;justify-content:center;padding:10px 20px;height:90px;background-image:url(/react/build/static/media/cards.0f708d88.png);color:#fff;font-size:18px;border-radius:4px 4px 0 0;cursor:pointer}.panels .projectsList .lists>li .listInfo{padding:12px 20px 0}.panels .projectsList .lists>li .listInfo .listInfoDesc{line-height:20px;margin:0;color:#999}.panels .projectsList .lists>li .listTag{padding:10px 20px}.panels .projectsList .lists>li .listTag span{display:inline-block;margin-right:5px;background-color:#c5c5c5;color:#fff;padding:0 5px;border-radius:4px;height:20px;line-height:20px;font-size:12px}.arrayList{padding:20px 20px 20px 10px;box-shadow:0 0 8px 0 #f1f1f1;min-height:400px}.arrayList ul{margin:0}.arrayList ul>li{display:flex;align-items:center;height:36px;line-height:36px}.arrayList ul>li:first-child .index{color:#e53333}.arrayList ul>li:nth-child(2) .index{color:#ff8c29}.arrayList ul>li:nth-child(3) .index{color:#f7b500}.arrayList ul>li .index{display:block;width:20px;text-align:center;color:#999}.arrayList ul>li .name{margin-left:10px;flex:1;text-align:left;color:#333;margin-bottom:0;max-width:170px}.arrayList ul>li .num{text-align:right;margin-left:15px;color:#999} |