mcrm-mobile 1.6.7 → 1.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/data-process/ark.js +14 -14
- package/es/index.js +1 -1
- package/es/menu-jump/index.js +70 -69
- package/es/nav-bar/index.less +97 -97
- package/es/style/theme.less +1189 -1189
- package/es/tab/index.less +25 -25
- package/es/tabs/index.less +277 -277
- package/lib/data-process/ark.js +14 -14
- package/lib/index.js +1 -1
- package/lib/mcrm-mobile.js +85 -84
- package/lib/mcrm-mobile.min.js +1 -1
- package/lib/menu-jump/index.js +70 -69
- package/lib/nav-bar/index.less +97 -97
- package/lib/style/theme.less +1189 -1189
- package/lib/tab/index.less +25 -25
- package/lib/tabs/index.less +277 -277
- package/package.json +1 -1
- package/types/data-process.d.ts +20 -20
- package/vetur/attributes.json +371 -371
- package/vetur/tags.json +125 -125
- package/vetur/web-types.json +865 -865
package/es/data-process/ark.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Base64加解密封装
|
|
1
|
+
/**
|
|
2
|
+
* Base64加解密封装
|
|
3
3
|
*/
|
|
4
4
|
function Base64() {
|
|
5
5
|
// private property
|
|
@@ -116,8 +116,8 @@ function Base64() {
|
|
|
116
116
|
return string;
|
|
117
117
|
};
|
|
118
118
|
}
|
|
119
|
-
/**
|
|
120
|
-
* 随机整数: [0, (n-1)]
|
|
119
|
+
/**
|
|
120
|
+
* 随机整数: [0, (n-1)]
|
|
121
121
|
*/
|
|
122
122
|
|
|
123
123
|
|
|
@@ -125,8 +125,8 @@ function rnd(n) {
|
|
|
125
125
|
var random = Math.floor(Math.random() * n);
|
|
126
126
|
return random;
|
|
127
127
|
}
|
|
128
|
-
/**-
|
|
129
|
-
* 简单解密
|
|
128
|
+
/**-
|
|
129
|
+
* 简单解密
|
|
130
130
|
*/
|
|
131
131
|
|
|
132
132
|
|
|
@@ -139,8 +139,8 @@ function decodeBase64ForSec(str) {
|
|
|
139
139
|
result = deleteChar(index2, result);
|
|
140
140
|
return base64.decode(result);
|
|
141
141
|
}
|
|
142
|
-
/**
|
|
143
|
-
* 简单加密
|
|
142
|
+
/**
|
|
143
|
+
* 简单加密
|
|
144
144
|
*/
|
|
145
145
|
|
|
146
146
|
|
|
@@ -153,8 +153,8 @@ function encodeBase64ForSec(str) {
|
|
|
153
153
|
result = insertChar(index2, getRandomForSec(), result);
|
|
154
154
|
return result.toString();
|
|
155
155
|
}
|
|
156
|
-
/**
|
|
157
|
-
* 插入字符
|
|
156
|
+
/**
|
|
157
|
+
* 插入字符
|
|
158
158
|
*/
|
|
159
159
|
|
|
160
160
|
|
|
@@ -162,8 +162,8 @@ function insertChar(n, c, str) {
|
|
|
162
162
|
var result = str.substring(0, n) + c + str.substring(n, str.length);
|
|
163
163
|
return result;
|
|
164
164
|
}
|
|
165
|
-
/**
|
|
166
|
-
* 删除字符
|
|
165
|
+
/**
|
|
166
|
+
* 删除字符
|
|
167
167
|
*/
|
|
168
168
|
|
|
169
169
|
|
|
@@ -171,8 +171,8 @@ function deleteChar(n, str) {
|
|
|
171
171
|
var result = str.substring(0, n) + str.substring(n + 1, str.length);
|
|
172
172
|
return result;
|
|
173
173
|
}
|
|
174
|
-
/**
|
|
175
|
-
* 加解密获取随机字符
|
|
174
|
+
/**
|
|
175
|
+
* 加解密获取随机字符
|
|
176
176
|
*/
|
|
177
177
|
|
|
178
178
|
|
package/es/index.js
CHANGED
|
@@ -91,7 +91,7 @@ import Tag from './tag';
|
|
|
91
91
|
import Toast from './toast';
|
|
92
92
|
import TreeSelect from './tree-select';
|
|
93
93
|
import Uploader from './uploader';
|
|
94
|
-
var version = '1.6.
|
|
94
|
+
var version = '1.6.8';
|
|
95
95
|
var components = [ActionSheet, AddressPicker, Api, Badge, Biz, Button, Calendar, Card, Cell, CellGroup, Checkbox, CheckboxGroup, Circle, Col, Collapse, CollapseItem, CommonUtils, CountDown, DataProcess, DatePicker, DatetimePicker, Dialog, Directive, Divider, Drag, DropdownItem, DropdownMenu, Empty, Field, GoodsAction, GoodsActionButton, GoodsActionIcon, Grid, GridItem, Http, Icon, Image, ImagePreview, IndexAnchor, IndexBar, Info, List, Loading, Local, Menu, MenuIcon, MenuJump, Menus, NavBar, NoticeBar, Notify, Overlay, Pagination, Panel, PasswordInput, Picker, Popover, Popup, Progress, PullRefresh, Radio, RadioGroup, Rank, Rate, Row, SafeKeyboard, Search, Session, ShareSheet, Sidebar, SidebarItem, Slider, Step, Stepper, Steps, Sticky, Swipe, SwipeCell, SwipeItem, Switch, SwitchCell, Tab, Tabbar, TabbarItem, Table, TableColumn, Tabs, Tag, Toast, TreeSelect, Uploader];
|
|
96
96
|
|
|
97
97
|
var install = function install(Vue) {
|
package/es/menu-jump/index.js
CHANGED
|
@@ -36,22 +36,22 @@ var viewName = {
|
|
|
36
36
|
2001517: "网格通-网格长",
|
|
37
37
|
2001520: "网格通-社区经理"
|
|
38
38
|
};
|
|
39
|
-
/**
|
|
40
|
-
* 加密
|
|
41
|
-
* @param context
|
|
42
|
-
* @param envType
|
|
43
|
-
* @return {string} 返回的是base64格式的密文
|
|
39
|
+
/**
|
|
40
|
+
* 加密
|
|
41
|
+
* @param context
|
|
42
|
+
* @param envType
|
|
43
|
+
* @return {string} 返回的是base64格式的密文
|
|
44
44
|
*/
|
|
45
45
|
|
|
46
46
|
var aesEncrypt = function aesEncrypt(context, envType) {
|
|
47
47
|
var key = envType === "test" ? "6000001111737173" : "6000002087795174";
|
|
48
48
|
return DataProcess.aesEncrypt(context, key, key);
|
|
49
49
|
};
|
|
50
|
-
/**
|
|
51
|
-
* 获取SerialNum
|
|
52
|
-
* @param menu 菜单信息
|
|
53
|
-
* @param sybInfo 网格通信息
|
|
54
|
-
* @returns {Promise<string>}
|
|
50
|
+
/**
|
|
51
|
+
* 获取SerialNum
|
|
52
|
+
* @param menu 菜单信息
|
|
53
|
+
* @param sybInfo 网格通信息
|
|
54
|
+
* @returns {Promise<string>}
|
|
55
55
|
*/
|
|
56
56
|
|
|
57
57
|
|
|
@@ -72,27 +72,27 @@ var getSerialNumNew = /*#__PURE__*/function () {
|
|
|
72
72
|
orgId = _yield$getExpInfo.orgId;
|
|
73
73
|
billId = sybInfo.billId;
|
|
74
74
|
menuCode = menu.menuCode, menuPageCode = menu.menuPageCode;
|
|
75
|
-
/*
|
|
76
|
-
* 业务类型
|
|
77
|
-
* 00:固话商机;
|
|
78
|
-
* 01:营销案;
|
|
79
|
-
* 02:终端;
|
|
80
|
-
* 03:宽带新装;
|
|
81
|
-
* 04:宽带续费;
|
|
82
|
-
* 05:套卡;
|
|
83
|
-
* 07:亲情网;
|
|
84
|
-
* 08:虚拟网;
|
|
85
|
-
* 09:融合业务专区;
|
|
86
|
-
* 10:业务设置;
|
|
87
|
-
* 11:政企号卡订单查询;
|
|
88
|
-
* 12:统一支付;
|
|
89
|
-
* 13:权益商城;
|
|
90
|
-
* 14:营销案一键办理;
|
|
91
|
-
* 15:套餐变更;
|
|
92
|
-
* 16:业务大厅预约单详情;
|
|
93
|
-
* 17:营销案(新);
|
|
94
|
-
* 18:终端出库(新);
|
|
95
|
-
* 99:通用宝码
|
|
75
|
+
/*
|
|
76
|
+
* 业务类型
|
|
77
|
+
* 00:固话商机;
|
|
78
|
+
* 01:营销案;
|
|
79
|
+
* 02:终端;
|
|
80
|
+
* 03:宽带新装;
|
|
81
|
+
* 04:宽带续费;
|
|
82
|
+
* 05:套卡;
|
|
83
|
+
* 07:亲情网;
|
|
84
|
+
* 08:虚拟网;
|
|
85
|
+
* 09:融合业务专区;
|
|
86
|
+
* 10:业务设置;
|
|
87
|
+
* 11:政企号卡订单查询;
|
|
88
|
+
* 12:统一支付;
|
|
89
|
+
* 13:权益商城;
|
|
90
|
+
* 14:营销案一键办理;
|
|
91
|
+
* 15:套餐变更;
|
|
92
|
+
* 16:业务大厅预约单详情;
|
|
93
|
+
* 17:营销案(新);
|
|
94
|
+
* 18:终端出库(新);
|
|
95
|
+
* 99:通用宝码
|
|
96
96
|
* */
|
|
97
97
|
|
|
98
98
|
_context.t0 = menuCode;
|
|
@@ -224,13 +224,13 @@ var getSerialNumNew = /*#__PURE__*/function () {
|
|
|
224
224
|
return _ref.apply(this, arguments);
|
|
225
225
|
};
|
|
226
226
|
}();
|
|
227
|
-
/**
|
|
228
|
-
* spliceUrl 拼接url
|
|
229
|
-
* @param data 接口返回数据
|
|
230
|
-
* @param menu 菜单信息
|
|
231
|
-
* @param sybInfo 网格通信息
|
|
232
|
-
* @param extraParams 扩展参数
|
|
233
|
-
* @returns {*} 拼接后的url
|
|
227
|
+
/**
|
|
228
|
+
* spliceUrl 拼接url
|
|
229
|
+
* @param data 接口返回数据
|
|
230
|
+
* @param menu 菜单信息
|
|
231
|
+
* @param sybInfo 网格通信息
|
|
232
|
+
* @param extraParams 扩展参数
|
|
233
|
+
* @returns {*} 拼接后的url
|
|
234
234
|
*/
|
|
235
235
|
|
|
236
236
|
|
|
@@ -746,13 +746,13 @@ var spliceUrl = /*#__PURE__*/function () {
|
|
|
746
746
|
return _ref2.apply(this, arguments);
|
|
747
747
|
};
|
|
748
748
|
}();
|
|
749
|
-
/**
|
|
750
|
-
* 拼接原生入参
|
|
751
|
-
* @param menu 菜单信息
|
|
752
|
-
* @param data 接口返回的信息
|
|
753
|
-
* @param sybInfo 网格通信息
|
|
754
|
-
* @param extraParams 额外信息
|
|
755
|
-
* @returns {{}}
|
|
749
|
+
/**
|
|
750
|
+
* 拼接原生入参
|
|
751
|
+
* @param menu 菜单信息
|
|
752
|
+
* @param data 接口返回的信息
|
|
753
|
+
* @param sybInfo 网格通信息
|
|
754
|
+
* @param extraParams 额外信息
|
|
755
|
+
* @returns {{}}
|
|
756
756
|
*/
|
|
757
757
|
|
|
758
758
|
|
|
@@ -869,8 +869,8 @@ var spliceParams = /*#__PURE__*/function () {
|
|
|
869
869
|
return _ref5.apply(this, arguments);
|
|
870
870
|
};
|
|
871
871
|
}();
|
|
872
|
-
/**
|
|
873
|
-
* 整合操作日志数据
|
|
872
|
+
/**
|
|
873
|
+
* 整合操作日志数据
|
|
874
874
|
*/
|
|
875
875
|
|
|
876
876
|
|
|
@@ -943,16 +943,16 @@ var operLogData = /*#__PURE__*/function () {
|
|
|
943
943
|
return _ref6.apply(this, arguments);
|
|
944
944
|
};
|
|
945
945
|
}();
|
|
946
|
-
/**
|
|
947
|
-
* 根据url打开页面
|
|
948
|
-
* @param data 接口响应数据
|
|
949
|
-
* @param menu 菜单信息
|
|
950
|
-
* @param sybInfo 网格通信息
|
|
951
|
-
* @param extraParams 额外参数
|
|
952
|
-
* @param openParams 打开页面通过原生传递的参数
|
|
953
|
-
* @param onClose 页面关闭时,回调函数
|
|
954
|
-
* @param onSuccess 页面打开成功时,回调函数
|
|
955
|
-
* @param onFail 页面打开失败时,回调函数
|
|
946
|
+
/**
|
|
947
|
+
* 根据url打开页面
|
|
948
|
+
* @param data 接口响应数据
|
|
949
|
+
* @param menu 菜单信息
|
|
950
|
+
* @param sybInfo 网格通信息
|
|
951
|
+
* @param extraParams 额外参数
|
|
952
|
+
* @param openParams 打开页面通过原生传递的参数
|
|
953
|
+
* @param onClose 页面关闭时,回调函数
|
|
954
|
+
* @param onSuccess 页面打开成功时,回调函数
|
|
955
|
+
* @param onFail 页面打开失败时,回调函数
|
|
956
956
|
*/
|
|
957
957
|
|
|
958
958
|
|
|
@@ -1163,15 +1163,15 @@ var onAuth = function onAuth(menu, sybInfo) {
|
|
|
1163
1163
|
});
|
|
1164
1164
|
});
|
|
1165
1165
|
};
|
|
1166
|
-
/**
|
|
1167
|
-
* 打开网格通自己开发的页面
|
|
1168
|
-
* @param menu 菜单信息
|
|
1169
|
-
* @param data 接口响应数据
|
|
1170
|
-
* @param sybInfo {Object} 网格通信息
|
|
1171
|
-
* @param extraParams {Object} 额外参数
|
|
1172
|
-
* @param onClose {Function} 页面关闭时,回调函数
|
|
1173
|
-
* @param onSuccess {Function} 页面打开成功时,回调函数
|
|
1174
|
-
* @param onFail {Function} 页面打开失败时,回调函数
|
|
1166
|
+
/**
|
|
1167
|
+
* 打开网格通自己开发的页面
|
|
1168
|
+
* @param menu 菜单信息
|
|
1169
|
+
* @param data 接口响应数据
|
|
1170
|
+
* @param sybInfo {Object} 网格通信息
|
|
1171
|
+
* @param extraParams {Object} 额外参数
|
|
1172
|
+
* @param onClose {Function} 页面关闭时,回调函数
|
|
1173
|
+
* @param onSuccess {Function} 页面打开成功时,回调函数
|
|
1174
|
+
* @param onFail {Function} 页面打开失败时,回调函数
|
|
1175
1175
|
*/
|
|
1176
1176
|
|
|
1177
1177
|
|
|
@@ -1406,7 +1406,7 @@ var openPage = /*#__PURE__*/function () {
|
|
|
1406
1406
|
return _context9.abrupt("break", 33);
|
|
1407
1407
|
|
|
1408
1408
|
case 33:
|
|
1409
|
-
if (data.digitalNum) {
|
|
1409
|
+
if (data.digitalNum || data.isShangKeTong) {
|
|
1410
1410
|
_Session$get = Session.get("mmExpInfo"), appVersion = _Session$get.appVersion;
|
|
1411
1411
|
viewCode = parseInt(Local.get("lastEntryView"));
|
|
1412
1412
|
params = {
|
|
@@ -1420,9 +1420,10 @@ var openPage = /*#__PURE__*/function () {
|
|
|
1420
1420
|
funcName: menu.moduleName,
|
|
1421
1421
|
subFuncName: menu.menuName,
|
|
1422
1422
|
appVersion: appVersion,
|
|
1423
|
-
isDigitalEmployee: "1"
|
|
1424
|
-
digitalEmployeeCategoryCode: data.digitalNum
|
|
1423
|
+
isDigitalEmployee: "1"
|
|
1425
1424
|
};
|
|
1425
|
+
data.digitalNum && (params.digitalEmployeeCategoryCode = data.digitalNum);
|
|
1426
|
+
data.isShangKeTong && (params.isShangKeTong = data.isShangKeTong);
|
|
1426
1427
|
Http.addGroupBusinessPoint(params);
|
|
1427
1428
|
}
|
|
1428
1429
|
|
package/es/nav-bar/index.less
CHANGED
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
@import "../style/theme";
|
|
2
|
-
|
|
3
|
-
.mm-nav-bar {
|
|
4
|
-
display: flex;
|
|
5
|
-
position: relative;
|
|
6
|
-
align-items: center;
|
|
7
|
-
min-height: @nav-bar-min-height;
|
|
8
|
-
justify-content: space-between;
|
|
9
|
-
background-color: @white;
|
|
10
|
-
|
|
11
|
-
&-action {
|
|
12
|
-
display: flex;
|
|
13
|
-
align-items: center;
|
|
14
|
-
height: 100%;
|
|
15
|
-
justify-content: center;
|
|
16
|
-
max-width: 100%;
|
|
17
|
-
font-size: @font-size-lg;
|
|
18
|
-
|
|
19
|
-
> [class*="icon"] {
|
|
20
|
-
font-size: 18px;
|
|
21
|
-
|
|
22
|
-
& + & {
|
|
23
|
-
margin-left: 0.5em;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&:first-child {
|
|
28
|
-
margin-left: @nav-bar-title-margin;
|
|
29
|
-
font-size: @font-size-lg;
|
|
30
|
-
|
|
31
|
-
> [class*="icon"] {
|
|
32
|
-
margin-left: -0.3em;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&:last-child {
|
|
37
|
-
margin-right: @nav-bar-title-margin;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&-left {
|
|
41
|
-
color: @blue;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&-close {
|
|
45
|
-
margin-left: @nav-bar-close-margin;
|
|
46
|
-
color: @blue;
|
|
47
|
-
font-size: @nav-bar-close-font-size;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
&-chat {
|
|
51
|
-
display: flex;
|
|
52
|
-
height: 22px;
|
|
53
|
-
border-radius: 11px;
|
|
54
|
-
border: 1px solid #0085cf;
|
|
55
|
-
|
|
56
|
-
div {
|
|
57
|
-
display: flex;
|
|
58
|
-
align-items: center;
|
|
59
|
-
padding: 0 12px;
|
|
60
|
-
height: 100%;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
&-left {
|
|
64
|
-
border-right: 1px solid #0085cf;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&-title {
|
|
70
|
-
position: absolute;
|
|
71
|
-
text-align: center;
|
|
72
|
-
width: calc(100% - 170px);
|
|
73
|
-
left: 0;
|
|
74
|
-
right: 0;
|
|
75
|
-
bottom: 0;
|
|
76
|
-
top: 0;
|
|
77
|
-
margin: auto;
|
|
78
|
-
height: @nav-bar-title-height;
|
|
79
|
-
font-size: @font-size-lg;
|
|
80
|
-
font-weight: bold;
|
|
81
|
-
line-height: @nav-bar-title-height;
|
|
82
|
-
cursor: none;
|
|
83
|
-
pointer-events: none;
|
|
84
|
-
text-overflow: ellipsis;
|
|
85
|
-
white-space: nowrap;
|
|
86
|
-
overflow: hidden;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
&-fixed {
|
|
90
|
-
position: fixed;
|
|
91
|
-
width: 100%;
|
|
92
|
-
left: 0;
|
|
93
|
-
top: 0;
|
|
94
|
-
z-index: 1024;
|
|
95
|
-
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
|
|
96
|
-
}
|
|
97
|
-
}
|
|
1
|
+
@import "../style/theme";
|
|
2
|
+
|
|
3
|
+
.mm-nav-bar {
|
|
4
|
+
display: flex;
|
|
5
|
+
position: relative;
|
|
6
|
+
align-items: center;
|
|
7
|
+
min-height: @nav-bar-min-height;
|
|
8
|
+
justify-content: space-between;
|
|
9
|
+
background-color: @white;
|
|
10
|
+
|
|
11
|
+
&-action {
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
height: 100%;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
max-width: 100%;
|
|
17
|
+
font-size: @font-size-lg;
|
|
18
|
+
|
|
19
|
+
> [class*="icon"] {
|
|
20
|
+
font-size: 18px;
|
|
21
|
+
|
|
22
|
+
& + & {
|
|
23
|
+
margin-left: 0.5em;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&:first-child {
|
|
28
|
+
margin-left: @nav-bar-title-margin;
|
|
29
|
+
font-size: @font-size-lg;
|
|
30
|
+
|
|
31
|
+
> [class*="icon"] {
|
|
32
|
+
margin-left: -0.3em;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&:last-child {
|
|
37
|
+
margin-right: @nav-bar-title-margin;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&-left {
|
|
41
|
+
color: @blue;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&-close {
|
|
45
|
+
margin-left: @nav-bar-close-margin;
|
|
46
|
+
color: @blue;
|
|
47
|
+
font-size: @nav-bar-close-font-size;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&-chat {
|
|
51
|
+
display: flex;
|
|
52
|
+
height: 22px;
|
|
53
|
+
border-radius: 11px;
|
|
54
|
+
border: 1px solid #0085cf;
|
|
55
|
+
|
|
56
|
+
div {
|
|
57
|
+
display: flex;
|
|
58
|
+
align-items: center;
|
|
59
|
+
padding: 0 12px;
|
|
60
|
+
height: 100%;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&-left {
|
|
64
|
+
border-right: 1px solid #0085cf;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&-title {
|
|
70
|
+
position: absolute;
|
|
71
|
+
text-align: center;
|
|
72
|
+
width: calc(100% - 170px);
|
|
73
|
+
left: 0;
|
|
74
|
+
right: 0;
|
|
75
|
+
bottom: 0;
|
|
76
|
+
top: 0;
|
|
77
|
+
margin: auto;
|
|
78
|
+
height: @nav-bar-title-height;
|
|
79
|
+
font-size: @font-size-lg;
|
|
80
|
+
font-weight: bold;
|
|
81
|
+
line-height: @nav-bar-title-height;
|
|
82
|
+
cursor: none;
|
|
83
|
+
pointer-events: none;
|
|
84
|
+
text-overflow: ellipsis;
|
|
85
|
+
white-space: nowrap;
|
|
86
|
+
overflow: hidden;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&-fixed {
|
|
90
|
+
position: fixed;
|
|
91
|
+
width: 100%;
|
|
92
|
+
left: 0;
|
|
93
|
+
top: 0;
|
|
94
|
+
z-index: 1024;
|
|
95
|
+
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
|
|
96
|
+
}
|
|
97
|
+
}
|