Commit f847dc02 by 任建

123

parent 04867627
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
/* margin: 0 auto; */ /* margin: 0 auto; */
background-color: #fff; background-color: #fff;
padding-bottom: 25px; padding-bottom: 25px;
padding: 0 10px;
} }
.detail-loading{ .detail-loading{
width: 100%; width: 100%;
...@@ -16,7 +17,6 @@ ...@@ -16,7 +17,6 @@
.ncldetail-main-name { .ncldetail-main-name {
width: 100%; width: 100%;
padding-left: 30px;
box-sizing: border-box; box-sizing: border-box;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
font-size: 16px; font-size: 16px;
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
text-align: center; text-align: center;
box-shadow: 0px 0px 0px 0px rgba(82, 86, 106, 0.2); box-shadow: 0px 0px 0px 0px rgba(82, 86, 106, 0.2);
font-family: Roboto; font-family: Roboto;
padding: 0px 25px;
padding-top: 10px; padding-top: 10px;
box-sizing: border-box; box-sizing: border-box;
} }
...@@ -42,8 +41,8 @@ ...@@ -42,8 +41,8 @@
.ncldetail-main-title>.title-item1 { .ncldetail-main-title>.title-item1 {
float: left; float: left;
width: 96px; width: 96px;
height: 33px; height: 30px;
line-height: 33px; line-height: 30px;
font-family: PingFangSC-Medium; font-family: PingFangSC-Medium;
font-size: 14px; font-size: 14px;
color: #FFFFFF; color: #FFFFFF;
...@@ -56,8 +55,8 @@ ...@@ -56,8 +55,8 @@
.ncldetail-main-title>.title-item2 { .ncldetail-main-title>.title-item2 {
float: left; float: left;
width: 96px; width: 96px;
height: 33px; height: 30px;
line-height: 33px; line-height: 30px;
font-family: PingFangSC-Medium; font-family: PingFangSC-Medium;
font-size: 14px; font-size: 14px;
color: #118EE9; color: #118EE9;
...@@ -72,6 +71,7 @@ ...@@ -72,6 +71,7 @@
height: auto; height: auto;
overflow: hidden; overflow: hidden;
margin-top: 15px; margin-top: 15px;
border-left: 1px solid #eee;
} }
/* 隐藏 */ /* 隐藏 */
...@@ -134,7 +134,8 @@ ...@@ -134,7 +134,8 @@
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
cursor: pointer; cursor: pointer;
border: 1px solid #F7F7F8; border-right: 1px solid #F7F7F8;
border-top: 1px solid #F7F7F8;
border-radius: 1px; border-radius: 1px;
} }
...@@ -217,7 +218,8 @@ ...@@ -217,7 +218,8 @@
width: 100%; width: 100%;
height: auto; height: auto;
overflow: hidden; overflow: hidden;
padding: 15px 30px; padding: 15px 0px;
padding-right: 30px;
box-sizing: border-box; box-sizing: border-box;
} }
...@@ -235,7 +237,7 @@ ...@@ -235,7 +237,7 @@
.item2-left { .item2-left {
float: left; float: left;
border-right: 1px solid #f7f7f8; border-right: 1px solid #f7f7f8;
width: 13.2%; width: 180px;
height: 100%; height: 100%;
} }
...@@ -318,7 +320,7 @@ ...@@ -318,7 +320,7 @@
width: 100%; width: 100%;
height: auto; height: auto;
overflow: hidden; overflow: hidden;
padding: 0px 30px; padding-right: 30px;
box-sizing: border-box; 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