测试界面上线
This commit is contained in:
parent
12deeef7a6
commit
ea1edcafdd
@ -247,21 +247,21 @@ export default {
|
|||||||
.fwfwlogodiv{
|
.fwfwlogodiv{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@include media-breakpoint-between(xs, md){
|
@include media-breakpoint-between(xs, lg){
|
||||||
margin-bottom: 48px;
|
margin-bottom: 48px;
|
||||||
}
|
}
|
||||||
@include media-breakpoint-up(md){
|
@include media-breakpoint-up(lg){
|
||||||
margin-bottom: 94px;
|
margin-bottom: 94px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fwfwlogoimdiv{
|
.fwfwlogoimdiv{
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
@include media-breakpoint-between(xs, md){
|
@include media-breakpoint-between(xs, lg){
|
||||||
width: 62px;
|
width: 62px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
@include media-breakpoint-up(md){
|
@include media-breakpoint-up(lg){
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
@ -276,18 +276,18 @@ export default {
|
|||||||
.fwfwitemcontent{
|
.fwfwitemcontent{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@include media-breakpoint-between(xs, md){
|
@include media-breakpoint-between(xs, lg){
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
}
|
}
|
||||||
@include media-breakpoint-up(md){
|
@include media-breakpoint-up(lg){
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
margin-left: 28px;
|
margin-left: 28px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fwfwitemcn{
|
.fwfwitemcn{
|
||||||
@include media-breakpoint-between(xs, md){
|
@include media-breakpoint-between(xs, lg){
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@ -297,7 +297,7 @@ export default {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
@include media-breakpoint-up(md){
|
@include media-breakpoint-up(lg){
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
@ -310,7 +310,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.fwfwitemen{
|
.fwfwitemen{
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
@include media-breakpoint-between(xs, md){
|
@include media-breakpoint-between(xs, lg){
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -321,7 +321,7 @@ export default {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
@include media-breakpoint-up(md){
|
@include media-breakpoint-up(lg){
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user