2 |
3 | 远程图片:
4 |
5 | 本地图片:
6 |
7 |
8 |
9 |
10 |
18 |
19 |
22 |
--------------------------------------------------------------------------------
/src/js/components/__eros__/bui/css/slider-bar.scss:
--------------------------------------------------------------------------------
1 | @import "common";
2 |
3 | .bui-slider-bar{
4 | //position: fixed;
5 | //left:0px;
6 | //right: 0px;
7 | //top: 0px;
8 | //bottom: 0px;
9 | }
10 |
11 | .bui-slider-bar-box{
12 | position: fixed;
13 | width: 400px;
14 | top: 0px;
15 | bottom: 0px;
16 | background-color: $color_white;
17 | padding: $nb30;
18 | flex-direction: column;
19 | }
20 | .bui-left-slider-bar-box{
21 | left: -400px;
22 | }
23 | .bui-right-slider-bar-box{
24 | right: -400px;
25 | }
26 |
27 | .bui-slider-title{
28 | margin-top: $nb50;
29 | text-align: center;
30 | }
31 |
32 | .bui-slider-content{
33 | margin-top: $nb50;
34 | flex-direction: column;
35 | flex: 1;
36 | }
--------------------------------------------------------------------------------
/src/js/components/__eros__/weex-ui/example/_mods/category.vue:
--------------------------------------------------------------------------------
1 |
2 |