|
@@ -22,13 +22,19 @@ img{cursor: pointer;}
|
|
|
.article .section.description .content .content-left .alias{color:#93979f;margin-left:40px}
|
|
|
.article .section.description .content .cover{width:120px;height:120px;border:1px dashed #93979f;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
|
|
|
.article .section.description .content .cover img{width:120px;height:120px}
|
|
|
-.article .section.params .tr{width:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;border-left:1px solid #e3e6eb;flex-wrap: wrap;}
|
|
|
-.article .section.params .tr:first-child{border-top:1px solid;border-left:1px solid;border-color:#e3e6eb}
|
|
|
-.article .section.params .tr .group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%}
|
|
|
-.article .section.params .tr .th,.article .section.params .tr .td{line-height:40px;font-size:14px;height:40px;border-right:1px solid;border-bottom:1px solid;border-color:#e3e6eb;-webkit-box-sizing:border-box;box-sizing:border-box}
|
|
|
-.article .section.params .tr .th a,.article .section.params .tr .td a{color:#e15616}
|
|
|
-.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 .tr{width:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;border-left:1px solid #e3e6eb;flex-wrap: wrap;}*/
|
|
|
+/*.article .section.params .tr:first-child{border-top:1px solid;border-left:1px solid;border-color:#e3e6eb}*/
|
|
|
+/*.article .section.params .tr .group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%}*/
|
|
|
+/*.article .section.params .tr .th,.article .section.params .tr .td{line-height:40px;font-size:14px;height:40px;border-right:1px solid;border-bottom:1px solid;border-color:#e3e6eb;-webkit-box-sizing:border-box;box-sizing:border-box}*/
|
|
|
+/*.article .section.params .tr .th a,.article .section.params .tr .td a{color:#e15616}*/
|
|
|
+/*.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 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}
|
|
|
+.article .section.params .content tr .th{width:18%;background:#f4f5f8}
|
|
|
+
|
|
|
.article .section.approve .content .name{font-size:14px;line-height:24px}
|
|
|
.article .section.approve .content a{color:#e15616}
|
|
|
.article .section.approve .content .img-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
|