Commit bba581b59655ea8fdae5d318c96138bcf6b5a9d2
Committed by
Gerrit Code Review
Merge "done" into dev
Showing
15 changed files
with
1190 additions
and
4 deletions
2.0/infolist.html
0 → 100644
1 | +<!DOCTYPE html> | |
2 | +<html lang="en"> | |
3 | + <head> | |
4 | + <meta charset="UTF-8"> | |
5 | + <meta name="format-detection" content="telephone=no" /> | |
6 | + <meta name="msapplication-tap-highlight" content="no" /> | |
7 | + <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --> | |
8 | + <!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> --> | |
9 | + <meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport" /> | |
10 | + <title>我的信息管理</title> | |
11 | + <link rel="stylesheet" href="../css/style/common.css"> | |
12 | + <link rel="stylesheet" href="../css/style/infolist.css"> | |
13 | + <!-- base seajs --> | |
14 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script> | |
15 | + <!-- base jquery --> | |
16 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script> | |
17 | + </head> | |
18 | + <body> | |
19 | + <div data-role="page" id="infolist"> | |
20 | + <header class="m-header header-light"> | |
21 | + <div class="head"> | |
22 | + <a href="#" class="lt-bar"><i class="m-icon icon-back white"></i></a> | |
23 | + <ul class="m-segment"> | |
24 | + <li class="on"><a href="#" data-ajax="false" class="text">供应</a></li> | |
25 | + <li><a href="#" data-ajax="false" class="text">求购</a></li> | |
26 | + <li><a href="#" data-ajax="false" class="text">预售</a></li> | |
27 | + </ul> | |
28 | + <a href="#" class="rt-bar text btn-edit">编辑</a> | |
29 | + </div> | |
30 | + </header> | |
31 | + | |
32 | + <ul class="m-tab status"> | |
33 | + <li class="on"><a href="javascript:;" data-ajax="false">全部</a></li> | |
34 | + <li><a href="javascript:;" data-ajax="false">进行中</a></li> | |
35 | + <li><a href="javascript:;" data-ajax="false">已过期</a></li> | |
36 | + <li><a href="javascript:;" data-ajax="false">审核失败</a></li> | |
37 | + </ul> | |
38 | + | |
39 | + <div class="pusher-panel padding10"> | |
40 | + <div class="column"> | |
41 | + <p class="name">东白萝卜</p> | |
42 | + <a href="#" class="status-label"> | |
43 | + 进行中 | |
44 | + </a> | |
45 | + <div class="field price"> | |
46 | + <span class="key">价格:</span><span class="value">0.8元/斤</span> | |
47 | + </div> | |
48 | + <div class="advice"> | |
49 | + 有机花菜近期行情不错,进行中,销量大,建议卖... | |
50 | + </div> | |
51 | + <hr> | |
52 | + <div class="clearfix bottom-row"> | |
53 | + <span class="addr">河北张家口北县</span> | |
54 | + <span class="time">3个小时前</span> | |
55 | + </div> | |
56 | + </div> | |
57 | + | |
58 | + <div class="column"> | |
59 | + <p class="name">东白萝卜</p> | |
60 | + <a href="#" class="status-label status-err"> | |
61 | + 审核失败 | |
62 | + </a> | |
63 | + <div class="field price"> | |
64 | + <span class="key">上市日期:</span><span class="value">7月-8月上市</span> | |
65 | + </div> | |
66 | + <div class="advice"> | |
67 | + 有机花菜近期行情不错,进行中,销量大,建议卖... | |
68 | + </div> | |
69 | + <hr> | |
70 | + <div class="clearfix bottom-row"> | |
71 | + <span class="addr">河北张家口北县</span> | |
72 | + <span class="time">3个小时前</span> | |
73 | + </div> | |
74 | + </div> | |
75 | + </div> | |
76 | + </div> | |
77 | + </body> | |
78 | +</html> | |
0 | 79 | \ No newline at end of file | ... | ... |
2.0/infolist_edit.html
0 → 100644
1 | +<!DOCTYPE html> | |
2 | +<html lang="en"> | |
3 | + <head> | |
4 | + <meta charset="UTF-8"> | |
5 | + <meta name="format-detection" content="telephone=no" /> | |
6 | + <meta name="msapplication-tap-highlight" content="no" /> | |
7 | + <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --> | |
8 | + <!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> --> | |
9 | + <meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport" /> | |
10 | + <title>我的信息管理</title> | |
11 | + <link rel="stylesheet" href="../css/style/common.css"> | |
12 | + <link rel="stylesheet" href="../css/style/infolist.css"> | |
13 | + <!-- base seajs --> | |
14 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script> | |
15 | + <!-- base jquery --> | |
16 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script> | |
17 | + </head> | |
18 | + <body> | |
19 | + <div data-role="page" id="infolist" class="panel-open"> | |
20 | + <header class="m-header header-light"> | |
21 | + <div class="head"> | |
22 | + <a href="#" class="lt-bar"><i class="m-icon icon-back white"></i></a> | |
23 | + <ul class="m-segment"> | |
24 | + <li class="on"><a href="#" data-ajax="false" class="text">供应</a></li> | |
25 | + <li><a href="#" data-ajax="false" class="text">求购</a></li> | |
26 | + <li><a href="#" data-ajax="false" class="text">预售</a></li> | |
27 | + </ul> | |
28 | + <a href="#" class="rt-bar text btn-edit">完成</a> | |
29 | + </div> | |
30 | + </header> | |
31 | + | |
32 | + <ul class="m-tab status"> | |
33 | + <li class="on"><a href="javascript:;" data-ajax="false">全部</a></li> | |
34 | + <li><a href="javascript:;" data-ajax="false">进行中</a></li> | |
35 | + <li><a href="javascript:;" data-ajax="false">已过期</a></li> | |
36 | + <li><a href="javascript:;" data-ajax="false">审核失败</a></li> | |
37 | + </ul> | |
38 | + | |
39 | + <div class="selects-panel"> | |
40 | + <div class="s-one"> | |
41 | + <input type="checkbox" class="m-radio"> | |
42 | + </div> | |
43 | + <div class="s-one"> | |
44 | + <input type="checkbox" class="m-radio"> | |
45 | + </div> | |
46 | + <div class="s-one"> | |
47 | + <input type="checkbox" class="m-radio"> | |
48 | + </div> | |
49 | + </div> | |
50 | + <div class="pusher-panel padding10"> | |
51 | + <div class="column"> | |
52 | + <p class="name">东白萝卜</p> | |
53 | + <a href="#" class="status-label"> | |
54 | + 进行中 | |
55 | + </a> | |
56 | + <div class="field price"> | |
57 | + <span class="key">价格:</span><span class="value">0.8元/斤</span> | |
58 | + </div> | |
59 | + <div class="advice"> | |
60 | + 有机花菜近期行情不错,进行中,销量大,建议卖... | |
61 | + </div> | |
62 | + <hr> | |
63 | + <div class="clearfix bottom-row"> | |
64 | + <span class="addr">河北张家口北县</span> | |
65 | + <span class="time">3个小时前</span> | |
66 | + </div> | |
67 | + </div> | |
68 | + | |
69 | + <div class="column"> | |
70 | + <p class="name">东白萝卜</p> | |
71 | + <a href="#" class="status-label status-err"> | |
72 | + 审核失败 | |
73 | + </a> | |
74 | + <div class="field price"> | |
75 | + <span class="key">上市日期:</span><span class="value">7月-8月上市</span> | |
76 | + </div> | |
77 | + <div class="advice"> | |
78 | + 有机花菜近期行情不错,进行中,销量大,建议卖... | |
79 | + </div> | |
80 | + <hr> | |
81 | + <div class="clearfix bottom-row"> | |
82 | + <span class="addr">河北张家口北县</span> | |
83 | + <span class="time">3个小时前</span> | |
84 | + </div> | |
85 | + </div> | |
86 | + | |
87 | + <div class="column"> | |
88 | + <p class="name">东白萝卜</p> | |
89 | + <a href="#" class="status-label status-err"> | |
90 | + 审核失败 | |
91 | + </a> | |
92 | + <div class="field price"> | |
93 | + <span class="key">上市日期:</span><span class="value">7月-8月上市</span> | |
94 | + </div> | |
95 | + <div class="advice"> | |
96 | + 有机花菜近期行情不错,进行中,销量大,建议卖... | |
97 | + </div> | |
98 | + <hr> | |
99 | + <div class="clearfix bottom-row"> | |
100 | + <span class="addr">河北张家口北县</span> | |
101 | + <span class="time">3个小时前</span> | |
102 | + </div> | |
103 | + </div> | |
104 | + </div> | |
105 | + | |
106 | + <footer class="m-footer"> | |
107 | + <a href="#" class="btn-cancel ">取消</a><a href="#" class="btn-ok ">立即删除</a> | |
108 | + </footer> | |
109 | + </div> | |
110 | + </body> | |
111 | +</html> | |
0 | 112 | \ No newline at end of file | ... | ... |
2.0/storedetail.html
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | <h1>店铺详情</h1> |
24 | 24 | </div> |
25 | 25 | </header> |
26 | - <section class="m-content" data-id="2738"> | |
26 | + <section class="m-content"> | |
27 | 27 | <div class="top"> |
28 | 28 | <div class="shop"> |
29 | 29 | <a class="display-block" href="#"> |
... | ... | @@ -48,7 +48,7 @@ |
48 | 48 | <div class="user-tools"> |
49 | 49 | <ul class="clearfix"> |
50 | 50 | <li> |
51 | - <a href="#" id="favShop" data-id="2738"> | |
51 | + <a href="#"> | |
52 | 52 | <span class="m-icon icon-wsc white"></span> |
53 | 53 | <span>收藏店铺</span> |
54 | 54 | </a> | ... | ... |
2.0/transitstore.html
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | <h1>物流店铺</h1> |
24 | 24 | </div> |
25 | 25 | </header> |
26 | - <section class="m-content" data-id="2738"> | |
26 | + <section class="m-content"> | |
27 | 27 | <div class="top"> |
28 | 28 | <div class="shop"> |
29 | 29 | <a class="display-block" href="#"> |
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <div class="user-tools"> |
45 | 45 | <ul class="clearfix"> |
46 | 46 | <li> |
47 | - <a href="#" id="favShop" data-id="2738"> | |
47 | + <a href="#" > | |
48 | 48 | <span class="m-icon icon-wsc white"></span> |
49 | 49 | <span>收藏店铺</span> |
50 | 50 | </a> | ... | ... |
2.0/transitstorelinks.html
0 → 100644
1 | +<!DOCTYPE html> | |
2 | +<html lang="en"> | |
3 | + <head> | |
4 | + <meta charset="UTF-8"> | |
5 | + <meta name="format-detection" content="telephone=no" /> | |
6 | + <meta name="msapplication-tap-highlight" content="no" /> | |
7 | + <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --> | |
8 | + <!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> --> | |
9 | + <meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport" /> | |
10 | + <title>物流店铺-运输线路</title> | |
11 | + <link rel="stylesheet" href="../css/style/common.css"> | |
12 | + <link rel="stylesheet" href="../css/style/transitstore.css"> | |
13 | + <!-- base seajs --> | |
14 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script> | |
15 | + <!-- base jquery --> | |
16 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script> | |
17 | + </head> | |
18 | + <body> | |
19 | + <div data-role="page" id="transitstorelinks"> | |
20 | + <header class="m-header header-light"> | |
21 | + <div class="head"> | |
22 | + <a href="#" class="lt-bar"><i class="m-icon icon-back"></i></a> | |
23 | + <h1>运输线路</h1> | |
24 | + </div> | |
25 | + </header> | |
26 | + <section class="m-content"> | |
27 | + <div class="m-table-view"> | |
28 | + <ul> | |
29 | + <li class="cell"><a href="">乌鲁木齐-齐齐哈尔</a></li> | |
30 | + <li class="cell"><a href="">乌鲁木齐-北京</a></li> | |
31 | + <li class="cell"><a href="">乌鲁木齐-成都</a></li> | |
32 | + </ul> | |
33 | + </div> | |
34 | + </section> | |
35 | + </div> | |
36 | + </body> | |
37 | +</html> | |
0 | 38 | \ No newline at end of file | ... | ... |
2.0/trucklist.html
0 → 100644
1 | +<!DOCTYPE html> | |
2 | +<html lang="en"> | |
3 | + <head> | |
4 | + <meta charset="UTF-8"> | |
5 | + <meta name="format-detection" content="telephone=no" /> | |
6 | + <meta name="msapplication-tap-highlight" content="no" /> | |
7 | + <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --> | |
8 | + <!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> --> | |
9 | + <meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport" /> | |
10 | + <title>车辆信息</title> | |
11 | + <link rel="stylesheet" href="../css/style/common.css"> | |
12 | + <link rel="stylesheet" href="../css/style/trucklist.css"> | |
13 | + <!-- base seajs --> | |
14 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script> | |
15 | + <!-- base jquery --> | |
16 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script> | |
17 | + </head> | |
18 | + <body> | |
19 | + <div data-role="page" id="trucklist"> | |
20 | + <header class="m-header header-light"> | |
21 | + <div class="head"> | |
22 | + <a href="#" class="lt-bar"><i class="m-icon icon-back"></i></a> | |
23 | + <h1>车辆信息</h1> | |
24 | + </div> | |
25 | + </header> | |
26 | + <section class="m-content"> | |
27 | + <ul class="m-tab"> | |
28 | + <li class="on" ><a href="javascript:;" data-ajax="false">全部</a></li> | |
29 | + <li ><a href="javascript:;" data-ajax="false">挂车</a></li> | |
30 | + <li ><a href="javascript:;" data-ajax="false">箱车</a></li> | |
31 | + <li ><a href="javascript:;" data-ajax="false">面包车</a></li> | |
32 | + </ul> | |
33 | + | |
34 | + <div class="padding10"> | |
35 | + <div class="column"> | |
36 | + <i class="m-icon icon-rz trunk-label"></i> | |
37 | + <p class="name">箱货车 川A8800</p> | |
38 | + <div class="row clearfix"> | |
39 | + <div class="span6"> | |
40 | + <span class="key">载重:</span> | |
41 | + <span class="value">1.2吨</span> | |
42 | + </div> | |
43 | + <div class="span6"> | |
44 | + <span class="key">车长:</span> | |
45 | + <span class="value">1.5米</span> | |
46 | + </div> | |
47 | + </div> | |
48 | + </div> | |
49 | + | |
50 | + <div class="column"> | |
51 | + <i class="m-icon icon-rz trunk-label"></i> | |
52 | + <p class="name">箱货车 川A8800</p> | |
53 | + <div class="row clearfix"> | |
54 | + <div class="span6"> | |
55 | + <span class="key">载重:</span> | |
56 | + <span class="value">1.2吨</span> | |
57 | + </div> | |
58 | + <div class="span6"> | |
59 | + <span class="key">车长:</span> | |
60 | + <span class="value">1.5米</span> | |
61 | + </div> | |
62 | + </div> | |
63 | + </div> | |
64 | + | |
65 | + <div class="column"> | |
66 | + <i class="m-icon icon-rz trunk-label"></i> | |
67 | + <p class="name">箱货车 川A8800</p> | |
68 | + <div class="row clearfix"> | |
69 | + <div class="span6"> | |
70 | + <span class="key">载重:</span> | |
71 | + <span class="value">1.2吨</span> | |
72 | + </div> | |
73 | + <div class="span6"> | |
74 | + <span class="key">车长:</span> | |
75 | + <span class="value">1.5米</span> | |
76 | + </div> | |
77 | + </div> | |
78 | + </div> | |
79 | + | |
80 | + <div class="column"> | |
81 | + <i class="m-icon icon-rz trunk-label"></i> | |
82 | + <p class="name">箱货车 川A8800</p> | |
83 | + <div class="row clearfix"> | |
84 | + <div class="span6"> | |
85 | + <span class="key">载重:</span> | |
86 | + <span class="value">1.2吨</span> | |
87 | + </div> | |
88 | + <div class="span6"> | |
89 | + <span class="key">车长:</span> | |
90 | + <span class="value">1.5米</span> | |
91 | + </div> | |
92 | + </div> | |
93 | + </div> | |
94 | + </div> | |
95 | + </section> | |
96 | + </div> | |
97 | + </body> | |
98 | +</html> | |
0 | 99 | \ No newline at end of file | ... | ... |
2.0/userhome.html
0 → 100644
1 | +<!DOCTYPE html> | |
2 | +<html lang="en"> | |
3 | + <head> | |
4 | + <meta charset="UTF-8"> | |
5 | + <meta name="format-detection" content="telephone=no" /> | |
6 | + <meta name="msapplication-tap-highlight" content="no" /> | |
7 | + <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --> | |
8 | + <!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> --> | |
9 | + <meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport" /> | |
10 | + <title>个人中心</title> | |
11 | + <link rel="stylesheet" href="../css/style/common.css"> | |
12 | + <link rel="stylesheet" href="../css/style/userhome.css"> | |
13 | + <!-- base seajs --> | |
14 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script> | |
15 | + <!-- base jquery --> | |
16 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script> | |
17 | + </head> | |
18 | + <body> | |
19 | + <div data-role="page" id="userhome"> | |
20 | + <header class="m-header header-light"> | |
21 | + <div class="head"> | |
22 | + <h1>个人中心</h1> | |
23 | + </div> | |
24 | + </header> | |
25 | + <div class="user-info clearfix"> | |
26 | + <a href="#" class="user-login" style="display: block;"> | |
27 | + <img src="http://static.nong12.com/static/newStatic/pnrWap/images/t-default.png"> | |
28 | + <div class="msg"><p>liqiuyan002ghh</p><span>13300000001</span></div><span class="m-icon icon-more-white"></span></a> | |
29 | + </div> | |
30 | + | |
31 | + | |
32 | + <div class="user-po"> | |
33 | + <div class="m-table-view"> | |
34 | + <ul> | |
35 | + <li class="cell"><a href="#"> | |
36 | + <h3 class="title"><i class="m-icon icon-ddgl"></i> <span>订单管理</span></h3> | |
37 | + <span class="text cont all"> 查看全部</span><span class="m-icon icon-more text"></span></a> | |
38 | + </li> | |
39 | + </ul> | |
40 | + </div> | |
41 | + | |
42 | + <div class="po-list"> | |
43 | + <ul class="clearfix"> | |
44 | + <li> | |
45 | + <a href="/order/shopped_list.do?orderState=10"> | |
46 | + <span>0</span> | |
47 | + <p>待付款</p> | |
48 | + </a> | |
49 | + </li> | |
50 | + <li> | |
51 | + <a href="/order/shopped_list.do?orderState=45"> | |
52 | + <span>0</span> | |
53 | + <p>待收货</p> | |
54 | + </a> | |
55 | + </li> | |
56 | + <li> | |
57 | + <a href="/order/shopped_list.do?orderState=40"> | |
58 | + <span>2</span> | |
59 | + <p>待提货</p> | |
60 | + </a> | |
61 | + </li> | |
62 | + <li> | |
63 | + <a href="/order/shopped_list.do?orderState=50"> | |
64 | + <span>303</span> | |
65 | + <p>交易完成</p> | |
66 | + </a> | |
67 | + </li> | |
68 | + </ul> | |
69 | + </div> | |
70 | + </div> | |
71 | + | |
72 | + <div class="m-table-view"> | |
73 | + <ul> | |
74 | + <li class="cell"> | |
75 | + <a href="#"> | |
76 | + <h3 class="title"> | |
77 | + <i class="m-icon icon-szgl"></i> | |
78 | + <span>赊账管理</span></h3> | |
79 | + <span class="m-icon icon-more text"></span> | |
80 | + </a> | |
81 | + </li> | |
82 | + <li class="cell"> | |
83 | + <a href="#"> | |
84 | + <h3 class="title"> | |
85 | + <i class="m-icon icon-tkgl"></i> | |
86 | + <span>退款管理</span></h3> | |
87 | + <span class="m-icon icon-more text"></span> | |
88 | + </a> | |
89 | + </li> | |
90 | + <li class="cell"> | |
91 | + <a href="#"> | |
92 | + <h3 class="title"> | |
93 | + <i class="m-icon icon-xxgl"></i> | |
94 | + <span>我的信息管理</span></h3> | |
95 | + <span class="m-icon icon-more text"></span> | |
96 | + </a> | |
97 | + </li> | |
98 | + <li class="cell"> | |
99 | + <a href="#"> | |
100 | + <h3 class="title"> | |
101 | + <i class="m-icon icon-wdsc"></i> | |
102 | + <span>我的收藏</span></h3> | |
103 | + <span class="m-icon icon-more text"></span> | |
104 | + </a> | |
105 | + </li> | |
106 | + </ul> | |
107 | + </div> | |
108 | + | |
109 | + <a href="#logoutActionSheet" data-popup="" class="logout-btn font-red">退出我的账户</a> | |
110 | + </div> | |
111 | + </body> | |
112 | +</html> | |
0 | 113 | \ No newline at end of file | ... | ... |
css/style/infolist.css
0 → 100644
1 | +#infolist { | |
2 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
3 | + position: relative; | |
4 | +} | |
5 | +#infolist .m-segment { | |
6 | + border-right: 1px solid #23ac38; | |
7 | + display: inline-block; | |
8 | + margin-top: 7px; | |
9 | +} | |
10 | +#infolist .m-segment li { | |
11 | + width: auto; | |
12 | + border-radius: 0px; | |
13 | + border: 1px solid #23ac38; | |
14 | + border-right: 0px solid #ccc; | |
15 | +} | |
16 | +#infolist .m-segment li a { | |
17 | + width: 65px; | |
18 | + height: 30px; | |
19 | + line-height: 30px; | |
20 | + color: #666; | |
21 | +} | |
22 | +#infolist .m-segment li.on { | |
23 | + background-color: #23ac38; | |
24 | +} | |
25 | +#infolist .m-segment li.on a { | |
26 | + color: #fff; | |
27 | +} | |
28 | +#infolist .btn-edit { | |
29 | + font-size: 16px; | |
30 | +} | |
31 | +#infolist .status li { | |
32 | + padding-right: 0px; | |
33 | + width: 25%; | |
34 | +} | |
35 | +#infolist .padding10 { | |
36 | + padding: 10px; | |
37 | + padding-top: 0px; | |
38 | +} | |
39 | +#infolist .pusher-panel { | |
40 | + position: relative; | |
41 | + left: 0; | |
42 | + z-index: 1; | |
43 | + height: 100%; | |
44 | + -webkit-transition: -webkit-transform 0.5s; | |
45 | + transition: transform 0.5s; | |
46 | +} | |
47 | +#infolist .selects-panel { | |
48 | + position: absolute; | |
49 | + top: 85px; | |
50 | + left: 0; | |
51 | + z-index: 0; | |
52 | + visibility: hidden; | |
53 | + width: 60px; | |
54 | + height: 100%; | |
55 | + background: transparent; | |
56 | + -webkit-transition: all 0.5s; | |
57 | + transition: all 0.5s; | |
58 | +} | |
59 | +#infolist .selects-panel .s-one { | |
60 | + margin-top: 10px; | |
61 | + line-height: 125px; | |
62 | + text-align: center; | |
63 | +} | |
64 | +#infolist .column { | |
65 | + margin-top: 10px; | |
66 | + padding: 10px; | |
67 | + border: 1px solid #ddd; | |
68 | + background: #fff; | |
69 | + position: relative; | |
70 | +} | |
71 | +#infolist .column .name { | |
72 | + font-size: 16px; | |
73 | + color: #333; | |
74 | + line-height: 30px; | |
75 | +} | |
76 | +#infolist .column .status-label { | |
77 | + font-size: 14px; | |
78 | + color: #999; | |
79 | + position: absolute; | |
80 | + top: 15px; | |
81 | + right: 15px; | |
82 | + line-height: 30px; | |
83 | +} | |
84 | +#infolist .column .status-err { | |
85 | + color: #fa4535; | |
86 | +} | |
87 | +#infolist .column .field { | |
88 | + font-size: 14px; | |
89 | + color: #999; | |
90 | +} | |
91 | +#infolist .column .field .value { | |
92 | + color: #fa4535; | |
93 | +} | |
94 | +#infolist .column .advice { | |
95 | + font-size: 14px; | |
96 | + color: #999; | |
97 | +} | |
98 | +#infolist .column hr { | |
99 | + border: 0px solid #ddd; | |
100 | + border-top: 1px solid #ddd; | |
101 | +} | |
102 | +#infolist .column .bottom-row span { | |
103 | + line-height: 30px; | |
104 | + font-size: 14px; | |
105 | + color: #999; | |
106 | +} | |
107 | +#infolist .column .bottom-row .time { | |
108 | + float: right; | |
109 | +} | |
110 | +#infolist .m-footer { | |
111 | + padding: 0px; | |
112 | + height: 0px; | |
113 | + overflow: hidden; | |
114 | + -webkit-transition: height 0.3s; | |
115 | + transition: height 0.3s; | |
116 | +} | |
117 | +#infolist .m-footer a { | |
118 | + display: inline-block; | |
119 | + height: 50px; | |
120 | + line-height: 50px; | |
121 | + width: 50%; | |
122 | + text-align: center; | |
123 | + font-size: 16px; | |
124 | + color: #666; | |
125 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
126 | + font-weight: lighter; | |
127 | +} | |
128 | +#infolist .m-footer .btn-ok { | |
129 | + color: #fff; | |
130 | + background: #fa4535; | |
131 | +} | |
132 | +#infolist .m-footer .btn-cancel { | |
133 | + color: #666; | |
134 | + background: #fff; | |
135 | +} | |
136 | +#infolist.panel-open .pusher-panel { | |
137 | + -webkit-transform: translate3d(50px, 0, 0); | |
138 | + transform: translate3d(50px, 0, 0); | |
139 | +} | |
140 | +#infolist.panel-open .selects-panel { | |
141 | + visibility: visible ; | |
142 | + -webkit-transition: -webkit-transform 0.5s; | |
143 | + transition: transform 0.5s; | |
144 | +} | |
145 | +#infolist.panel-open .m-footer { | |
146 | + position: fixed; | |
147 | + display: block; | |
148 | + z-index: 9; | |
149 | + height: 50px; | |
150 | +} | ... | ... |
css/style/infolist.less
0 → 100644
1 | +#infolist{ | |
2 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
3 | + position:relative; | |
4 | + .m-segment{ | |
5 | + border-right:1px solid #23ac38; | |
6 | + display: inline-block; | |
7 | + margin-top:7px; | |
8 | + } | |
9 | + .m-segment li{ | |
10 | + width:auto; | |
11 | + border-radius:0px; | |
12 | + border:1px solid #23ac38; | |
13 | + border-right:0px solid #ccc; | |
14 | + } | |
15 | + .m-segment li a{ | |
16 | + width:65px; | |
17 | + height:30px; | |
18 | + line-height:30px; | |
19 | + color:#666; | |
20 | + } | |
21 | + .m-segment li.on{ | |
22 | + background-color:#23ac38; | |
23 | + } | |
24 | + .m-segment li.on a{ | |
25 | + color:#fff; | |
26 | + } | |
27 | + | |
28 | + .btn-edit{ | |
29 | + font-size:16px; | |
30 | + } | |
31 | + .status{ | |
32 | + li{ | |
33 | + padding-right:0px; | |
34 | + width:25%; | |
35 | + } | |
36 | + } | |
37 | + | |
38 | + .padding10{ | |
39 | + padding:10px; | |
40 | + padding-top: 0px; | |
41 | + } | |
42 | + .pusher-panel{ | |
43 | + position: relative; | |
44 | + left: 0; | |
45 | + z-index: 1; | |
46 | + height: 100%; | |
47 | + -webkit-transition: -webkit-transform 0.5s; | |
48 | + transition: transform 0.5s; | |
49 | + } | |
50 | + .selects-panel{ | |
51 | + position: absolute; | |
52 | + top: 85px; | |
53 | + left: 0; | |
54 | + z-index:0; | |
55 | + visibility:hidden; | |
56 | + width: 60px; | |
57 | + height: 100%; | |
58 | + background:transparent; | |
59 | + -webkit-transition: all 0.5s; | |
60 | + transition: all 0.5s; | |
61 | + .s-one{ | |
62 | + margin-top:10px; | |
63 | + line-height:125px; | |
64 | + text-align:center; | |
65 | + } | |
66 | + } | |
67 | + | |
68 | + .column{ | |
69 | + margin-top:10px; | |
70 | + padding:10px; | |
71 | + border:1px solid #ddd; | |
72 | + background: #fff; | |
73 | + position: relative; | |
74 | + | |
75 | + .name{ | |
76 | + font-size:16px; | |
77 | + color:#333; | |
78 | + line-height:30px; | |
79 | + } | |
80 | + .status-label{ | |
81 | + font-size: 14px; | |
82 | + color:#999; | |
83 | + position: absolute; | |
84 | + top:15px; | |
85 | + right:15px; | |
86 | + line-height:30px; | |
87 | + } | |
88 | + .status-err{ | |
89 | + color:#fa4535; | |
90 | + } | |
91 | + .field{ | |
92 | + font-size:14px; | |
93 | + color:#999; | |
94 | + .value{ | |
95 | + color:#fa4535; | |
96 | + } | |
97 | + } | |
98 | + .advice{ | |
99 | + font-size:14px; | |
100 | + color:#999; | |
101 | + } | |
102 | + hr{ | |
103 | + border:0px solid #ddd; | |
104 | + border-top:1px solid #ddd; | |
105 | + } | |
106 | + | |
107 | + .bottom-row span{ | |
108 | + line-height:30px; | |
109 | + font-size:14px; | |
110 | + color:#999; | |
111 | + } | |
112 | + .bottom-row .time{ | |
113 | + float:right; | |
114 | + } | |
115 | + } | |
116 | + | |
117 | + .m-footer{ | |
118 | + padding:0px; | |
119 | + height:0px; | |
120 | + overflow:hidden; | |
121 | + -webkit-transition: height 0.3s; | |
122 | + transition: height 0.3s; | |
123 | + } | |
124 | + .m-footer a{ | |
125 | + display:inline-block; | |
126 | + height:50px; | |
127 | + line-height:50px; | |
128 | + width:50%; | |
129 | + text-align:center; | |
130 | + font-size: 16px; | |
131 | + color:#666; | |
132 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
133 | + font-weight:lighter; | |
134 | + } | |
135 | + .m-footer .btn-ok{ | |
136 | + color:#fff; | |
137 | + background: #fa4535; | |
138 | + } | |
139 | + .m-footer .btn-cancel{ | |
140 | + color:#666; | |
141 | + background:#fff; | |
142 | + } | |
143 | +} | |
144 | + | |
145 | +#infolist.panel-open{ | |
146 | + .pusher-panel{ | |
147 | + -webkit-transform: translate3d(50px, 0, 0); | |
148 | + transform: translate3d(50px, 0, 0); | |
149 | + } | |
150 | + | |
151 | + .selects-panel{ | |
152 | + visibility: visible ; | |
153 | + -webkit-transition: -webkit-transform 0.5s; | |
154 | + transition: transform 0.5s; | |
155 | + } | |
156 | + | |
157 | + .m-footer{ | |
158 | + position:fixed; | |
159 | + display:block; | |
160 | + z-index:9; | |
161 | + height:50px; | |
162 | + } | |
163 | +} | |
0 | 164 | \ No newline at end of file | ... | ... |
css/style/transitstore.css
1 | 1 | #transitstore { |
2 | 2 | font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; |
3 | 3 | } |
4 | +#transitstore .m-content { | |
5 | + padding-bottom: 10px; | |
6 | +} | |
4 | 7 | #transitstore .bg-img { |
5 | 8 | background: url(../../images/icon/icon.png) no-repeat; |
6 | 9 | background-size: 150px; |
... | ... | @@ -121,3 +124,17 @@ |
121 | 124 | font-size: 14px; |
122 | 125 | color: #666; |
123 | 126 | } |
127 | +#transitstorelinks { | |
128 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
129 | +} | |
130 | +#transitstorelinks .m-table-view .cell { | |
131 | + text-align: left; | |
132 | + height: 50px; | |
133 | + line-height: 50px; | |
134 | + padding: 0 15px; | |
135 | +} | |
136 | +#transitstorelinks .m-table-view .cell a { | |
137 | + font-size: 15px; | |
138 | + color: #333; | |
139 | + text-align: left; | |
140 | +} | ... | ... |
css/style/transitstore.less
1 | 1 | #transitstore{ |
2 | 2 | font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; |
3 | + .m-content{ | |
4 | + padding-bottom:10px; | |
5 | + } | |
3 | 6 | .bg-img { |
4 | 7 | background: url(../../images/icon/icon.png)no-repeat; |
5 | 8 | background-size: 150px |
... | ... | @@ -135,4 +138,21 @@ |
135 | 138 | color:#666; |
136 | 139 | } |
137 | 140 | } |
141 | +} | |
142 | + | |
143 | +#transitstorelinks{ | |
144 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
145 | + .m-table-view{ | |
146 | + .cell{ | |
147 | + text-align:left; | |
148 | + height:50px; | |
149 | + line-height:50px; | |
150 | + padding:0 15px; | |
151 | + } | |
152 | + .cell a{ | |
153 | + font-size:15px; | |
154 | + color:#333; | |
155 | + text-align:left; | |
156 | + } | |
157 | + } | |
138 | 158 | } |
139 | 159 | \ No newline at end of file | ... | ... |
css/style/trucklist.css
0 → 100644
1 | +#trucklist { | |
2 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
3 | +} | |
4 | +#trucklist .padding10 { | |
5 | + padding: 0 10px; | |
6 | + padding-bottom: 10px; | |
7 | +} | |
8 | +#trucklist .m-tab li { | |
9 | + width: 25%; | |
10 | + padding-right: 0px; | |
11 | +} | |
12 | +#trucklist .column { | |
13 | + margin-top: 10px; | |
14 | + padding: 15px; | |
15 | + border: 1px solid #ddd; | |
16 | + background: #fff; | |
17 | + position: relative; | |
18 | +} | |
19 | +#trucklist .column .trunk-label { | |
20 | + position: absolute; | |
21 | + top: 0px; | |
22 | + right: 10px; | |
23 | +} | |
24 | +#trucklist .column .name { | |
25 | + font-size: 16px; | |
26 | + color: #333; | |
27 | + line-height: 30px; | |
28 | +} | |
29 | +#trucklist .column .key { | |
30 | + font-size: 14px; | |
31 | + color: #999; | |
32 | +} | |
33 | +#trucklist .column .value { | |
34 | + font-size: 14px; | |
35 | + color: #333; | |
36 | +} | |
37 | +#trucklist .column .row { | |
38 | + margin-top: 10px; | |
39 | +} | |
40 | +#trucklist .column .row .span6 { | |
41 | + width: 50%; | |
42 | + font-size: 14px; | |
43 | + text-align: left; | |
44 | + color: #333; | |
45 | + float: left; | |
46 | +} | ... | ... |
css/style/trucklist.less
0 → 100644
1 | +#trucklist{ | |
2 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
3 | + | |
4 | + .padding10{ | |
5 | + padding:0 10px; | |
6 | + padding-bottom:10px; | |
7 | + } | |
8 | + | |
9 | + .m-tab li{ | |
10 | + width:25%; | |
11 | + padding-right:0px; | |
12 | + } | |
13 | + | |
14 | + .column{ | |
15 | + margin-top:10px; | |
16 | + padding:15px; | |
17 | + border:1px solid #ddd; | |
18 | + background: #fff; | |
19 | + position: relative; | |
20 | + .trunk-label{ | |
21 | + position:absolute; | |
22 | + top:0px; | |
23 | + right:10px; | |
24 | + } | |
25 | + .name{ | |
26 | + font-size:16px; | |
27 | + color:#333; | |
28 | + line-height:30px; | |
29 | + } | |
30 | + .key{ | |
31 | + font-size:14px; | |
32 | + color:#999; | |
33 | + } | |
34 | + .value{ | |
35 | + font-size:14px; | |
36 | + color:#333; | |
37 | + } | |
38 | + .row{ | |
39 | + margin-top:10px; | |
40 | + .span6{ | |
41 | + width:50%; | |
42 | + font-size:14px; | |
43 | + text-align:left; | |
44 | + color:#333; | |
45 | + float:left; | |
46 | + } | |
47 | + } | |
48 | + } | |
49 | +} | |
0 | 50 | \ No newline at end of file | ... | ... |
css/style/userhome.css
0 → 100644
1 | +/*************************************************** | |
2 | +* feature : 变量配置; | |
3 | +* update : 2015/02/05; | |
4 | +* use : ; | |
5 | +* extend : ; | |
6 | +* example : ; | |
7 | +* desc : ; | |
8 | +* feedback : 此处填入 issue, 并请附带以下信息[os_version, browser_version, page_path, issue_description] | |
9 | +* - demo => [windows 7, IE 8, http://diligrp.com/icon.html, 在不定height下未能垂直居中]; | |
10 | +****************************************************/ | |
11 | +.bg-img { | |
12 | + background: url('../../images/icon/icon.png') no-repeat; | |
13 | + background-size: 150px; | |
14 | +} | |
15 | +#userhome { | |
16 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
17 | +} | |
18 | +header { | |
19 | + margin: 0px; | |
20 | + padding: 0px; | |
21 | +} | |
22 | +.content { | |
23 | + background: #f5f5f5; | |
24 | +} | |
25 | +/*用户信息*/ | |
26 | +.user-info { | |
27 | + background: url("../../images/dist/9.maijia-bg.png") center center repeat-x; | |
28 | + width: 100%; | |
29 | +} | |
30 | +.m-table-view .cell { | |
31 | + line-height: 28px; | |
32 | + padding: 11px 15px 11px 10px; | |
33 | +} | |
34 | +.m-table-view .all { | |
35 | + margin-right: 10px; | |
36 | + vertical-align: middle; | |
37 | +} | |
38 | +.m-table-view .title span { | |
39 | + margin-left: 5px; | |
40 | +} | |
41 | +.user-login { | |
42 | + padding: 20px 15px; | |
43 | +} | |
44 | +.user-login img { | |
45 | + width: 60px; | |
46 | + height: 60px; | |
47 | + background: #ffffff; | |
48 | + border-radius: 50%; | |
49 | + display: inline-block; | |
50 | + vertical-align: top; | |
51 | +} | |
52 | +.user-login .msg { | |
53 | + display: inline-block; | |
54 | + color: #fff; | |
55 | + height: 60px; | |
56 | + margin-left: 15px; | |
57 | +} | |
58 | +.user-login .msg p { | |
59 | + font-size: 18px; | |
60 | + margin-bottom: 5px; | |
61 | +} | |
62 | +.user-login .msg span { | |
63 | + font-size: 14px; | |
64 | +} | |
65 | +.user-login .icon-more-white { | |
66 | + float: right; | |
67 | + margin-top: 22px; | |
68 | +} | |
69 | +.user-tools { | |
70 | + height: 55px; | |
71 | + width: 100%; | |
72 | + background: rgba(0, 0, 0, 0.2); | |
73 | + margin-top: 17px; | |
74 | +} | |
75 | +.user-tools li { | |
76 | + width: 33.1%; | |
77 | + float: left; | |
78 | + text-align: center; | |
79 | + margin: 6px 0; | |
80 | + color: #ffffff; | |
81 | +} | |
82 | +.user-tools li p { | |
83 | + color: #ffffff; | |
84 | +} | |
85 | +.user-tools li.br { | |
86 | + border-right: 1px solid rgba(255, 255, 255, 0.4); | |
87 | +} | |
88 | +/*采购单*/ | |
89 | +.user-po { | |
90 | + margin-top: 10px; | |
91 | + background: #ffffff; | |
92 | + border-top: 1px solid #dddddd; | |
93 | +} | |
94 | +.user-po .po-list { | |
95 | + border-bottom: 1px solid #dddddd; | |
96 | + height: 55px; | |
97 | +} | |
98 | +.user-po .po-list ul { | |
99 | + display: -moz-box; | |
100 | + display: -webkit-box; | |
101 | + display: box; | |
102 | + -webkit-flex-flow: row; | |
103 | + flex-flow: row; | |
104 | + width: 100%; | |
105 | + position: relative; | |
106 | +} | |
107 | +.user-po .po-list li { | |
108 | + text-align: center; | |
109 | + margin-top: 5px; | |
110 | + overflow: hidden; | |
111 | + -moz-box-flex: 1; | |
112 | + -webkit-box-flex: 1; | |
113 | + box-flex: 1; | |
114 | +} | |
115 | +.user-po .po-list li a { | |
116 | + display: block; | |
117 | +} | |
118 | +.user-po .po-list li p { | |
119 | + font-size: 12px; | |
120 | + color: #666666; | |
121 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
122 | +} | |
123 | +.user-po .po-list li span { | |
124 | + font-size: 18px; | |
125 | + color: #000; | |
126 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
127 | +} | |
128 | +.icon-more { | |
129 | + background: url("../../images/icon.png") -31px -236px repeat; | |
130 | + width: 9px; | |
131 | + height: 16px; | |
132 | + display: inline-block; | |
133 | + background-size: 150px; | |
134 | +} | |
135 | +.icon-more-white { | |
136 | + background: url("../../images/icon.png") 0px -217px repeat; | |
137 | + width: 10px; | |
138 | + height: 21px; | |
139 | + display: inline-block; | |
140 | + background-size: 150px; | |
141 | +} | |
142 | +.logout-btn { | |
143 | + display: block; | |
144 | + border-radius: 3px; | |
145 | + text-align: center; | |
146 | + color: #fa4535; | |
147 | + font-size: 15px; | |
148 | + background-color: #FFF; | |
149 | + border: 1px solid #ddd; | |
150 | + line-height: 50px; | |
151 | + margin: 30px 10px 15px; | |
152 | +} | ... | ... |
css/style/userhome.less
0 → 100644
1 | +@import "m/var"; | |
2 | +#userhome{ | |
3 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
4 | +} | |
5 | +header { | |
6 | + margin: 0px; | |
7 | + padding: 0px; | |
8 | +} | |
9 | + | |
10 | +.content { | |
11 | + background: @bg-f5; | |
12 | +} | |
13 | +/*用户信息*/ | |
14 | + | |
15 | +.user-info { | |
16 | + background: url("../../images/dist/9.maijia-bg.png") center center repeat-x; | |
17 | + width: 100%; | |
18 | +} | |
19 | + | |
20 | +.m-table-view .cell{ | |
21 | + line-height:28px; | |
22 | + padding: 11px 15px 11px 10px; | |
23 | +} | |
24 | + | |
25 | +.m-table-view .all{ | |
26 | + margin-right: 10px; | |
27 | + vertical-align:middle; | |
28 | +} | |
29 | + | |
30 | +.m-table-view .title span{ | |
31 | + margin-left:5px; | |
32 | +} | |
33 | + | |
34 | + | |
35 | +.user-login { | |
36 | + padding:20px 15px; | |
37 | + img { | |
38 | + width: 60px; | |
39 | + height: 60px; | |
40 | + background: @bg-fff; | |
41 | + border-radius: 50%; | |
42 | + display: inline-block; | |
43 | + vertical-align:top; | |
44 | + } | |
45 | + .msg { | |
46 | + display: inline-block; | |
47 | + color:#fff; | |
48 | + height:60px; | |
49 | + margin-left: 15px; | |
50 | + } | |
51 | + .msg p { | |
52 | + font-size: 18px; | |
53 | + margin-bottom: 5px; | |
54 | + } | |
55 | + .msg span { | |
56 | + font-size: 14px; | |
57 | + } | |
58 | + .icon-more-white { | |
59 | + float: right; | |
60 | + margin-top: 22px; | |
61 | + } | |
62 | +} | |
63 | + | |
64 | +.user-tools { | |
65 | + height: 55px; | |
66 | + width: 100%; | |
67 | + background: rgba(0, 0, 0, 0.2); | |
68 | + margin-top: 17px; | |
69 | + li { | |
70 | + width: 33.1%; | |
71 | + float: left; | |
72 | + text-align: center; | |
73 | + margin: 6px 0; | |
74 | + color: @c-fff; | |
75 | + p { | |
76 | + color: @c-fff; | |
77 | + } | |
78 | + } | |
79 | + ; | |
80 | + li.br { | |
81 | + border-right: 1px solid rgba(255, 255, 255, 0.4); | |
82 | + } | |
83 | +} | |
84 | +/*采购单*/ | |
85 | + | |
86 | +.user-po { | |
87 | + margin-top: 10px; | |
88 | + background: @br-fff; | |
89 | + border-top: 1px solid @br-ddd; | |
90 | +} | |
91 | + | |
92 | +.user-po .po-list { | |
93 | + border-bottom: 1px solid @br-ddd; | |
94 | + height: 55px; | |
95 | + ul { | |
96 | + display:-moz-box; | |
97 | + display:-webkit-box; | |
98 | + display:box; | |
99 | + -webkit-flex-flow: row; | |
100 | + flex-flow: row; | |
101 | + width: 100%; | |
102 | + position: relative; | |
103 | + } | |
104 | + li { | |
105 | + text-align: center; | |
106 | + margin-top: 5px; | |
107 | + overflow: hidden; | |
108 | + -moz-box-flex:1; | |
109 | + -webkit-box-flex:1; | |
110 | + box-flex:1; | |
111 | + a { | |
112 | + display: block; | |
113 | + } | |
114 | + p { | |
115 | + font-size: 12px; | |
116 | + color: @c-666; | |
117 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
118 | + } | |
119 | + ; | |
120 | + span { | |
121 | + font-size: 18px; | |
122 | + color:#000; | |
123 | + font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif; | |
124 | + } | |
125 | + } | |
126 | +} | |
127 | + | |
128 | +.icon-more { | |
129 | + background: url("../../images/icon.png") -31px -236px repeat; | |
130 | + width: 9px; | |
131 | + height: 16px; | |
132 | + display: inline-block; | |
133 | + background-size: 150px; | |
134 | +} | |
135 | +.icon-more-white { | |
136 | + background: url("../../images/icon.png") 0px -217px repeat; | |
137 | + width: 10px; | |
138 | + height: 21px; | |
139 | + display: inline-block; | |
140 | + background-size: 150px; | |
141 | +} | |
142 | + | |
143 | +.logout-btn{ | |
144 | + display: block; | |
145 | + border-radius: 3px; | |
146 | + text-align: center; | |
147 | + color: #fa4535; | |
148 | + font-size: 15px; | |
149 | + background-color: #FFF; | |
150 | + border: 1px solid #ddd; | |
151 | + line-height: 50px; | |
152 | + margin: 30px 10px 15px; | |
153 | +} | |
0 | 154 | \ No newline at end of file | ... | ... |