index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background: #356363;
  5. }
  6. .main .one {
  7. float: left;
  8. width: 80%;
  9. margin: 25% 10% 0 10%;
  10. }
  11. .main .one .one_1 {
  12. float: left;
  13. width: 93%;
  14. height: 350px;
  15. overflow: hidden;
  16. background-color: #fff;
  17. margin: 0 0 20px 0;
  18. border-radius: 10px;
  19. padding: 10px;
  20. }
  21. .main .one .one_1 .one_1_1 {
  22. float: left;
  23. width: 100%;
  24. font-size: 20px;
  25. font-weight: 700;
  26. margin: 25px 0;
  27. }
  28. .main .one .one_1 .one_1_2 {
  29. float: left;
  30. width: 100%;
  31. margin: 0 0 20px 0;
  32. }
  33. .main .one .one_1 .one_1_2 .content {
  34. float: left;
  35. width: 100%;
  36. margin: 0 0 15px 0;
  37. padding: 10px 0;
  38. border-bottom: 1px solid #000;
  39. }
  40. .main .one .one_1 .one_1_2 .content .left {
  41. float: left;
  42. width: 20%;
  43. text-align: center;
  44. }
  45. .main .one .one_1 .one_1_2 .content .left .icon {
  46. font-size: 30px;
  47. }
  48. .main .one .one_1 .one_1_2 .content .right {
  49. float: left;
  50. width: 80%;
  51. }
  52. .main .one .one_1 .one_1_2 .content .right input {
  53. float: left;
  54. width: 100%;
  55. padding: 4px 0;
  56. font-size: 14px;
  57. }
  58. .main .one .one_1 .one_1_2 .btn {
  59. float: left;
  60. width: 100%;
  61. margin: 15px 0 0 0;
  62. }
  63. .main .one .one_1 .one_1_2 .btn .btn_1 {
  64. float: left;
  65. width: 100%;
  66. margin: 0 0 10px 0;
  67. }
  68. .main .one .one_1 .one_1_2 .btn .btn_1 button {
  69. border: none;
  70. font-size: 12px;
  71. }
  72. .main .one .one_1 .one_1_2 .btn .btn_1 button:last-child {
  73. float: right;
  74. }
  75. .main .one .one_1 .one_1_2 .btn .btn_2 {
  76. float: left;
  77. width: 100%;
  78. text-align: center;
  79. }
  80. .main .one .one_1 .one_1_2 .btn .btn_2 button {
  81. width: 80%;
  82. border-radius: 25px;
  83. }
  84. .main .one .one_1 .one_1_3 {
  85. float: left;
  86. width: 100%;
  87. font-size: 12px;
  88. color: #666;
  89. }
  90. .main .one .one_1 .one_1_3 .check {
  91. padding: 0 50px;
  92. }
  93. .main .one .one_2 {
  94. float: left;
  95. width: 100%;
  96. color: #ffffff;
  97. margin: 0 0 50px 0;
  98. }
  99. .main .one .one_2 text {
  100. padding: 0 10px;
  101. font-size: 14px;
  102. }
  103. .main .one .one_3 {
  104. float: left;
  105. width: 100%;
  106. text-align: center;
  107. }
  108. /* 未选中 */
  109. checkbox .wx-checkbox-input {
  110. width: 30rpx;
  111. height: 30rpx;
  112. }
  113. /* 选中 */
  114. /* checkbox .wx-checkbox-input.wx-checkbox-input-checked{
  115. border: none;
  116. background: red;
  117. } */
  118. /* 选中 */
  119. /* checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
  120. border-radius: 50%;
  121. width: 40rpx;
  122. height: 40rpx;
  123. line-height: 40rpx;
  124. text-align: center;
  125. font-size:30rpx;
  126. color:#fff;
  127. background: transparent;
  128. transform:translate(-50%, -50%) scale(1);
  129. -webkit-transform:translate(-50%, -50%) scale(1);
  130. } */