feedback.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /*!
  2. * ======================================================
  3. * FeedBack Template For MUI (http://dev.dcloud.net.cn/mui)
  4. * =======================================================
  5. * @version:1.0.0
  6. * @author:cuihongbao@dcloud.io
  7. */
  8. .feedback body {
  9. background-color: #EFEFF4;
  10. }
  11. .feedback input,
  12. .feedback textarea {
  13. border: none !important;
  14. }
  15. .feedback textarea {
  16. height: 100px;
  17. margin-bottom: 0 !important;
  18. padding-bottom: 0 !important;
  19. }
  20. .feedback .row {
  21. width: 100%;
  22. background-color: #fff;
  23. }
  24. .feedback p {
  25. padding: 10px 15px 0;
  26. }
  27. /*.feedback button#submit {
  28. width: 90%;
  29. height: 46px;
  30. left: 50%;
  31. -webkit-transform: translate(-50%);
  32. }*/
  33. input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
  34. font-size: 14px;
  35. }
  36. .feedback .hidden {
  37. display: none;
  38. }
  39. .feedback .image-list {
  40. width: 100%;
  41. height: 85px;
  42. background-size: cover;
  43. padding: 10px 10px;
  44. overflow: hidden;
  45. }
  46. .feedback .image-item {
  47. width: 65px;
  48. height: 65px;
  49. background-image: url(../images/iconfont-tianjia.png);
  50. background-size: 100% 100%;
  51. display: inline-block;
  52. position: relative;
  53. border-radius: 5px;
  54. margin-right: 10px;
  55. margin-bottom: 10px;
  56. border: solid 1px #e8e8e8;
  57. }
  58. .feedback .image-item .file {
  59. position: absolute;
  60. left: 0px;
  61. top: 0px;
  62. width: 100%;
  63. height: 100%;
  64. opacity: 0;
  65. cursor: pointer;
  66. z-index: 0;
  67. }
  68. .feedback .image-item.space {
  69. border: none;
  70. }
  71. .feedback .image-item .image-close {
  72. position: absolute;
  73. display: inline-block;
  74. right: -6px;
  75. top: -6px;
  76. width: 20px;
  77. height: 20px;
  78. text-align: center;
  79. line-height: 20px;
  80. border-radius: 12px;
  81. background-color: #FF5053;
  82. color: #f3f3f3;
  83. border: solid 1px #FF5053;
  84. font-size: 9px;
  85. font-weight: 200;
  86. z-index: 1;
  87. }
  88. .feedback .image-item.space .image-close {
  89. display: none;
  90. }
  91. .feedback .mui-inline{
  92. vertical-align: bottom;
  93. font-size: 14px;
  94. color: #8f8f94;
  95. }
  96. .mui-icon-star{
  97. color: #B5B5B5;
  98. font-size: 22px;
  99. }
  100. .mui-icon-star-filled{
  101. color: #FFB400;
  102. font-size: 22px;
  103. }
  104. .mui-popover {
  105. height: 180px;
  106. }
  107. .stream{
  108. display: none;
  109. }
  110. .mui-plus-stream .stream{
  111. display: block;
  112. }