From 6727dd7ba3283b72e7425be974084f95e855070e Mon Sep 17 00:00:00 2001 From: lyy Date: Wed, 16 Oct 2019 11:17:40 +0800 Subject: [PATCH] update css --- css/form-advanced.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/form-advanced.css b/css/form-advanced.css index c09d1176..6a7fa19a 100644 --- a/css/form-advanced.css +++ b/css/form-advanced.css @@ -14,6 +14,7 @@ sup { color:#a31022; font-size:105%; top:0px !important;} .procedure .peopleIcon { background:url(/pic/people-icon.png) no-repeat left 10px; display: block; padding:11px 0 11px 66px;background-size:55px 55px; font-size:14px;} .procedure .emailIcon { background:url(/pic/email-icon.png) no-repeat left 10px; display: block; padding:11px 0 11px 66px;background-size:55px 55px; font-size:14px;} .procedure .handIcon { background:url(/pic/hands-icon.png) no-repeat left 10px; display: block; padding:11px 0 11px 66px;background-size:55px 55px; font-size:14px;} +.twoBlanks{margin-left: -15px;margin-right: -15px} .formTrust { display: block; margin-left:20px;} .monkReview { background:url(/image/walking-monks.jpg) no-repeat right bottom; display: block; color:#fff; margin:50px 0; font-size:14px; padding:20px 30px 150px; border-radius:4px; background-size: 100%; line-height:22px;} .monkReview b { display: block; margin-top:15px; font-size:16px; font-weight: normal;} @@ -60,4 +61,5 @@ textarea { font-family:'Open Sans', sans-serif!important; font-size:14px; line-h #formBanner { height:300px!important;} #LFformBanner{height:350px} } -input:focus, select:focus, textarea:focus { border-color: #666 !important;} \ No newline at end of file +input:focus, select:focus, textarea:focus { border-color: #666 !important;} +@media(min-width:1024px){.ticketSelection{display: none!important}} \ No newline at end of file