diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index 3e3e44d68..1a0ac4bfe 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -418,9 +418,4 @@ class SsgController extends BaseController { } $this->success("领取成功",$novice); } - public function blank() - { - $this->display(); - # code... - } } diff --git a/Application/Mobile/View/Ssg/tutorial.html b/Application/Mobile/View/Ssg/tutorial.html index 690d6c4ff..deea97ded 100644 --- a/Application/Mobile/View/Ssg/tutorial.html +++ b/Application/Mobile/View/Ssg/tutorial.html @@ -1,5 +1,5 @@ - +
diff --git a/Public/Mobile/css/ssg/common.css b/Public/Mobile/css/ssg/common.css index 148b9297a..9625b34c1 100644 --- a/Public/Mobile/css/ssg/common.css +++ b/Public/Mobile/css/ssg/common.css @@ -573,4 +573,123 @@ font-size: .16rem;color: #fff; } .rule-box .vip-rule ul li { padding: 0.1rem 0; +} +/* index */ +.index-box { + background-color: #F5F5F5; +} + +.index-box .flexitem { + display: flex; + justify-content: flex-start; + align-items: center; +} + +.index-box .title { + display: flex; + height: .9rem; + width: 100%; + justify-content: space-between; + align-items: center; + background-color: #21B1EB; + color: white; + font-size: .28rem; +} +.index-box .title .logout{ + margin-left:.29rem; +} +.index-box .title .back div{ + margin-left: 5px; +} +.index-box .title img { + width: .3rem; + height: .3rem; +} +.index-box .title .content{ + font-size: .32rem;font-weight: 600; +} +.index-box .title .orderbox{ + margin-right:.29rem; +} +.index-box .title .orderbox div{ + margin-left: 5px; +} +.index-box .borderitem::after { + /* margin-left: .24rem; */ + height: 1px; + position: absolute; + z-index: 0; + bottom: 0; + left: 0; + content: ""; + width: 100%; + background-image: -webkit-linear-gradient(bottom, #ececec 50%, transparent 0); + background-image: linear-gradient(0deg, #ececec 50%, transparent 0); +} + +.index-box .shaddowbox { + background-color: #fff; + border-radius: .24rem; + box-shadow: 0px 0px 6px 0px rgba(89, 40, 8, 0.15); +} +.index-box .allitembox{ + padding: .3rem; +} +.index-box .allitembox .title-cell{ + font-size: .28rem;color:#292929;position: relative; +} +/* .index-box .allitembox .title-cell >div{ + +} */ +.index-box .allitembox .title-cell .borderitem{ + display: flex; justify-content: space-between;align-items:center;padding: 0 .3rem;line-height: .9rem; +} +.index-box .allitembox .aditem .adimg{ + height: 2.6rem;justify-content:center; +} +.index-box .allitembox .aditem .adimg img{ + width: 6.3rem;height: 2rem; +} +.index-box input { + background-color: #F5F5F5; +} +.index-box .maringtop3rem{ + margin-top: .3rem; +} +.index-box .title-name{ + font-size: .32rem; +} +.index-box .a9color{ + color: #A9A9A9; +} +.index-box .wh3rem{ + width: .3rem;height: .3rem; +} +.index-box .inputbox{ + color: #A9A9A9;width:calc(100% - 2rem);width:-webkit-calc(100% - 2rem);width:-moz-calc(100% - 2rem);height: .6rem;background-color: #F5F5F5;border-radius: .3rem; +} +.index-box .inputbox img{ + width:.4rem;height: .4rem;margin-left: .17rem; +} +.index-box .inputbox input{ + border: 0px;height: .6rem;font-size: .24rem;margin-left: .2rem;width:calc(100% - 1rem);width:-webkit-calc(100% - 1rem);width:-moz-calc(100% - 1rem); +} +.index-box .pay-button div{ + margin:auto;width:5.6rem;height:1.34rem;background:url('__IMG__/ssg/index/paybt.png') no-repeat top center/cover;color: #fff;text-align: center;line-height: 1.1rem;font-size: .32rem; +} +.index-box .gameitem{ + padding-top:.3rem ;justify-content: space-between; +} +.index-box .gameitem .gameimg{ + width: .7rem;height: .7rem; +} +.index-box .gamechoose{ + width: .3rem;height: .3rem; +} + +.index-box .gamenocheck{ + background:url('__IMG__/ssg/index/nocheck.png') no-repeat top center/100% 100%; +} +.index-box .gamecheck{ + background:url('__IMG__/ssg/index/check.png') no-repeat top center/100% 100%; } \ No newline at end of file