Commit f847dc02 by 任建

123

parent 04867627
......@@ -4,6 +4,7 @@
/* margin: 0 auto; */
background-color: #fff;
padding-bottom: 25px;
padding: 0 10px;
}
.detail-loading{
width: 100%;
......@@ -16,7 +17,6 @@
.ncldetail-main-name {
width: 100%;
padding-left: 30px;
box-sizing: border-box;
font-family: MicrosoftYaHei;
font-size: 16px;
......@@ -34,7 +34,6 @@
text-align: center;
box-shadow: 0px 0px 0px 0px rgba(82, 86, 106, 0.2);
font-family: Roboto;
padding: 0px 25px;
padding-top: 10px;
box-sizing: border-box;
}
......@@ -42,8 +41,8 @@
.ncldetail-main-title>.title-item1 {
float: left;
width: 96px;
height: 33px;
line-height: 33px;
height: 30px;
line-height: 30px;
font-family: PingFangSC-Medium;
font-size: 14px;
color: #FFFFFF;
......@@ -56,8 +55,8 @@
.ncldetail-main-title>.title-item2 {
float: left;
width: 96px;
height: 33px;
line-height: 33px;
height: 30px;
line-height: 30px;
font-family: PingFangSC-Medium;
font-size: 14px;
color: #118EE9;
......@@ -72,6 +71,7 @@
height: auto;
overflow: hidden;
margin-top: 15px;
border-left: 1px solid #eee;
}
/* 隐藏 */
......@@ -134,7 +134,8 @@
box-sizing: border-box;
position: relative;
cursor: pointer;
border: 1px solid #F7F7F8;
border-right: 1px solid #F7F7F8;
border-top: 1px solid #F7F7F8;
border-radius: 1px;
}
......@@ -217,7 +218,8 @@
width: 100%;
height: auto;
overflow: hidden;
padding: 15px 30px;
padding: 15px 0px;
padding-right: 30px;
box-sizing: border-box;
}
......@@ -235,7 +237,7 @@
.item2-left {
float: left;
border-right: 1px solid #f7f7f8;
width: 13.2%;
width: 180px;
height: 100%;
}
......@@ -318,7 +320,7 @@
width: 100%;
height: auto;
overflow: hidden;
padding: 0px 30px;
padding-right: 30px;
box-sizing: border-box;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment