reportcon.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .report_con{
  2. background:#FFF;
  3. font-size: 14px;
  4. }
  5. .report_con .report_con_body{
  6. background:#FFF;
  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:#282828;
  22. font-size:14px;
  23. resize:none;
  24. border:none;
  25. background: #F5F5F5;
  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. background: #CCC;
  73. }
  74. .report_con .report_con_body .report_con_img{
  75. position: relative;
  76. bottom: -12px;
  77. }
  78. .report_con .report_con_body .report_con_img img{
  79. margin-top: 5px;
  80. /* width: 75px; */
  81. width: auto;
  82. height:75px;
  83. border-radius:5px;
  84. }
  85. .report_con .report_con_body .report_con_img #upload{
  86. display:none;
  87. }
  88. .report_con .report_con_body .report_con_img .shadd {
  89. display: none;
  90. position: absolute;
  91. top: 5px;
  92. /*width: 85px;
  93. height: 85px;*/
  94. width: 75px;
  95. height: 75px;
  96. border-radius:5px;
  97. background: rgba(0,0,0,0.4);
  98. }
  99. .report_con .report_con_body .report_con_img .title-upload {
  100. margin-top: 20px;
  101. width: 100%;
  102. color: #fff;
  103. font-size: 0.8em;
  104. text-align: center;
  105. }
  106. .report_con .report_con_body .report_con_img #progress1{
  107. margin-left: 10%;
  108. width: 80%;
  109. margin-top: 17%;
  110. height: 6px;
  111. border: solid 1px #fff;
  112. background-color: #ccc;
  113. border-radius: 20px;
  114. position: relative;
  115. }
  116. .report_con .report_con_body .report_con_img .progress {
  117. width: 0;
  118. height: 4px;
  119. border: 1px solid #fff;
  120. border-radius: 20px;
  121. position: absolute;
  122. left: 0;
  123. top: 0;
  124. background-color: #fff;
  125. }
  126. .report_con .report_con_phone_tips{
  127. background: #FFF;
  128. padding:5px 10px 0 10px;
  129. height: auto;
  130. line-height: 25px;
  131. color: #848486;
  132. font-size: 0.8rem;
  133. }