forked from Gitlink/forgeplus-react
912 lines
14 KiB
CSS
912 lines
14 KiB
CSS
@charset "UTF-8";
|
|
.lineH2 {
|
|
line-height: 2;
|
|
}
|
|
|
|
.t_project_banner {
|
|
/* height: 260px;
|
|
background: url(../Images/banner_list.jpg) no-repeat center; */
|
|
background-color: #050d34;
|
|
}
|
|
|
|
.ProjectListIndex {
|
|
width: 1200px;
|
|
margin: 20px auto;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.list-left {
|
|
width: 26%;
|
|
padding-right: 20px;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.list-left > div {
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
.list-left > div.bgcF {
|
|
border: none;
|
|
}
|
|
|
|
.list-right {
|
|
width: 74%;
|
|
background: #fff;
|
|
padding: 10px;
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
/* 首页列表的新建和排序的下拉列表 */
|
|
.ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left {
|
|
border-right: none !important;
|
|
}
|
|
|
|
.ant-menu-vertical > .ant-menu-item {
|
|
margin: 0px !important;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
border-bottom: 1px solid #eee;
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.ant-menu-vertical > .ant-menu-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.list-r-operation {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
padding: 25px 30px;
|
|
border-bottom: 1px solid #E0E0E0;
|
|
}
|
|
|
|
.list-r-Search {
|
|
width: 400px;
|
|
}
|
|
|
|
.padding0-25 {
|
|
padding: 0px 25px;
|
|
}
|
|
|
|
.list-r-Search .ant-btn-lg {
|
|
height: 38px;
|
|
}
|
|
|
|
.list-r-Search .ant-input-group-addon {
|
|
border: none !important;
|
|
}
|
|
|
|
.list-r-Search .ant-input-search-button {
|
|
height: 40px !important;
|
|
}
|
|
|
|
.createBtn {
|
|
border-radius: 4px;
|
|
margin-left: 20px;
|
|
display: inline-block;
|
|
padding: 3px 15px;
|
|
background-color: #4CACFF;
|
|
color: #fff !important;
|
|
}
|
|
|
|
/* 列表 */
|
|
.project-list {
|
|
padding: 0px 30px;
|
|
}
|
|
|
|
.border-top-grey {
|
|
border-top: 1px solid #eeeeee;
|
|
}
|
|
|
|
.p-r-Item:last-child {
|
|
border-bottom: none !important;
|
|
}
|
|
|
|
.p-r-Item {
|
|
display: flex;
|
|
border-bottom: 1px solid #eeeeee;
|
|
padding: 22px 0px;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.boxShandow {
|
|
box-shadow: 0px 2px 20px 10px rgba(0, 0, 0, 0.03);
|
|
}
|
|
|
|
.p-r-photo {
|
|
width: 60px;
|
|
height: 60px;
|
|
border-radius: 50%;
|
|
margin-right: 22px;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.p-r-Infos {
|
|
flex: 1;
|
|
width: 0;
|
|
}
|
|
|
|
.p-r-name {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.p-r-name > p {
|
|
flex: 1;
|
|
width: 0;
|
|
}
|
|
|
|
.p-r-btn {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.p-r-btn > span {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
border: 1px solid #f4f4f4;
|
|
border-radius: 5px;
|
|
display: block;
|
|
margin-left: 20px;
|
|
background-color: #fff;
|
|
display: flex;
|
|
}
|
|
|
|
.p-r-btn > span > a {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0px 12px;
|
|
background: #ececec;
|
|
}
|
|
|
|
.p-r-btn > span > a:active {
|
|
background: #f4f4f4;
|
|
}
|
|
|
|
.p-r-btn > span > span {
|
|
padding: 0px 8px;
|
|
}
|
|
|
|
.p-r-tags {
|
|
display: flex;
|
|
opacity: 1;
|
|
}
|
|
|
|
.p-r-tags.large > span {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.p-r-tags > span {
|
|
margin-left: 15px;
|
|
padding: 0px 10px;
|
|
border-radius: 15px;
|
|
background: #EBF4FE;
|
|
color: #333;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
display: block;
|
|
font-size: 12px;
|
|
display: flex;
|
|
}
|
|
|
|
.p-r-tags > span.pariseTag {
|
|
background: #FFF3DC;
|
|
}
|
|
|
|
.p-r-tags.large > span > label {
|
|
padding: 0px 12px;
|
|
}
|
|
|
|
.p-r-tags > span > label {
|
|
padding: 0px 8px;
|
|
}
|
|
|
|
.p-r-tags.large > span > span {
|
|
padding: 0px 6px;
|
|
}
|
|
|
|
.pariseImg {
|
|
width: 14px;
|
|
height: 12px;
|
|
margin-top: 6px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.p-r-tags > span > span {
|
|
display: block;
|
|
background: #fff;
|
|
border-left: #efefef;
|
|
padding: 0px 4px;
|
|
border-radius: 0px 4px 4px 0px;
|
|
color: #999;
|
|
}
|
|
|
|
.p-r-content {
|
|
margin-top: 10px;
|
|
color: #666;
|
|
display: flex;
|
|
}
|
|
|
|
.p-r-detail > span {
|
|
margin-right: 22px;
|
|
color: #888;
|
|
}
|
|
|
|
.p-r-detail > span > label {
|
|
color: #999;
|
|
}
|
|
|
|
.p-r-about {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: nowrap;
|
|
margin-top: 8px;
|
|
color: #666;
|
|
}
|
|
|
|
.spincontent {
|
|
height: 400px;
|
|
}
|
|
|
|
.spinstyle .ant-spin-text {
|
|
margin-top: 30px;
|
|
color: #888;
|
|
}
|
|
|
|
/* -----------详情------------ */
|
|
.detailHeader-wrapper {
|
|
background-color: #FBFCFF;
|
|
border-bottom: 1px solid #e2e2e2;
|
|
}
|
|
|
|
.headerMenu-wrapper {
|
|
display: flex;
|
|
flex-direction: row;
|
|
cursor: pointer;
|
|
}
|
|
.headerMenu-wrapper li {
|
|
position: relative;
|
|
text-align: center;
|
|
padding: 0px;
|
|
}
|
|
.headerMenu-wrapper li > a {
|
|
font-size: 14px;
|
|
height: 40px;
|
|
line-height: 28px;
|
|
padding: 0px 20px;
|
|
display: block;
|
|
color: #666;
|
|
}
|
|
.headerMenu-wrapper li > a > img {
|
|
margin-right: 8px;
|
|
}
|
|
.headerMenu-wrapper li > a > span.num {
|
|
line-height: 24px;
|
|
margin-left: 5px;
|
|
margin-top: 2px;
|
|
font-size: 12px;
|
|
float: right;
|
|
color: #666 !important;
|
|
background-color: rgba(153, 153, 153, 0.13);
|
|
border-radius: 50%;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
.headerMenu-wrapper li.active a, .headerMenu-wrapper li.active a i {
|
|
color: #466AFF !important;
|
|
}
|
|
.headerMenu-wrapper li.active::after, .headerMenu-wrapper li:hover::after {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
height: 2px;
|
|
background-color: rgba(153, 153, 153, 0.2);
|
|
content: "";
|
|
left: 0px;
|
|
width: 100%;
|
|
}
|
|
.headerMenu-wrapper li.active::after {
|
|
background-color: #466AFF;
|
|
}
|
|
|
|
.detail_tag_btn {
|
|
height: 34px;
|
|
line-height: 32px;
|
|
border-radius: 5px;
|
|
border: 1px solid #D0D0D0;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 10px;
|
|
padding: 0px;
|
|
background-color: #FAFBFC;
|
|
box-shadow: none;
|
|
}
|
|
.detail_tag_btn:hover {
|
|
background-color: #F3F4F6;
|
|
}
|
|
.detail_tag_btn .detail_tag_btn_name {
|
|
padding: 0px 18px;
|
|
min-width: 82px;
|
|
text-align: center;
|
|
}
|
|
.detail_tag_btn .detail_tag_btn_name:hover > span {
|
|
color: #333 !important;
|
|
}
|
|
.detail_tag_btn .detail_tag_btn_name img {
|
|
margin-right: 10px;
|
|
}
|
|
.detail_tag_btn .detail_tag_btn_count {
|
|
width: 42px;
|
|
text-align: center;
|
|
background: #fff;
|
|
border-radius: 0px 4px 4px 0px;
|
|
height: 100%;
|
|
border-left: 1px solid #D0D0D0;
|
|
}
|
|
|
|
.ant-tooltip {
|
|
max-width: fit-content !important;
|
|
}
|
|
|
|
.files-md {
|
|
padding: 20px;
|
|
}
|
|
|
|
/* 详情-代码 */
|
|
.branch-wrapper {
|
|
border: 1px solid #eee;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 60px;
|
|
padding: 0px 30px;
|
|
width: 1200px;
|
|
margin: 0px auto;
|
|
background-color: #fff;
|
|
margin-top: 20px;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.branch-wrapper > a > i {
|
|
color: #5091FF;
|
|
margin-right: 5px;
|
|
cursor: default;
|
|
}
|
|
|
|
.branch-wrapper a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
color: #333333;
|
|
}
|
|
|
|
.branch-wrapper a > span {
|
|
position: relative;
|
|
min-height: 20px;
|
|
display: block;
|
|
}
|
|
|
|
.branch-wrapper a.active > span::after {
|
|
position: absolute;
|
|
content: "";
|
|
bottom: -5px;
|
|
width: 30px;
|
|
height: 3px;
|
|
left: 0px;
|
|
background-color: #5091FF;
|
|
}
|
|
|
|
.gitAddressClone {
|
|
margin: 0px 20px 14px 20px !important;
|
|
display: flex;
|
|
height: 40px;
|
|
align-items: center;
|
|
border-radius: 4px;
|
|
border: 1px solid #eee;
|
|
background: #fff;
|
|
margin-left: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.gitAddressClone > span {
|
|
display: flex;
|
|
line-height: 40px;
|
|
height: 40px;
|
|
padding: 0px 12px;
|
|
cursor: pointer;
|
|
align-items: center;
|
|
}
|
|
|
|
.addressTips {
|
|
position: absolute;
|
|
font-size: 12px;
|
|
color: #FF6E21;
|
|
top: -34px;
|
|
left: 30px;
|
|
background-color: #fff;
|
|
border: 1px solid #FE881D;
|
|
padding: 0px 5px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.addressTips > span {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.addressTips > span::before {
|
|
box-sizing: content-box;
|
|
width: 0px;
|
|
height: 0px;
|
|
position: absolute;
|
|
top: 25px;
|
|
left: 50%;
|
|
margin-left: -4px;
|
|
padding: 0;
|
|
border-top: 8px solid #FFFFFF;
|
|
border-bottom: 8px solid transparent;
|
|
border-left: 8px solid transparent;
|
|
border-right: 8px solid transparent;
|
|
display: block;
|
|
content: "";
|
|
z-index: 12;
|
|
}
|
|
|
|
.addressTips > span::after {
|
|
box-sizing: content-box;
|
|
width: 0px;
|
|
height: 0px;
|
|
position: absolute;
|
|
top: 26px;
|
|
left: 50%;
|
|
margin-left: -4px;
|
|
padding: 0;
|
|
border-top: 8px solid #FE881D;
|
|
border-bottom: 8px solid transparent;
|
|
border-left: 8px solid transparent;
|
|
border-right: 8px solid transparent;
|
|
display: block;
|
|
content: "";
|
|
z-index: 11;
|
|
}
|
|
|
|
.gitAddressClone > span.addressType {
|
|
color: #4CACFF;
|
|
}
|
|
|
|
.gitAddressClone > span:last-child {
|
|
border-right: none;
|
|
}
|
|
|
|
.gitAddressClone > input {
|
|
border: none;
|
|
outline: none;
|
|
padding: 0px 8px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border-radius: 0px;
|
|
border: 1px solid #eee;
|
|
flex: 1;
|
|
}
|
|
|
|
.wrap-commit-table .ant-table-small > .ant-table-content > .ant-table-body {
|
|
margin: 0px;
|
|
}
|
|
|
|
.wrap-commit-table .ant-table-title {
|
|
background-color: #f1f8ff;
|
|
padding: 13px 16px !important;
|
|
}
|
|
|
|
.commitKey {
|
|
cursor: pointer;
|
|
border: 1px solid #FD7700;
|
|
background-color: #FFF3DC;
|
|
color: #FD7700 !important;
|
|
padding: 0px 12px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
margin-left: 15px;
|
|
border-radius: 18px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
/* 分支 */
|
|
.branchTitle {
|
|
padding: 8px 10px;
|
|
color: #333;
|
|
font-size: 16px;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
|
|
.branchUl li {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-end;
|
|
justify-content: space-between;
|
|
padding: 20px 0px;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.branchUl li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.operationBtn {
|
|
border: 1px solid #f4f4f4;
|
|
border-radius: 3px;
|
|
padding: 0px 6px;
|
|
background-color: #fff;
|
|
color: #666 !important;
|
|
display: inline-block;
|
|
}
|
|
|
|
.messages {
|
|
max-width: 700px;
|
|
}
|
|
|
|
.leftPoint {
|
|
margin-left: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.leftPoint::before {
|
|
position: absolute;
|
|
left: -10px;
|
|
top: 8px;
|
|
border-radius: 50%;
|
|
width: 4px;
|
|
height: 4px;
|
|
background-color: #dadada;
|
|
content: "";
|
|
}
|
|
|
|
/* 文件目录、文件内容 */
|
|
.subFileName {
|
|
position: relative;
|
|
margin-left: 15px;
|
|
height: 22px;
|
|
}
|
|
|
|
.subFileName::before {
|
|
position: absolute;
|
|
content: "/";
|
|
left: -10px;
|
|
top: 0px;
|
|
color: #999;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.addFile {
|
|
display: flex;
|
|
}
|
|
|
|
.addFile a {
|
|
display: block;
|
|
background-color: rgba(76, 172, 255, 0.8);
|
|
color: #fff;
|
|
cursor: pointer;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
.addFile a:first-child {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.addFile a:last-child {
|
|
/* border-radius: 0px 4px 4px 0px; */
|
|
border-left: 1px solid rgba(247, 247, 247, 0.3);
|
|
}
|
|
|
|
.addFile a:active {
|
|
background-color: #4cacff;
|
|
}
|
|
|
|
@media screen and (max-width: 750px) {
|
|
.list-r-Search {
|
|
flex: 1;
|
|
}
|
|
|
|
.list-left, .list-right {
|
|
width: 100%;
|
|
padding: 0px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 400px) {
|
|
.list-r-Search {
|
|
width: 100%;
|
|
}
|
|
|
|
.headerMenu-wrapper {
|
|
flex-direction: column;
|
|
width: 100%;
|
|
}
|
|
|
|
.headerMenu-wrapper li {
|
|
width: 100%;
|
|
}
|
|
|
|
.gitAddressClone {
|
|
width: 100%;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.gitAddressClone > span {
|
|
padding: 0px;
|
|
}
|
|
|
|
.messages {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
.commonBox {
|
|
border: 1px solid #ddd;
|
|
margin-top: 30px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.commonBox .commonBox-title {
|
|
padding: 0px 20px;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
background: #FAFBFC;
|
|
/* F1F8FF */
|
|
font-weight: bold;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
border-radius: 4px 4px 0px 0px;
|
|
}
|
|
|
|
.readBox {
|
|
border: none;
|
|
}
|
|
.readBox.commonBox .commonBox-info {
|
|
border: 1px solid #D0D0D0;
|
|
border-top: none;
|
|
border-radius: 0px 0px 4px 4px;
|
|
padding: 20px 38px;
|
|
}
|
|
|
|
.commonBox .commonBox-title.boxTitle {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 55px;
|
|
line-height: 55px;
|
|
background: #FAFCFF;
|
|
border-radius: 4px 4px 0px 0px;
|
|
border: 1px solid rgba(42, 97, 255, 0.23);
|
|
}
|
|
|
|
.synchronism {
|
|
display: block;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
padding: 0px 15px;
|
|
color: #fff !important;
|
|
background-color: #28BD6C;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.files_info {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.commonBox .commonBox-info {
|
|
padding: 20px 15px;
|
|
}
|
|
|
|
.commonBox-title-read {
|
|
vertical-align: middle;
|
|
color: #000;
|
|
font-size: 14px;
|
|
}
|
|
.commonBox-title-read:hover {
|
|
color: #466AFF;
|
|
}
|
|
|
|
@media screen and (max-width: 370px) {
|
|
.p-r-tags, .p-r-btn {
|
|
opacity: 0;
|
|
display: none;
|
|
}
|
|
|
|
.p-r-about {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.commitKey {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.list-r-Search {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.null_data_box {
|
|
width: 100%;
|
|
border: 1px solid #d4d4d5;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.title {
|
|
font-weight: bold;
|
|
background: #f4f4f4;
|
|
padding: 10px 15px;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid #d4d4d5;
|
|
}
|
|
|
|
.item_title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.item {
|
|
padding: 15px;
|
|
border-bottom: 1px solid #dededf;
|
|
}
|
|
|
|
.item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.item_title small {
|
|
font-weight: 400;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.item_title small a {
|
|
color: #4183c6;
|
|
}
|
|
|
|
.Markdown {
|
|
background: #f7f7f7;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.item .gitAddressClone input:focus {
|
|
border: 1px solid #2185d0;
|
|
}
|
|
|
|
.content-file {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.content-file .CodeMirror {
|
|
background-color: #f7f7f7;
|
|
border: 1px solid #e4e4e4;
|
|
border-radius: 4px;
|
|
height: auto;
|
|
}
|
|
|
|
.content-file.edit .CodeMirror {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.content-file .CodeMirror .CodeMirror-scroll {
|
|
min-height: 450px;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.fork-css {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50px;
|
|
width: 100%;
|
|
}
|
|
|
|
.color-grey-ccc {
|
|
color: #ccc !important;
|
|
}
|
|
|
|
a.color-grey-ccc:hover {
|
|
color: #4cacff !important;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
.commitList {
|
|
padding: 0px 30px;
|
|
min-height: 400px;
|
|
}
|
|
|
|
.commitList > div {
|
|
border-bottom: 1px solid #EEEEEE;
|
|
padding: 16px 0px;
|
|
}
|
|
|
|
.commitList > div:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
/* 标签列表 */
|
|
.div_table {
|
|
border: 1px solid #eee;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.ul_thead {
|
|
padding: 0px 30px;
|
|
box-sizing: border-box;
|
|
background: #FAFAFA;
|
|
border-bottom: 1px solid #eee;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.ul_tbody {
|
|
padding: 0px 30px;
|
|
}
|
|
|
|
.ul_thead li, .ul_tbody li {
|
|
display: flex;
|
|
align-items: center;
|
|
text-align: left;
|
|
}
|
|
|
|
.ul_tbody li {
|
|
padding: 18px 0px;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.ul_tbody li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.ul_thead li > span, .ul_tbody li > span {
|
|
width: 20%;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.ul_thead li > span:nth-child(2), .ul_tbody li > span:nth-child(2) {
|
|
flex: 1;
|
|
}
|
|
|
|
.ul_tbody_third {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: left;
|
|
}
|
|
|
|
.ul_tbody_forth {
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.depotNum {
|
|
color: #666 !important;
|
|
}
|
|
.depotNum span:last-child {
|
|
color: #333;
|
|
}
|
|
.depotNum:hover span:last-child {
|
|
color: #2A61FF;
|
|
}
|
|
|
|
/*# sourceMappingURL=list.css.map */
|