|
|
@@ -665,7 +665,7 @@ export default {
|
|
|
.pageDetail {
|
|
|
.sumTitle {
|
|
|
@include cube;
|
|
|
- width: 88.5%;
|
|
|
+ width: 92%;
|
|
|
margin-top: 0.7rem;
|
|
|
overflow: visible;
|
|
|
|
|
|
@@ -777,18 +777,18 @@ export default {
|
|
|
img:nth-child(1) {
|
|
|
|
|
|
float: left;
|
|
|
- left: 32%;
|
|
|
+ left: 31.7%;
|
|
|
}
|
|
|
|
|
|
img:nth-child(2) {
|
|
|
float: right;
|
|
|
- right: 32%;
|
|
|
+ right: 31.7%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.listContainer {
|
|
|
@include cube;
|
|
|
- width: 90%;
|
|
|
+ width: 92%;
|
|
|
position: relative;
|
|
|
bottom: 1.5rem;
|
|
|
|
|
|
@@ -798,18 +798,20 @@ export default {
|
|
|
}
|
|
|
|
|
|
.md {
|
|
|
- width: 33.33%;
|
|
|
+ width: 32.5%;
|
|
|
float: left;
|
|
|
+ padding-left: 1.75%;
|
|
|
}
|
|
|
|
|
|
.rt {
|
|
|
- width: 32.5%;
|
|
|
+ width: 31%;
|
|
|
float: right;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.ltTitle {
|
|
|
@include cube;
|
|
|
- width: 84%;
|
|
|
+ width: 90%;
|
|
|
|
|
|
span {
|
|
|
float: left;
|
|
|
@@ -822,7 +824,7 @@ export default {
|
|
|
|
|
|
&:last-child {
|
|
|
float: right;
|
|
|
- padding-right: 0.3rem;
|
|
|
+ padding-right: 0.4rem;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -832,9 +834,11 @@ export default {
|
|
|
|
|
|
li {
|
|
|
@include cube;
|
|
|
- width: 84%;
|
|
|
+ width: 86%;
|
|
|
height: 0.7rem;
|
|
|
padding-top: 0.2rem;
|
|
|
+ float: left;
|
|
|
+ margin-left: 0.3rem;
|
|
|
|
|
|
.gary {
|
|
|
@include cube;
|
|
|
@@ -870,13 +874,16 @@ export default {
|
|
|
background-position: top center;
|
|
|
background-size: 100% 100%;
|
|
|
text-align: left;
|
|
|
- text-indent: 0.1rem;
|
|
|
- font-size: 0.4rem;
|
|
|
+ text-indent: 0.08rem;
|
|
|
+ //text-align: center;
|
|
|
+ //font-size: 0.4rem;
|
|
|
+ font-size: 0.35rem;
|
|
|
font-weight: bold;
|
|
|
text-decoration: none;
|
|
|
font-style: normal;
|
|
|
color: white;
|
|
|
line-height: 0.6rem;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.head {
|