payFail.wxss 560 Bytes
  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
/* pages/payFail/payFail.wxss */
.main {
background: #ffffff;
height: 100%;
}
.top_view{
text-align:center;
padding-top: 43px;
}
.pay_success_image{
height: 70px;
width: 70px;
}
.pay_success_text{
font-size: 18px;
color: #333333;
margin-top: 10px;
}

.bottom_text{
font-size: 12px;
margin-left: 10px;
color: #888888;
}
.divider2{
background: #eee;
height: 1px;
margin: 10px;
}
.button_cls{
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
width: 160px;
height: 32px;
line-height: 32px;
background: #48C17B;
border-radius: 100px;
}