diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index ef01ecc77..67ba15d51 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -83,6 +83,10 @@ class SsgController extends BaseController { $this->display(); } + public function order(){ + $this->display(); + } + //流程 public function process(){ $this->display(); diff --git a/Application/Mobile/View/Ssg/index.html b/Application/Mobile/View/Ssg/index.html index 072f65722..9989b5573 100644 --- a/Application/Mobile/View/Ssg/index.html +++ b/Application/Mobile/View/Ssg/index.html @@ -12,7 +12,7 @@
至尊版购买 - 订单查询 + 订单查询
-
-
- 订单查询 -
- - + } + -
- - +
+ + \ No newline at end of file diff --git a/Public/Mobile/css/ssg/common.css b/Public/Mobile/css/ssg/common.css index 7004af514..84638bf04 100644 --- a/Public/Mobile/css/ssg/common.css +++ b/Public/Mobile/css/ssg/common.css @@ -105,7 +105,7 @@ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: # .install-box .word-list { padding-top: 0.05rem; } .install-box .word-list li { padding-left: 0.4rem; padding-right: 0.2rem; height: 0.25rem; line-height: 0.25rem; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABwSURBVChTlZBLDoAgDER7Ln4JuLWeynNxKHSvTJGFTRc6yUsIM/QDTSVfOPpcoyuH0M8hLOtjD/XLvQcvC3gSwisroGBUq4bxAhnM1rRh0D4Fsdyv1qwNA5bN8QWGKcCT0FRyeUOL6PIpjJFGJSK6AVGBjeVJmsLSAAAAAElFTkSuQmCC"); background-repeat: no-repeat; background-position: 0.23rem 0.1rem; background-size: 0.05rem 0.05rem; font-size: 0.14rem; } .install-box .word-list li b { font-weight: normal; color: #256dd9; } -.install-box .inner { height: 1.63rem; background-image: url("../img/box-bg2.png"); } +.install-box .inner { height: 1.63rem; background-image: url("__IMG__/ssg/box-bg2.png"); } .install-box .word-list li:first-child { height: 0.5rem; } .download-btn img { width: 100%; display: block; } @@ -217,7 +217,7 @@ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: # .order-search li dl dt { position: absolute; left: 0; top: 50%; margin-top: -0.275rem; } .order-search li dl dt img { display: block; width: 0.55rem; height: 0.55rem; } .order-search li dl .order-title { height: 0.75rem; line-height: 0.75rem; font-weight: bold; } -.order-search li dl .order-status { position: absolute; right: 0; top: 50%; margin-top: -0.265rem; width: 0.53rem; height: 0.53rem; background-image: url("../img/order-status.png"); background-repeat: no-repeat; background-size: 100%; } +.order-search li dl .order-status { position: absolute; right: 0; top: 50%; margin-top: -0.265rem; width: 0.53rem; height: 0.53rem; background-repeat: no-repeat; background-size: 100%; } .order-search li dl .order-pay { position: absolute; right: 0; top: 50%; margin-top: -0.265rem; width: 0.53rem; height: 0.53rem; background-repeat: no-repeat; background-size: 100%; margin: auto; } /*# sourceMappingURL=common.css.map */