payment.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .bgc-f2f3f4{
  2. background-color: #f2f3f4;
  3. }
  4. .c-ff9526{
  5. color: #ff9526;
  6. }
  7. .c-ff5e6c{
  8. color: #ff5e6c;
  9. }
  10. .c-f25{
  11. font-size: 25px;
  12. }
  13. .plr30{
  14. padding-left: 30px;
  15. padding-right: 30px;
  16. }
  17. .p30{
  18. padding: 30px;
  19. }
  20. .c-radius-5{
  21. border-radius: 5px;
  22. }
  23. .qiehuan-txt{
  24. color:#17B3EC;
  25. text-decoration: underline;
  26. /*padding-left: 10px;*/
  27. }
  28. .date-icon{
  29. float: right;
  30. width: 20px;
  31. height: 20px;
  32. margin-top: 3px;
  33. }
  34. .p15{
  35. padding: 15px;
  36. }
  37. .labelIcon{
  38. background-repeat: no-repeat;
  39. background-image: url(../images/weixinzhifu_bg_img.png);
  40. background-size: 100% 100%;
  41. padding:10px 10px 15px 15px;
  42. height: 100px;
  43. color:#ffffff;
  44. margin-top: 15px;
  45. }
  46. .labelIcon.weixin{
  47. background-image: url(../images/weixinzhifu_bg_img.png);
  48. }
  49. .labelIcon.zhifubao{
  50. background-image: url(../images/zhifubaozhifu_bg_img.png);
  51. }
  52. .labelIcon.yinlian{
  53. background-image: url(../images/yinlianzhifu_bg_img.png);
  54. }
  55. .labelIcon.xianjin{
  56. background-image: url(../images/xianjichongzhi_bg_img.png);
  57. }
  58. .circle-btn{
  59. position: absolute;
  60. bottom: 80px;
  61. right: 20px;
  62. width: 45px;
  63. height: 45px;
  64. border-radius: 50%;
  65. background-color: #4DCD70;
  66. border: 1px solid #12AA3C;
  67. font-size: 12px;
  68. color: #FFFFFF;
  69. text-align: center;
  70. }
  71. .jiuzhen{
  72. }
  73. .jiuzhen .card-icon{
  74. background-repeat: no-repeat;
  75. background-image: url(../images/biaoqian_lvse_img.png);
  76. background-size: 100% 100%;
  77. padding:4px 10px 4px 18px;
  78. color:#ffffff;
  79. }
  80. .jiuzhen .c-btn-full,.jiuzhen .c-btn-big{
  81. background: #4dcd70;
  82. border-bottom-left-radius: 5px;
  83. border-bottom-right-radius: 5px;
  84. }
  85. .zhuyuan{
  86. }
  87. .zhuyuan .card-icon{
  88. background-repeat: no-repeat;
  89. background-image: url(../images/biaoqian_hongse_img.png);
  90. background-size: 100% 100%;
  91. padding:4px 10px 4px 18px;
  92. color:#ffffff;
  93. }
  94. .zhuyuan .c-btn-full,.zhuyuan .c-btn-big{
  95. background: #FF5E6C;
  96. border-bottom-left-radius: 5px;
  97. border-bottom-right-radius: 5px;
  98. }
  99. .p-fix-bottom-0{
  100. position: fixed;bottom: 0px;
  101. }