reportcon.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. .report_con{
  2. background:#110D24;
  3. font-size: 14px;
  4. }
  5. .report_con .report_con_body{
  6. background:#15102C;
  7. font-size: 14px;
  8. }
  9. .report_con .report_con_body .report_con_textarea{
  10. position:relative;
  11. border-bottom:0px solid #bfbfbf;
  12. padding: 15px;
  13. border: none;
  14. outline: none;
  15. height: 300px;
  16. }
  17. .report_con .report_con_body .report_con_textarea textarea{
  18. width:100%;
  19. height:200px;
  20. line-height:25px;
  21. color:#d7d7d7;
  22. font-size:14px;
  23. resize:none;
  24. border:none;
  25. background: #15102C;
  26. overflow-y: auto;
  27. outline: none;
  28. }
  29. .report_con .report_con_body .report_con_textarea .tips{
  30. position:absolute;
  31. bottom:10px;
  32. right:10px;
  33. color:#d7d7d7;
  34. font-size:12px;
  35. }
  36. /***********************联系方式**************************/
  37. .report_con .report_con_body .report_con_tel{
  38. height: 50px;
  39. /*background: #CCC;*/
  40. line-height: 50px;
  41. border-bottom: 0px solid #F2F2F2;
  42. padding-left: 15px;
  43. padding-right: 15px;
  44. }
  45. .report_con .report_con_body .report_con_tel .report_con_tel_con{
  46. width: 100%;
  47. height: 100%;
  48. float: left;
  49. }
  50. .report_con .report_con_body .report_con_tel .report_con_tel_con input{
  51. width: 98%;
  52. height: 30px;
  53. line-height: 30px;
  54. -webkit-appearance:none; /*去除input默认样式*/
  55. outline: none;
  56. border:0;
  57. background: none;
  58. color: #d7d7d7;
  59. font-size: 1rem;
  60. }
  61. .clearboth{
  62. clear: both;
  63. }
  64. /***********************联系方式**************************/
  65. .report_con .report_con_body .report_con_bottom{
  66. position:relative;
  67. height:50px;
  68. line-height: 50px;
  69. color: #C52F6E;
  70. text-align: center;
  71. font-size: 1rem;
  72. }
  73. .report_con .report_con_body .report_con_img{
  74. position: relative;
  75. bottom: -12px;
  76. }
  77. .report_con .report_con_body .report_con_img img{
  78. margin-top: 5px;
  79. /* width: 75px; */
  80. width: auto;
  81. height:75px;
  82. border-radius:5px;
  83. }
  84. .report_con .report_con_body .report_con_img #upload{
  85. display:none;
  86. }
  87. .report_con .report_con_body .report_con_img .shadd {
  88. display: none;
  89. position: absolute;
  90. top: 5px;
  91. /*width: 85px;
  92. height: 85px;*/
  93. width: 75px;
  94. height: 75px;
  95. border-radius:5px;
  96. background: rgba(0,0,0,0.4);
  97. }
  98. .report_con .report_con_body .report_con_img .title-upload {
  99. margin-top: 20px;
  100. width: 100%;
  101. color: #fff;
  102. font-size: 0.8em;
  103. text-align: center;
  104. }
  105. .report_con .report_con_body .report_con_img #progress1{
  106. margin-left: 10%;
  107. width: 80%;
  108. margin-top: 17%;
  109. height: 6px;
  110. border: solid 1px #fff;
  111. background-color: #ccc;
  112. border-radius: 20px;
  113. position: relative;
  114. }
  115. .report_con .report_con_body .report_con_img .progress {
  116. width: 0;
  117. height: 4px;
  118. border: 1px solid #fff;
  119. border-radius: 20px;
  120. position: absolute;
  121. left: 0;
  122. top: 0;
  123. background-color: #fff;
  124. }
  125. .report_con .report_con_phone_tips{
  126. background: #110D24;
  127. padding:5px 10px 0 10px;
  128. height: auto;
  129. line-height: 25px;
  130. color: #848486;
  131. font-size: 0.8rem;
  132. }