Blame view

css/monthpay.min.css 493 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
  ::-webkit-input-placeholder{
      color:#c0c5ca !important;
  }
  .pay-total{
      color: #fe3818;
  }
  .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;
  }