signing_management.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .bgc-f3f3f3{
  2. background-color: #f3f3f3;
  3. }
  4. .bgc-74bf00{
  5. background-color: #74bf00;
  6. }
  7. .bgc-ff9526 { background-color: #FF9526; }
  8. .bgc-75bf00{background-color: #75bf00;}
  9. .bgc-9beaf6{background-color: #9BEAF6;}
  10. .bgc-ff6a56{background-color: #ff6a56;}
  11. .height-50 { height: 50px; }
  12. .lheight-50 { line-height: 50px; }
  13. .c-border-radius{
  14. border-radius: 5px;
  15. }
  16. .c-border-radius-tlr{
  17. border-radius: 5px 5px 0 0;
  18. }
  19. .c-text-right{
  20. display: inline-block;
  21. float: right;
  22. }
  23. .arrow-r{
  24. position: relative;
  25. display: -webkit-box;
  26. }
  27. .arrow-r.text-right{
  28. -webkit-box-pack: end;
  29. }
  30. .arrow-r:after{
  31. position: absolute;
  32. top: 50%;
  33. right: 10px;
  34. margin-top: -0.25rem;
  35. content: "";
  36. display: block;
  37. width: 0.4rem;
  38. height: 0.4rem;
  39. border: solid #cdcdcd;
  40. border-width: 0.1rem 0.1rem 0 0;
  41. -webkit-transform: rotate(45deg);
  42. transform: rotate(45deg);
  43. }
  44. .line-height-18{
  45. line-height: 1.8;
  46. }
  47. #require_sign{
  48. position: fixed;
  49. bottom: 30px;
  50. right: 20px;
  51. width: 50px;
  52. z-index: 999;
  53. display: none;
  54. }
  55. #require_sign img{
  56. width: 100%;
  57. }
  58. /*#other_view .none-content { padding-top: 150px; }*/
  59. #other_view img.none-content-icon { display: block; width: 120px; height: 120px; margin: 0 auto; }
  60. #other_view .c-50 { width: 50%; margin-left: 0; }
  61. .only-sanshi { position: absolute; bottom: 0;width: 100%;}
  62. .only-sanshi img { width: 100%; height: 100px; }
  63. .btn-pay{width: 80px;height: 30px;line-height: 30px;background: #74bf00;font-size: 14px;display: block;position: absolute;text-align: center;color: #fff;border-radius: 5px;}
  64. .text-tip{position: absolute;top: 8px;left: 10px;}
  65. .none-content{
  66. position: absolute;
  67. width: 100%;
  68. bottom: 50%;
  69. margin-bottom: -90px;
  70. }
  71. .layui-m-layercont{
  72. padding-top: 0px !important;
  73. }
  74. .layui-m-layercont{
  75. padding-bottom: 0 !important;
  76. }
  77. .checkbox{
  78. color:#40AFFE;
  79. }
  80. .input_checked[type=radio]:before{
  81. content: '';
  82. background-image:url(../images/dianxuan_btn.png);
  83. background-size: 20px 20px;
  84. position: absolute;
  85. top:-3px;
  86. left:-3px;
  87. height: 20px;
  88. width: 20px;
  89. -webkit-font-smoothing: antialiased;
  90. }
  91. .input_checked[type=radio]:checked:before {
  92. content: '';
  93. background-image:url(../images/dianxuan_pre.png);
  94. }
  95. .input_checked[type=checkbox]:before{
  96. content: '';
  97. background-image:url(../images/gouxuan_btn.png);
  98. background-size: 20px 20px;
  99. position: absolute;
  100. top:150px;
  101. left:107px;
  102. height: 20px;
  103. width: 20px;
  104. -webkit-font-smoothing: antialiased;
  105. }
  106. .input_checked[type=checkbox]:checked:before {
  107. content: '';
  108. background-image:url(../images/gouxuan_btn_pre.png);
  109. }
  110. input[type=text]{
  111. width: calc(100% - 30px);
  112. height: 30px;
  113. line-height: 30px;
  114. }