You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

196 lines
3.1 KiB

  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4. font-family: "Microsoft YaHei", "微软雅黑" !important;
  5. }
  6. /*****sec1*******/
  7. .index_sec1 .index_box {
  8. padding: 0 50px 50px;
  9. border: 1px solid #E5E5E7;
  10. width: 90%;
  11. margin: 30px auto;
  12. }
  13. .inSecTitle {
  14. font-size: 32px;
  15. text-align: center;
  16. margin: 50px 0 6px;
  17. }
  18. .inSecTime {
  19. font-size: 16px;
  20. text-align: center;
  21. }
  22. .shenInput {
  23. margin-top: 45px;
  24. font-size: 15px;
  25. line-height: 42px;
  26. }
  27. .shenInput3 {
  28. display: none;
  29. }
  30. .shenInput:before, .shenInput:after {
  31. display: table;
  32. content: " ";
  33. }
  34. .shenInput:after {
  35. clear: both;
  36. }
  37. .signTxt {
  38. padding-right: 30px;
  39. padding: 0 30px 0 10px;
  40. line-height: 40px;
  41. font-size: 15px;
  42. position: relative;
  43. }
  44. .shenInputBox {
  45. padding-right: 130px;
  46. position: relative;
  47. }
  48. .shenInputBox1 {
  49. width: 80%;
  50. margin-left: 20%;
  51. }
  52. .inputRadioRow {
  53. overflow: hidden;
  54. }
  55. .inputRadioCol4 {
  56. width: 33.333333%;
  57. float: left;
  58. }
  59. .inputRadio {
  60. border-radius: 50%;
  61. }
  62. .inputRadio.active:after {
  63. content: '';
  64. width: 12px;
  65. height: 12px;
  66. /*background: #C5181A;*/
  67. position: absolute;
  68. left: 0;
  69. right: 0;
  70. bottom: 0;
  71. top: 0;
  72. margin: auto;
  73. border-radius: 50%;
  74. }
  75. .inputRadio, .inputCheck {
  76. font-style: normal;
  77. display: inline-block;
  78. vertical-align: middle;
  79. width: 22px;
  80. height: 22px;
  81. /*border: 1px solid #CBCBCB;*/
  82. margin: 0 10px 0 40px;
  83. /*position: relative;*/
  84. cursor: pointer;
  85. }
  86. .inputRadio input, .inputCheck input {
  87. /*position: absolute;*/
  88. width: 100%;
  89. height: 100%;
  90. left: 0;
  91. top: 0;
  92. /*opacity: .5;*/
  93. margin: 0;
  94. display: block;
  95. }
  96. .shenInputBox > span, .inputRadioCol4 span, .inputRadioCol3 span, .inputRadioCol2 span {
  97. display: inline-block;
  98. vertical-align: middle;
  99. }
  100. .shenInput > span {
  101. display: block;
  102. float: left;
  103. width: 20%;
  104. text-align: right;
  105. padding-right: 30px;
  106. padding: 8px 30px 8px 10px;
  107. line-height: 24px;
  108. }
  109. .shenInputBox .inputTxt {
  110. width: 100%;
  111. display: block;
  112. height: 42px;
  113. line-height: 40px;
  114. border: 1px solid #CBCBCB;
  115. padding: 0 10px;
  116. font-size: 15px;
  117. }
  118. .shenBtnBox .signTxt {
  119. margin-top: 30px;
  120. margin-left: 30px;
  121. }
  122. .shenBtn {
  123. width: 30%;
  124. background: #039cfd;
  125. text-align: center;
  126. line-height: 60px;
  127. margin: 50px auto 20px;
  128. font-size: 22px;
  129. color: #fff;
  130. border-radius: 2px;
  131. cursor: pointer;
  132. border-radius: 8px;
  133. -webkit-user-select: none;
  134. -moz-user-select: none;
  135. -ms-user-select: none;
  136. user-select: none;
  137. }
  138. .signTextareaBox {
  139. margin-top: 20px;
  140. position: relative;
  141. }
  142. .inputRadioRow {
  143. overflow: hidden;
  144. }
  145. .inputRadioCol2 {
  146. width: 20%;
  147. float: left;
  148. }
  149. .inputCheck img {
  150. width: 100%;
  151. display: none;
  152. }
  153. .signTextarea {
  154. margin-top: 45px;
  155. font-size: 15px;
  156. line-height: 42px;
  157. }
  158. /*****sec1*******/
  159. @media(max-width: 1080px) {
  160. .index_sec1 .index_box {
  161. width: 84%;
  162. }
  163. .inputRadioCol4 {
  164. width: 100%;
  165. }
  166. }