ordernews.html 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0" />
  6. <meta name="apple-mobile-web-app-capable" content="yes" />
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  8. <title></title>
  9. <style>
  10. #head{
  11. background: #fff;
  12. padding: 0.9rem;
  13. overflow: hidden;
  14. border-top:1px solid #dbd6d6;
  15. border-bottom:1px solid #dbd6d6;
  16. margin-top: 0.6rem;
  17. }
  18. #head .btd{
  19. width:1.2rem;
  20. height:1rem;
  21. float:left;
  22. margin-top: 0.2rem;
  23. }
  24. #head span{
  25. font-size: 1rem;
  26. color: #282828;
  27. margin-left: 1.4rem;
  28. }
  29. #head .btn{
  30. float:right;
  31. width:1rem;
  32. height:1rem;
  33. margin-top: 0.2rem;
  34. }
  35. #change{
  36. background: #fff;
  37. padding: 0.9rem;
  38. overflow: hidden;
  39. margin-top: 0.6rem;
  40. border-top:1px solid #dbd6d6;
  41. border-bottom:1px solid #dbd6d6;
  42. }
  43. #change .btd{
  44. width:1.2rem;
  45. height:1rem;
  46. float:left;
  47. margin-top: 0.2rem;
  48. }
  49. #change span{
  50. font-size: 1rem;
  51. color: #282828;
  52. margin-left: 1.4rem;
  53. letter-spacing: 0.05rem;
  54. }
  55. #change .btn{
  56. float:right;
  57. width:1rem;
  58. height:1rem;
  59. margin-top: 0.2rem;
  60. }
  61. #wreaper {
  62. width: 100%;
  63. margin-top: 0.6rem;
  64. overflow: hidden;
  65. }
  66. #wreaper h3{
  67. font-size: 0.9rem;
  68. color: #808080;
  69. margin-left: 0.9rem;
  70. }
  71. #wreaper ul{
  72. border-top: 1px solid #dbd6d6;
  73. margin-top: 0.6rem;
  74. padding:0 0.9rem;
  75. background: white;
  76. }
  77. #wreaper li{
  78. background: #fff;
  79. overflow: hidden;
  80. border-bottom:1px solid #dbd6d6;
  81. padding:0.9rem 0;
  82. }
  83. #wreaper li img{
  84. float:left;
  85. width:4rem;
  86. height:4rem;
  87. }
  88. #wreaper li span{
  89. float: left;
  90. width: 14.8rem;
  91. margin: 0 0.6rem;
  92. font-size: 0.8rem;
  93. color: #1d1d1d;
  94. letter-spacing: 0.05rem;
  95. }
  96. #wreaper li .bored{
  97. float: right;
  98. width: 3.2rem;
  99. text-align: center;
  100. }
  101. #wreaper li .bored p{
  102. font-size:0.9rem;
  103. color:#767676;
  104. }
  105. #box{
  106. width: 100%;
  107. /* margin-top: 0.4rem; */
  108. /* border-bottom: 1px solid #dbd6d6; */
  109. padding: 0 0.9rem;
  110. background: white;
  111. }
  112. #box .mont{
  113. width:100%;
  114. padding:0.9rem 0;
  115. overflow: hidden;
  116. border-bottom:1px solid #dbd6d6;
  117. }
  118. #box p{
  119. float:left;
  120. font-size:0.9rem;
  121. color:#1d1d1d;
  122. }
  123. #box span{
  124. float: left;
  125. font-size: 0.9rem;
  126. color: #1d1d1d;
  127. margin-left: 11.5rem;
  128. }
  129. #box img{
  130. float:right;
  131. width:1rem;
  132. height:1rem;
  133. margin-top: 0.2rem;
  134. }
  135. #box .mont input{
  136. width: 18rem;
  137. margin-left: 2rem;
  138. border: none;
  139. }
  140. #box .mont .band{
  141. font-size: 0.9rem;
  142. margin-left: 10rem;
  143. }
  144. #box .mont .bant{
  145. font-size: 0.9rem;
  146. color: #f03d29;
  147. margin-left: 0;
  148. }
  149. #treatment{
  150. width:100%;
  151. margin-top:1rem;
  152. padding:1rem 0.9rem;
  153. border-top:1px solid #dbd6d6;
  154. border-bottom:1px solid #dbd6d6;
  155. overflow: hidden;
  156. background: white;
  157. }
  158. #treatment p{
  159. float:left;
  160. font-size:0.9rem;
  161. color:#1d1d1d;
  162. }
  163. #treatment span{
  164. float:right;
  165. font-size:0.9rem;
  166. color:#868686;
  167. }
  168. #treatment img{
  169. width: 1.6rem;
  170. height: 1.6rem;
  171. float: left;
  172. margin: 0 0 0 14rem;
  173. }
  174. #foot{
  175. width: 100%;
  176. margin-top: 2rem;
  177. overflow: hidden;
  178. }
  179. #foot .dent{
  180. overflow: hidden;
  181. width: 18rem;
  182. padding: 1rem 0.9rem;
  183. float: left;
  184. background: #fff;
  185. }
  186. #foot .dent p{
  187. font-size: 0.9rem;
  188. color: #8d8d8d;
  189. float: left;
  190. }
  191. #foot .dent span{
  192. font-size: 0.9rem;
  193. color: #f03d29;
  194. float: left;
  195. margin-left: 0.6rem;
  196. }
  197. #foot .fend{
  198. width: 7rem;
  199. float: right;
  200. background: #f03d29;
  201. padding: 1rem;
  202. text-align: center;
  203. color: #fff;
  204. border:none;
  205. }
  206. #bounces{
  207. width: 16rem;
  208. height: 10rem;
  209. border-radius: 1rem;
  210. background: #fff;
  211. position: fixed;
  212. top: 12rem;
  213. left: 5rem;
  214. text-align: center;
  215. display:none;
  216. }
  217. #bounces span{
  218. font-size: 1.2rem;
  219. color: #2d2d2d;
  220. border-bottom: 1px solid gray;
  221. width: 16rem;
  222. display: inline-block;
  223. padding: 2rem 0;
  224. }
  225. #bounces p{
  226. font-size: 1.2rem;
  227. color: #ef4d38;
  228. padding: 1rem 0;
  229. }
  230. #Multiselect{
  231. width:100%;
  232. position:fixed;
  233. top:0;
  234. display:none;
  235. }
  236. .Choice{
  237. background: #fff;
  238. overflow: hidden;
  239. padding: 1rem 0.9rem;
  240. border-bottom: 1px solid #f0f0f0;
  241. }
  242. .Choice .gend{
  243. float: left;
  244. width: 2.3rem;
  245. height: 2rem;
  246. margin-top: 0.8rem;
  247. }
  248. .Choice .gent{
  249. float: left;
  250. margin-left: 0.8rem;
  251. }
  252. .Choice .gent span{
  253. font-size: 0.9rem;
  254. color: #707070;
  255. letter-spacing: 0.05rem;
  256. }
  257. .Choice .gent .att{
  258. margin-left: 0.8rem;
  259. }
  260. .Choice .gent p{
  261. font-size: 0.9rem;
  262. color: #a3a3a3;
  263. margin-top: 0.2rem;
  264. letter-spacing: 0.05rem;
  265. }
  266. .Choice .genv{
  267. float: right;
  268. width: 1rem;
  269. height: 1rem;
  270. margin-top: 1.6rem;
  271. }
  272. </style>
  273. <script src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>
  274. <script src="/static/js/common.js"></script>
  275. <link href="/static/css/style.css" type="text/css" rel="stylesheet">
  276. </head>
  277. <body style="background:#f7f7f7">
  278. <!--<img src="images/1下订单信息--没有地址.jpg" style="" class="backg">-->
  279. <div id="head">
  280. <img src="/static/images/timg24.png" alt="" / class="btd">
  281. <span>快递配送</span>
  282. <img src="/static/images/timg26.png" alt="" / class="btn gtn ">
  283. </div>
  284. <div id="change">
  285. <img src="/static/images/timg28.png" alt="" / class="btd">
  286. <span>请选择收货地址和收货人</span>
  287. <img src="/static/images/右箭头.png" alt="" / class="btn ktn">
  288. </div>
  289. <div id="wreaper">
  290. <h3>商品信息</h3>
  291. <ul>
  292. <li>
  293. <img src="/static/images/timg2.png" alt="" />
  294. <span>医用重组人源胶原蛋白功能敷料(凝胶型) 30g/瓶</span>
  295. <div class="bored">
  296. <p>¥<em>46.00</em></p>
  297. <p>x<em>1</em></p>
  298. </div>
  299. </li>
  300. <li>
  301. <img src="/static/images/timg2.png" alt="" />
  302. <span>医用重组人源胶原蛋白功能敷料(凝胶型) 30g/瓶</span>
  303. <div class="bored">
  304. <p>¥<em>46.00</em></p>
  305. <p>x<em>1</em></p>
  306. </div>
  307. </li>
  308. </ul>
  309. </div>
  310. <div id="box">
  311. <div class="mont">
  312. <p>配送方式</p>
  313. <span>默认快递¥<em>12.00</em></span>
  314. <img src="/static/images/右箭头.png" alt="" / class="btn">
  315. </div>
  316. <div class="mont">
  317. <p>备注</p>
  318. <input type="text" / placeholder="点击这里输入您的备注(选填)">
  319. </div>
  320. <div class="mont">
  321. <span class="band">共<em>2</em>件商品,</span>
  322. <span class="bant">订单金额¥ <em>113.00</em></span>
  323. </div>
  324. </div>
  325. <div id="treatment">
  326. <p>优惠劵</p>
  327. <span>无优惠劵可用</span>
  328. </div>
  329. <div id="treatment">
  330. <p>支付方式</p>
  331. <img src="/static/images/timg28.png29.png" alt="" />
  332. <p style="float:right">微信支付</p>
  333. </div>
  334. <div id="foot">
  335. <div class="dent">
  336. <p>应付金额:</p>
  337. <span>¥<em>113.00</em></span>
  338. </div>
  339. <input type="button" / value="确认支付" class="fend">
  340. </div>
  341. <div id="bounces">
  342. <span>您还没有选择地址</span>
  343. <p>确定</p>
  344. </div>
  345. </body>
  346. <script>
  347. $(function(){
  348. $(".fend").click(function(){
  349. $("#bounces").show();
  350. })
  351. $("#bounces p").click(function(){
  352. $("#bounces").hide();
  353. })
  354. //替换图片
  355. $("#head .gtn").click(function(){
  356. $("#head .gtn").attr("src","images/timg27.png");
  357. })
  358. //选择地址
  359. $("#change .ktn").click(function(){
  360. $("#Multiselect").show();
  361. })
  362. })
  363. </script>
  364. </html>