Blame view

css/binding.css 1.23 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
  .bindError{
      font-size: 14px;
      height: 2em;
      line-height: 2em;
  }
  .bindErrorIfo{
      background: #e64340;
      text-align: center;
      color:#fff;
      display: block;
  }
  /*.bindCon{*/
      /*padding-left: 0.28rem;*/
      /*background: #fff;*/
  /*}*/
  /*.bindCon li{*/
      /*display: flex;*/
      /*height: 0.88rem;*/
      /*line-height: 0.88rem;*/
  /*}*/
  /*.bindCon li:first-child{*/
      /*border-bottom: 1px solid #e5e5e5;*/
  /*}*/
  /*.bind_l_title{*/
      /*width:1.84rem;*/
      /*font-size: 0.34rem;*/
      /*color:#222;*/
  /*}*/
  /*.bind_tel,.bind_code{*/
      /*flex: 1;*/
  /*}*/
  /*.bind_tel input,.bind_code input{*/
      /*width: 100%;*/
      /*padding: 0;*/
      /*height: 0.83rem;*/
      /*border: 0;*/
      /*line-height: 0.88rem;*/
      /*font-size: .34rem;*/
      /*vertical-align: top;*/
  /*}*/
  /*.get_code{*/
      /*width: 1.98rem;*/
      /*font-size: .28rem;*/
      /*text-align: center;*/
      /*color: #6a7fa5;*/
  /*}*/
  /*.binging_btn{*/
      /*width: 6.9rem;*/
      /*height: .88rem;*/
      /*margin: .8rem auto 0;*/
      /*color: #fff;*/
      /*font-size: .36rem;*/
      /*line-height: .88rem;*/
      /*text-align: center;*/
      /*background: #09bb07;*/
      /*border-color: #029400;*/
      /*border-radius: .1rem;*/
  /*}*/
  .binging_btn{
      margin:28px 15px 0 15px;
  }