Commit 979a1a71 authored by youjie's avatar youjie

no message

parent 6f6c7153
......@@ -18,7 +18,7 @@
:style="{'padding':$q.platform.is.desktop?'0 30px 0 30px':''}">
<template v-if="isShow||$q.platform.is.desktop">
<div class="row items-center left-text text-grey-9"
:class="[$q.platform.is.desktop?'':'q-py-sm']">
:class="[$q.platform.is.desktop?'':'q-py-sm active']">
<div>{{$t('v104.passbook.col.title1')}}{{$q.platform.is.desktop?$t('v104.passbook.col.title01'):''}}</div><div>{{$t('v104.passbook.col.title2')}}</div>
<div>{{$t('v104.passbook.col.title3')}}</div><div>{{$t('v104.passbook.col.title4')}}</div>
</div>
......@@ -250,6 +250,10 @@
word-spacing: wrap;
overflow: hidden;
}
.left-text.active div{
text-indent: 0;
text-align: center;
}
.left-text:nth-child(2n){
background: #E0E0E0;
}
......
......@@ -30,7 +30,8 @@
<div class="row justify-between"
:class="[$q.platform.is.desktop?'useDetails-form':'q-py-lg q-px-md']">
<div class="column col useDetails-left fz14">
<div class="row items-center left-text text-grey-9">
<div class="row items-center left-text text-grey-9"
:class="[$q.platform.is.desktop?'':'active']">
<div>{{$t('v104.passbook.col.title5')}}</div><div>{{$t('v104.passbook.col.title6')}}</div>
<div>{{$t('v104.passbook.col.title7')}}({{$t('v104.passbook.col.title8')}})</div>
</div>
......@@ -128,6 +129,10 @@
width: 33.33%;
text-indent: 31px;
}
.left-text.active div{
text-indent: 0;
text-align: center;
}
.left-text:nth-child(2n){
background: #E0E0E0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment