26
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="box-1">
|
||||
<div class="header">
|
||||
<div class="header__left">
|
||||
<div class="header__left">
|
||||
<img src="@/assets/images/ticket.png" />
|
||||
<div
|
||||
class="header__left-item"
|
||||
@@ -194,7 +194,7 @@ import pubSub from 'pubsub-js'
|
||||
&__left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
margin-right:vw(10);
|
||||
> img {
|
||||
width: vw(74);
|
||||
height: auto;
|
||||
@@ -202,7 +202,7 @@ import pubSub from 'pubsub-js'
|
||||
}
|
||||
&__left-item {
|
||||
position: relative;
|
||||
width: vw(130);
|
||||
width: vw(120);
|
||||
height: vh(58);
|
||||
padding-left: vw(10);
|
||||
display: flex;
|
||||
@@ -217,6 +217,7 @@ import pubSub from 'pubsub-js'
|
||||
font-weight: 400;
|
||||
font-size: vw(14);
|
||||
color: #ffffff;
|
||||
left:vw(0)
|
||||
}
|
||||
}
|
||||
& > div:nth-child(2) {
|
||||
|
||||
Reference in New Issue
Block a user