db92da32 by simon

默认提交

1 parent 66f7598b
......@@ -13,12 +13,7 @@ input {
}
.orange {
color: #ff6839;
}
.gray {
// color: #747474;
color: #666666;
color: $cOrange2;
}
.empty {
......@@ -50,7 +45,7 @@ input {
width: 300px;
height: 50px;
line-height: 50px;
color: white;
color: #ffffff;
font-weight: 600;
cursor: pointer;
margin: 2.5rem auto;
......@@ -95,7 +90,7 @@ input {
.title {
color: #ff6839;
color: $cOrange2;
text-align: center;
display: flex;
align-items: center;
......@@ -221,7 +216,7 @@ input {
// font-size: 1rem;
// font-size: 18px;
margin-left: .833333rem;
color: #ff6839;
color: $cOrange2;
}
}
......@@ -232,7 +227,7 @@ input {
.contact {
text-align: center;
cursor: pointer;
color: #ff6839;
color: $cOrange2;
font-weight: 600;
text-decoration: underline;
}
......@@ -253,7 +248,7 @@ input {
.btn {
margin-left: 0;
color: #ff6839;
color: $cOrange2;
font-weight: 600;
font-size: 1.166667rem;
}
......@@ -270,7 +265,7 @@ input {
font-size: 1.333333rem;
font-weight: 600;
text-align: left;
color: #ff6839;
color: $cOrange2;
padding-left: 15px;
}
......@@ -341,7 +336,7 @@ input {
}
.validator {
color: #ff6839;
color: $cOrange2;
margin-top: 0.5rem;
position: absolute;
right: 1rem;
......@@ -376,7 +371,7 @@ input {
.main-label {
// font-size: 1.5rem;
font-size: 22px;
color: #ff6839;
color: $cOrange2;
}
}
......
......@@ -141,11 +141,11 @@
<!-- <template v-if="1>0"> -->
<hr class="hr2" v-if="data.amount > 0">
<div class="bottom-tip orange mt20">{{$t('clarms.step2.label17')}}</div>
<div class="bottom-tip gray mt10">{{$t('clarms.step2.tip1')}}</div>
<div class="bottom-tip mt10">{{$t('clarms.step2.tip1')}}</div>
<div class="bottom-tip orange mt20">{{$t('clarms.step2.label18')}}</div>
<div class="bottom-tip gray mt10">{{$t('clarms.step2.tip2')}}</div>
<div class="bottom-tip gray mt10">{{$t('clarms.step2.tip3')}}</div>
<div class="bottom-tip mt10">{{$t('clarms.step2.tip2')}}</div>
<div class="bottom-tip mt10">{{$t('clarms.step2.tip3')}}</div>
<div class="bottom-tip orange mt10 pointer" @click="agress = !agress">
<img v-if="agress" src="@/assets/images/clarms/checked.png">
......
......@@ -7,12 +7,11 @@ $borderRadius:6px;
}
.orange {
// color: $cOrange;
color: #ff6839;
color: $cOrange2;
}
.gray {
color: #747474;
color: $cFontGray2;
}
......@@ -23,7 +22,7 @@ $borderRadius:6px;
width: 300px;
height: 50px;
line-height: 50px;
color: white;
color: #ffffff;
font-weight: 600;
cursor: pointer;
margin: 100px auto 32px;
......@@ -34,14 +33,11 @@ $borderRadius:6px;
.reservation-container {
@extend .bb;
border-radius: $borderRadius;
// border: solid 2px $cOrange;
background-color: #ffffff;
// padding: 2.666667rem 10rem 2.833333rem 10rem;
padding: 60px 82px 68px;
.title {
// font-size: 1.333333rem;
color: $cOrange;
color: $cOrange2;
text-align: center;
margin: 1.666667rem auto 0 auto;
letter-spacing: 1.1px;
......@@ -88,7 +84,7 @@ $borderRadius:6px;
}
.btn {
color: $cOrange;
color: $cOrange2;
}
}
}
......@@ -104,18 +100,11 @@ $borderRadius:6px;
&-name {
font-weight: 600;
text-align: left;
color: $cOrange;
// padding-left: 15px;
color: $cOrange2;
}
.ipt-date {
// width: 100%;
// border: 1px solid $cOrange !important;
// border-radius: .416667rem;
// height: 3rem;
// align-items: center;
padding: 0 2rem;
width: 100%;
background-color: #ffffff;
height: 48px;
......@@ -192,7 +181,7 @@ $borderRadius:6px;
}
.validator {
color: $cOrange;
color: $cOrange2;
margin-top: 0.5rem;
position: absolute;
right: 1rem;
......@@ -222,7 +211,7 @@ $borderRadius:6px;
letter-spacing: .25rem;
.main-label {
color: $cOrange;
color: $cOrange2;
}
}
......
......@@ -31,7 +31,6 @@ $borderSize:6px;
input {
padding: 0 2.083333rem;
color: #333333;
}
.orange {
......
......@@ -321,7 +321,7 @@ $borderSize: 6px;
width: 50%;
padding: 18px 12px 18px 0;
letter-spacing: 1.12px;
color: #666666;
// color: #666666;
}
.label {
......@@ -350,7 +350,7 @@ $borderSize: 6px;
padding: 50px 60px 26px 100px;
letter-spacing: 1.12px;
color: #666666;
// color: #666666;
.t1 {
color: $cOrange2;
......