|
@@ -23,6 +23,10 @@
|
|
|
<span>北京时间</span>
|
|
|
<span>{{ nowTime }}</span>
|
|
|
</div>
|
|
|
+ <div class="b-line">
|
|
|
+ <span></span>
|
|
|
+ <span></span>
|
|
|
+ </div>
|
|
|
<div class="b-time">
|
|
|
<span>首尔时间</span>
|
|
|
<span>{{ sTime }}</span>
|
|
@@ -341,7 +345,7 @@ export default defineComponent({
|
|
|
}
|
|
|
.env-text {
|
|
|
text-align: center;
|
|
|
- font-family: 'HarmonyOS Sans TC';
|
|
|
+ font-family: "HarmonyOS Sans TC";
|
|
|
font-size: 130px;
|
|
|
line-height: 160px;
|
|
|
font-weight: 700;
|
|
@@ -349,7 +353,7 @@ export default defineComponent({
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
}
|
|
|
.env-rate {
|
|
|
- font-family: 'HarmonyOS_Sans_TC_Regular';
|
|
|
+ font-family: "HarmonyOS_Sans_TC_Regular";
|
|
|
padding-top: 80px;
|
|
|
font-size: 60px;
|
|
|
font-weight: 400;
|
|
@@ -391,15 +395,17 @@ export default defineComponent({
|
|
|
}
|
|
|
}
|
|
|
.weather-left {
|
|
|
+ position: relative;
|
|
|
// text-align: right;
|
|
|
width: 72%;
|
|
|
+ white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
.b-time {
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
- margin-right: 180px;
|
|
|
+ margin-right: 90px;
|
|
|
width: 270px;
|
|
|
- border-bottom: 1px solid rgba(255, 255, 255, 1);
|
|
|
+ border-bottom: 2px solid rgba(255, 255, 255, 1);
|
|
|
span {
|
|
|
display: block;
|
|
|
text-align: center;
|
|
@@ -420,15 +426,38 @@ export default defineComponent({
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
}
|
|
|
}
|
|
|
- &:nth-child(2) {
|
|
|
+ &:nth-child(3) {
|
|
|
+ margin-left: 90px;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
}
|
|
|
+ .b-line {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ left: 19vw;
|
|
|
+ // left: 13.6vw;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: baseline;
|
|
|
+ width: 1px;
|
|
|
+ // height: 4.27vh;
|
|
|
+ // padding-top: 5vh;
|
|
|
+ span {
|
|
|
+ display: block;
|
|
|
+ height: 1.67vh;
|
|
|
+ // width: 1px;
|
|
|
+ border: 1px solid rgba(240, 240, 240, 1); ;
|
|
|
+ // background: rgba(240, 240, 240, 1);
|
|
|
+ &:nth-child(2) {
|
|
|
+ margin-top: 0.925vh;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
.weather-detail {
|
|
|
// position: relative;
|
|
|
// box-sizing: border-box;
|
|
|
float: right;
|
|
|
+ // right: 0;
|
|
|
// padding-right: 73px;
|
|
|
.d-top {
|
|
|
text-align: right;
|