Merge branch 'develop'

master
taylor.dang 5 years ago
commit 7f0a0fcbd3

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

@ -1,21 +1,22 @@
.header-banner { .header-banner {
background:url(/static/images/pay_v4_banner.png) no-repeat; background: url(/static/images/pay_v4_banner.png) no-repeat;
background-size: 92% 100%; background-size: 92% 100%;
background-position: center; background-position: center;
box-shadow:0 0 10px #dddddd inset; box-shadow: 0 0 10px #dddddd inset;
} }
.merchant-title{ .merchant-title {
font-family: PingFang-SC-Medium; font-family: PingFang-SC-Medium;
font-size: 13px; font-size: 13px;
color: #FFFFFF; color: #FFFFFF;
letter-spacing: 0; letter-spacing: 0;
} }
.line{ .line {
margin-top: 15px; margin-top: 15px;
margin-bottom: 15px; margin-bottom: 15px;
} }
body { body {
-webkit-touch-callout: auto; -webkit-touch-callout: auto;
-webkit-user-select: auto; -webkit-user-select: auto;
@ -30,12 +31,14 @@ body {
div, span, p, ul, li { div, span, p, ul, li {
box-sizing: border-box; box-sizing: border-box;
} }
.warning-sm{
color:red; .warning-sm {
font-size:10px; color: red;
font-size: 10px;
transform-origin: left; transform-origin: left;
transform: scale(0.8); transform: scale(0.8);
} }
.weui_grid { .weui_grid {
padding: 7px; padding: 7px;
height: 53px; height: 53px;
@ -169,31 +172,33 @@ input.value:focus {
right: 0; right: 0;
bottom: 0; bottom: 0;
overflow-x: hidden; overflow-x: hidden;
background-color: #fbf9fe; background-color: #FFFFFF;
} }
.new_year { .new_year {
width:100%; width: 100%;
height:100%; height: 100%;
position:absolute; position: absolute;
top:18%; top: 18%;
left:0; left: 0;
z-index:-1; z-index: -1;
border-radius: 0 0 25px 25px; border-radius: 0 0 25px 25px;
} }
.bankpay { .bankpay {
text-align: center; text-align: center;
padding: 20px; padding: 20px;
color: #FFFFFF; color: #FFFFFF;
} }
@media screen and (max-height: 520px){ @media screen and (max-height: 520px) {
.bankpay { .bankpay {
text-align: center; text-align: center;
padding: 0; padding: 0;
color: #FFFFFF; color: #FFFFFF;
} }
} }
.row { .row {
width: 100%; width: 100%;
padding: 0 30px; padding: 0 30px;
@ -266,7 +271,7 @@ input.value:focus {
} }
@media screen and (max-height:670px){ @media screen and (max-height: 670px) {
.currencyrow { .currencyrow {
box-sizing: border-box; box-sizing: border-box;
margin-top: 0; margin-top: 0;
@ -275,7 +280,7 @@ input.value:focus {
} }
} }
@media screen and (max-height: 520px){ @media screen and (max-height: 520px) {
.currencyrow { .currencyrow {
box-sizing: border-box; box-sizing: border-box;
margin-top: 20px; margin-top: 20px;
@ -466,8 +471,9 @@ input.value:focus {
#coupon-box-toggle { #coupon-box-toggle {
padding: 0 20px; padding: 0 20px;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 15px;
text-align: right; text-align: right;
color: #30af69; color: #FF7E28;
font-size: 12px; font-size: 12px;
cursor: pointer; cursor: pointer;
} }
@ -492,7 +498,7 @@ input.value:focus {
display: none; display: none;
} }
.coupons-container.show{ .coupons-container.show {
display: block; display: block;
} }
@ -517,7 +523,7 @@ input.value:focus {
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }
.coupons-container .coupon-box-title{ .coupons-container .coupon-box-title {
width: 100%; width: 100%;
display: block; display: block;
background: #fff; background: #fff;
@ -526,19 +532,19 @@ input.value:focus {
border-bottom: 1px solid #d0d0d0; border-bottom: 1px solid #d0d0d0;
} }
.coupons-container .coupon-box-title:after{ .coupons-container .coupon-box-title:after {
content: ''; content: '';
display: block; display: block;
clear: both; clear: both;
} }
.coupons-container .coupon-box-title>.title{ .coupons-container .coupon-box-title > .title {
float: left; float: left;
display: block; display: block;
color: #0BB20C; color: #FF7E28;
} }
.coupons-container .coupon-box-title>#close-coupon-box{ .coupons-container .coupon-box-title > #close-coupon-box {
color: #700; color: #700;
float: right; float: right;
display: block; display: block;
@ -546,12 +552,12 @@ input.value:focus {
} }
.actCharity-red{ .actCharity-red {
color: #FB5252; color: #FB5252;
display: inline; display: inline;
} }
.actCharity{ .actCharity {
display: inline; display: inline;
font-family: PingFang-SC-Medium; font-family: PingFang-SC-Medium;
font-size: 13px; font-size: 13px;
@ -571,12 +577,31 @@ input.value:focus {
-webkit-appearance: none; -webkit-appearance: none;
} }
.remark-textarea-new {
background-color: #FFFFFF;
box-shadow: none;
font-size: 13px;
width: calc(100% - 40px);
margin: 0 20px;
padding: 10px 0;
height: 18px;
border: 1px solid #FFFFFF;
border-radius: 0;
border-bottom-color: #BCBCBC;
-webkit-appearance: none;
}
.remark-textarea-new::-webkit-input-placeholder {
font-size: 13px;
color: #BCBCBC;
}
.remark-textarea::-webkit-input-placeholder { .remark-textarea::-webkit-input-placeholder {
font-size: 13px; font-size: 13px;
color: #BCBCBC; color: #BCBCBC;
} }
.paynow-button{ .paynow-button {
background: #19AD18; background: #19AD18;
border: 1px solid #179B16; border: 1px solid #179B16;
border-radius: 3px; border-radius: 3px;
@ -592,7 +617,7 @@ input.value:focus {
margin-top: 31px; margin-top: 31px;
} }
.bankpay-button{ .bankpay-button {
border: 1px solid #FF6600; border: 1px solid #FF6600;
border-radius: 3px; border-radius: 3px;
font-size: 16px; font-size: 16px;
@ -605,7 +630,7 @@ input.value:focus {
background-color: white; background-color: white;
} }
#coupon-box-toggle.canUse-coupon{ #coupon-box-toggle.canUse-coupon {
padding: 0 30px; padding: 0 30px;
margin-bottom: 10px; margin-bottom: 10px;
text-align: right; text-align: right;
@ -614,7 +639,8 @@ input.value:focus {
cursor: pointer; cursor: pointer;
margin: 11px; margin: 11px;
} }
input::-webkit-input-placeholder{
input::-webkit-input-placeholder {
font-size: 50px; font-size: 50px;
color: #FFFFFF; color: #FFFFFF;
line-height: 60px; line-height: 60px;
@ -628,8 +654,18 @@ input::-webkit-input-placeholder{
padding-top: 10px; padding-top: 10px;
} }
.merchant-div{ .merchant-div {
display: inline-block; display: inline-block;
padding-left: 10px; padding-left: 10px;
padding-top: 20px; padding-top: 20px;
} }
.advertisement {
display: flex;
justify-content: center;
margin-top: 10px;
}
.arrow-color {
color: #FF7E28;
}

Loading…
Cancel
Save