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