No Description

feedback.css 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .container{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .join_top{
  6. width: 100%;
  7. height: 0.67rem;
  8. background: #FFAA48;
  9. position: absolute;
  10. top: 0;
  11. }
  12. input{
  13. -webkit-appearance: radio;
  14. }
  15. /*意见反馈*/
  16. .release_con{
  17. width:3.55rem;
  18. /*height:2.4rem;*/
  19. background: #FFFFFF;
  20. border-radius:0.04rem;
  21. margin: auto;
  22. /*margin-top: -0.67rem;*/
  23. font-size: 0.15rem;
  24. /*padding: 0.2rem 0.22rem;*/
  25. box-sizing: border-box;
  26. position: relative;
  27. }
  28. .ask{
  29. padding-bottom: 0.11rem;
  30. font-size:0.14rem;
  31. color:#444444;
  32. line-height:0.2rem;
  33. }
  34. .answer{
  35. padding-bottom: 0.24rem;
  36. font-size:0.13rem;
  37. color:#777777;
  38. display: flex;
  39. }
  40. .answer .item{
  41. margin-right: 0.2rem;
  42. }
  43. /*.answer:nth-child(1) .item:nth-child(2){
  44. padding-right: 0.33rem;
  45. }*/
  46. /*生成一个伪元素,作为美化版的单选按钮,先给伪元素添加一些样式*/
  47. /*input[type="radio"] + label::before {
  48. content: "\a0";
  49. display: inline-block;
  50. vertical-align: middle;
  51. font-size: 18px;
  52. width:0.13rem;
  53. height:0.13rem;
  54. box-sizing: border-box;
  55. margin-right: 0.1rem;
  56. border-radius: 50%;
  57. border: 0.01rem solid #01cd78;
  58. text-indent: .15rem;
  59. border:0.02rem solid #9B9B9B;
  60. }*/
  61. /*给单选按钮的勾选状态添加不同的样式*/
  62. /*input[type="radio"]:checked + label::before {
  63. background-color: #FFAA48;
  64. background-clip: content-box;
  65. border:none;
  66. width:0.13rem;
  67. height:0.12rem;
  68. }*/
  69. /*现在把原来的单选按钮隐藏*/
  70. /*input[type="radio"] {
  71. position: absolute;
  72. clip: rect(0, 0, 0, 0);
  73. }*/
  74. /*建议*/
  75. .proposal{
  76. font-size:0.16rem;
  77. color:#666666;
  78. line-height:22px;
  79. padding: 0.09rem 0.32rem 0.11rem 0.32rem;
  80. position: relative;
  81. }
  82. .proposal_content{
  83. width:3.55rem;
  84. height:1.92rem;
  85. background:#ffffff;
  86. border-radius:0.04rem;
  87. margin: auto;
  88. position: relative;
  89. }
  90. #con{
  91. width: 100%;
  92. height: 1.52rem;
  93. padding: 0.19rem 0.22rem;
  94. font-size:0.14rem;
  95. /*color:#D3D3D3;*/
  96. color:#555555;
  97. line-height:0.2rem;
  98. box-sizing: border-box;
  99. border: 0;
  100. border-radius:0.04rem;
  101. }
  102. #con::-webkit-input-placeholder{
  103. color:#D3D3D3;
  104. }
  105. #count{
  106. font-size:0.14rem;
  107. color:#888888;
  108. line-height:0.2rem;
  109. text-align: right;
  110. padding-right: 0.2rem;
  111. }
  112. #sumbit{
  113. width:2.49rem;
  114. height:0.4rem;
  115. color:#FFFFFF;
  116. font-size:0.18rem;
  117. line-height:0.4rem;
  118. text-align: center;
  119. letter-spacing: 0.01rem;
  120. background:#FEB727;
  121. border-radius:0.07rem;
  122. margin: auto;
  123. margin-top: 0.4rem;
  124. }
  125. /*提示*/
  126. .alert-info {position: absolute;top: 2.74rem; right: 0; left: 0;bottom: 0; text-align: center;z-index: 999;}
  127. .alert-info p {display: inline-block;height: 0.38rem;color: #fff;font-size: 0.14rem;line-height: 0.38rem;padding: 0 0.10rem;background-color: rgba(0, 0, 0, 0.7);border-radius: 5px;}
  128. .pay_list_c1 {
  129. width:0.13rem;
  130. height:0.13rem;
  131. float: left;
  132. /*padding-top: 3px;*/
  133. cursor: pointer;
  134. text-align: center;
  135. margin-right: 0.1rem;
  136. background: #FFFFFF;
  137. border-radius: 50%;
  138. border:0.02rem solid #9B9B9B;
  139. /*background-image: url(img/0.jpg);*/
  140. /*background-repeat: no-repeat;*/
  141. /*background-position: -24px 0;*/
  142. display: flex;
  143. }
  144. .pay_list_c1 span{
  145. margin-left: 0.1rem;
  146. }
  147. .radioclass {
  148. opacity: 0;
  149. cursor: pointer;
  150. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  151. filter: alpha(opacity=0);
  152. }
  153. .on {
  154. /*background-position: 0 0;*/
  155. background-color: #FFAA48;
  156. border-radius:50% ;
  157. border:0.02rem solid #FFAA48;
  158. }