Skip to content

Commit c9fdbd5

Browse files
committed
Adaptive mobile phone
1 parent d6ada7c commit c9fdbd5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/App.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ a {
159159
.header-container-logo {
160160
float: left;
161161
color: #ec7259;
162-
margin: 0 30px;
162+
margin-left : 10px;
163163
}
164164
165165
.header-container-userinfo {
@@ -223,12 +223,14 @@ a {
223223
color: #ec7259;
224224
background-color: #fff;
225225
border-color: #ec7259;
226+
margin-top: 7px;
226227
}
227228
228229
.header-container-hv._1YbC5u, .header-container-hv._1YbC5u[disabled]:hover {
229230
color: #fff;
230231
background-color: #ec7259;
231232
border-color: #ec7259;
233+
margin-top: 7px;
232234
}
233235
234236
.header-container-user-btn+.header-container-user-btn, .header-container-user-btn>.anticon+span, .header-container-user-btn>span+.anticon {
@@ -261,16 +263,17 @@ a {
261263
}
262264
263265
.header-container-logo, .header-container-banner-item, .header-container-userinfo, .header-container-userinfo ._3Sn1bM, .header-container-banner-item-btn {
264-
display: flex;
266+
display: block;
265267
align-items: center;
266-
height: 56px;
267268
}
268269
269270
.header-container-banner-item-btn {
270271
font-size: 17px;
271272
color: #333;
272273
padding: 0 20px;
273274
cursor: pointer;
275+
float: left;
276+
line-height: 60px;
274277
}
275278
276279
.header-container-logout {

src/style/m.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ a.viewmore { position: static; margin-top: 20px; text-align: center }
116116
.tab_buttons ul { width: 600px;overflow-x: scroll;}
117117
.tab_buttons li {margin-right: 30px;width: auto;}
118118
.newscurrent:after{width:100%}
119+
.header-container-banner{display: none !important}
119120
}

0 commit comments

Comments
 (0)