From 8b27e66fc35ea5bcb9b467aab471ff1213066792 Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Fri, 14 Jun 2019 11:00:18 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E7=B1=BB=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/trainings/pay.html.erb | 8 ++++----
public/stylesheets/educoder/trainings.css | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app/views/trainings/pay.html.erb b/app/views/trainings/pay.html.erb
index 02290cd0..3293be93 100644
--- a/app/views/trainings/pay.html.erb
+++ b/app/views/trainings/pay.html.erb
@@ -80,7 +80,7 @@
-
+
@@ -147,13 +147,13 @@
aboutPayType();
//初始化发票类型
- InitBill(userInfo);
+ //InitBill(userInfo);
//切换发票类型
$(".billType li").on("click", function () {
$(".billType li").removeClass("active");
$(this).addClass("active");
- billTypeShowFun(parseInt($(this).index()),userInfo);
+ //billTypeShowFun(parseInt($(this).index()),userInfo);
})
//关闭弹窗
$(".billClose").on("click", function () {
diff --git a/public/stylesheets/educoder/trainings.css b/public/stylesheets/educoder/trainings.css
index c6a2b1bf..44df1617 100644
--- a/public/stylesheets/educoder/trainings.css
+++ b/public/stylesheets/educoder/trainings.css
@@ -241,7 +241,7 @@ input[type='text'].right_input{
.billInput.nullVal{border:1px solid #DD1717;}
.meetInfo{color: #4CACFF;}
.enrollNum{margin:10px 15px;font-size: 1.4rem;}
-.lastPrice{color: #bfbfbf;font-size: 1.2px;text-decoration: line-through;margin-left: 5px;}
+.lastPrice{color: #bfbfbf;font-size: 0.8em;text-decoration: line-through;margin-left: 5px;margin-top: 2px;}
/*上传图片*/
.weui-uploader__bd {position: relative;width: 100px;height: 100px;}
.weui-uploader__files {list-style: none;}