Blame view

css/card.css 1.3 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  
  .card-top{
      position: relative;
      height: 144px;
      width: 98%;
      margin:auto;
      margin-top:0.2em;
      background: url("../img/vipcard.png") no-repeat;
      background-size: 100% 100%;
  }
  .card-top .card-park .park-tit,.park-desc{
      color: #ffffff;
  }
  .card-top .park-bg{
      position: absolute;
      right: 0;
      bottom: 0;
      width: 176px;
      height: 60px;
      background: url("../img/vip_bg.png") no-repeat;
      background-size: 100% 100%;
  }
  .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__desc{
      font-size: 14px;
      margin-top:10px;
  }
  .month-mar{
      margin-top: 0;
  }
  .month-chtit,.year-chtit{
      font-size: 14px;
  }
  .monthcard-bg{
      border-radius: 2px;
      background:-webkit-linear-gradient(left bottom, rgb(247,168,45) ,  rgb(255,137,32) );
   }
  .yearcard-bg{
      border-radius: 2px;
      background: -webkit-linear-gradient(left bottom, rgb(246,41,113) , rgb(246,41,60) );
  }
  .car-font{
      font-size: 14px;
  }
  .fontcol{
      color: #fe3818;
  }