|
|
@@ -32,7 +32,7 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
display: flex;
|
|
|
- width: @containerW;
|
|
|
+ width: @containerW *0.5;
|
|
|
> div {
|
|
|
position: relative;
|
|
|
> span {
|
|
|
@@ -110,27 +110,27 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-@media screen and (max-width: 1000px) {
|
|
|
- .commentary {
|
|
|
- width: 90%;
|
|
|
- margin: 0 auto;
|
|
|
- align-items: flex-start;
|
|
|
- > div {
|
|
|
- width: 50%;
|
|
|
- > span {
|
|
|
- display: block;
|
|
|
- text-align: left;
|
|
|
- line-height: 2;
|
|
|
- }
|
|
|
- &:last-of-type {
|
|
|
- padding-left: 0.83rem;
|
|
|
- top: 7px;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-</style>
|
|
|
+// @media screen and (max-width: 1000px) {
|
|
|
+// .commentary {
|
|
|
+// width: 90%;
|
|
|
+// margin: 0 auto;
|
|
|
+// align-items: flex-start;
|
|
|
+// > div {
|
|
|
+// width: 50%;
|
|
|
+// > span {
|
|
|
+// display: block;
|
|
|
+// text-align: left;
|
|
|
+// line-height: 2;
|
|
|
+// }
|
|
|
+// &:last-of-type {
|
|
|
+// padding-left: 0.83rem;
|
|
|
+// top: 7px;
|
|
|
+// position: relative;
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
+// </style>
|
|
|
|
|
|
<style lang="less">
|
|
|
@cdn: "https://houseoss.4dkankan.com/chuanshan";
|