Blame view

src/main/webapp/static/css/pay.min.css 551 Bytes
e80df919   atao   init
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
  ::-webkit-input-placeholder{
      color:#c0c5ca !important;
  }
  #numder,.pay-total{
      color: #fe3818;
  }
  .pay-content-padded {
      padding: 60px 15px 0;
  }
  .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;
  }