|
@@ -30,6 +30,7 @@ img{cursor: pointer;}
|
|
|
/*.article .section.params .tr .th{background:#f4f5f8;width: 30%;}*/
|
|
|
/*.article .section.params .tr .td{background:#ffffff;width: 70%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}*/
|
|
|
.article .section.params .content{width:100%;font-size:14px;border-collapse:unset;border-spacing:unset}
|
|
|
+.article .section.params .content.mobile{display: none;}
|
|
|
.article .section.params .content tr td{padding:8px;line-height:1.6;border-top:1px solid;border-left:1px solid;border-color:#e3e6eb !important}
|
|
|
.article .section.params .content tr td:last-child{border-right:1px solid}
|
|
|
.article .section.params .content tr:last-child td{border-bottom:1px solid}
|
|
@@ -82,7 +83,7 @@ img{cursor: pointer;}
|
|
|
.article .section .recommend-section .content .tag-list{height:24px}
|
|
|
.article .section .recommend-section .content .tag-list .tag{display:inline-block;height:24px;line-height:24px;background:#fef6f3;border-radius:2px;font-size:12px;color:#e15616;padding:0 8px;margin-right:8px}
|
|
|
.article .section .recommend-section .content .dashed-line{margin-top:12px;height:0px;border-bottom:1px dashed #b8bfca}
|
|
|
-.article .section .recommend-section .content .footer{height:50px;line-height:50px;font-size:14px;color:#93979f}
|
|
|
+.article .section .recommend-section .content .footer{height:50px;line-height:50px;font-size:14px;color:#93979f;display: flex;justify-content: space-between;}
|
|
|
|
|
|
.contact-popup{display: none; position:fixed;top: 50%;left: 50%;z-index: 99999; transform: translate(-50%,-50%); width:314px;height:418px;overflow:hidden;background:url(/img/encyclopedia/contact.png) no-repeat center}
|
|
|
.contact-popup .close{position:absolute;display:block;width:30px;height:30px;text-align:center;line-height:30px;top:10px;right:20px;font-size:28px;color:#2c3038;cursor:pointer}
|
|
@@ -124,6 +125,7 @@ body{padding-top:40.3vw}
|
|
|
.article .section.description .names .alias{color:#93979f}
|
|
|
.article .section.description .desc{text-align:justify;font-size:3.2vw;line-height:5.6vw;margin:3.2vw 0}
|
|
|
.article .section.description .cover img{display:block;width:23.6vw;height:23.6vw;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px dashed #e3e6eb}
|
|
|
+.article .section.params .content.pc{display: none;}
|
|
|
.article .section.params .tr{line-height:5.6vw}
|
|
|
.article .section.params .tr .group{font-size:3.2vw;margin:1.6vw 0}
|
|
|
.article .section.params .tr .group .th::after{content:":"}
|