Blame view

css/mylist.css 952 Bytes
313ce84a   songchongxian   创建h5 app项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
  .weui-panel_top,.myList{
      background: #fff;
  }
  .mylist_logo_bg{
      border-radius: 2px;
      background:-webkit-linear-gradient(left bottom, rgb(47,166,241) ,  rgb(17,95,255) );
  }
  .weui-cell__ft:after {
      content: " ";
      display: inline-block;
      height: 6px;
      width: 6px;
      border-width: 2px 2px 0 0;
      border-color: #c8c8cd;
      border-style: solid;
      -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
      transform: matrix(.71,.71,-.71,.71,0,0);
      position: relative;
      top: -2px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 20px;
  }
  .weui-media-box-border{
      border-bottom: 1px solid #e5e5e5;
  }
  .weui-media-box__info li{
      padding: 3px 6px;
      border-radius: 15px;
      margin-right: 10px;
  
  }
  .year_card{
      background:-webkit-linear-gradient(left bottom, rgb(246,41,113) ,  rgb(246,41,60) );
  }
  .month_card{
      background:-webkit-linear-gradient(left bottom, rgb(247,168,45) ,  rgb(255,137,32) );
  }