Commit b7e7aad8 authored by zhengke's avatar zhengke

修改

parent 31f67711
...@@ -47,18 +47,27 @@ ...@@ -47,18 +47,27 @@
font-size: 55px; font-size: 55px;
font-weight: bold; font-weight: bold;
color: #000; color: #000;
-webkit-writing-mode: vertical-lr; /* -webkit-writing-mode: vertical-lr;
writing-mode: vertical-lr; writing-mode: vertical-lr; */
height: 100%; height: 100%;
width:82px;
display:inline-block;
word-wrap: break-word;
line-height: 55px;
} }
.Style_main_Top .sub-title { .Style_main_Top .sub-title {
font-size: 24px; font-size: 24px;
font-weight: lighter; font-weight: lighter;
padding-top: 74px; /* padding-top: 74px; */
-webkit-writing-mode: vertical-lr; /* -webkit-writing-mode: vertical-lr;
writing-mode: vertical-lr; writing-mode: vertical-lr; */
height: 100%; height: 100%;
display: inline-block;
width:36px;
word-wrap: break-word;
position: relative;
top:-30px;
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
...@@ -69,9 +78,12 @@ ...@@ -69,9 +78,12 @@
} }
.Style_main_Top .main-title{ .Style_main_Top .main-title{
font-size:30px; font-size:30px;
width:36px;
line-height: 30px;
} }
.Style_main_Top .sub-title{ .Style_main_Top .sub-title{
font-size:15px; font-size:15px;
width:22px;
} }
.detOneModel label { .detOneModel label {
width: 100%; width: 100%;
...@@ -87,7 +99,7 @@ ...@@ -87,7 +99,7 @@
</div> </div>
<div class="detOneModel"> <div class="detOneModel">
<label> <label>
<b class="main-title">{{dataList.countryName}}</b> <span class="main-title">{{dataList.countryName}}</span>
<span class="sub-title">{{dataList.placeName}}</span> <span class="sub-title">{{dataList.placeName}}</span>
</label> </label>
</div> </div>
......
...@@ -86,16 +86,17 @@ ...@@ -86,16 +86,17 @@
} }
.text-h6Detail { .text-h6Detail {
text-align: center; text-align: center;
padding: 0 20px;
font-size: 18px; font-size: 18px;
color: #333; color: #333;
font-weight: 700; font-weight: 700;
position: relative; position: relative;
width:100%;
height:50px;
} }
.text-h6Detail i { .text-h6Detail i {
position: absolute; position: absolute;
right:20px; right:20px;
top:20px; top:10px;
cursor: pointer; cursor: pointer;
font-size:23px; font-size:23px;
} }
......
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