wenjuan.wxss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .wenjuan.data-v-a7c11d90 {
  8. padding: 0 15px 20px;
  9. }
  10. .wenjuan .title_wrap.data-v-a7c11d90 {
  11. border-bottom: 1px dashed #999999;
  12. }
  13. .wenjuan .title_wrap .title.data-v-a7c11d90 {
  14. text-align: center;
  15. font-size: 18px;
  16. font-weight: 600;
  17. padding-bottom: 10px;
  18. }
  19. .wenjuan .title_wrap .notice.data-v-a7c11d90 {
  20. background-color: #f0f0f0;
  21. padding: 5px;
  22. border-radius: 6px;
  23. margin-bottom: 10px;
  24. font-size: 12px;
  25. line-height: 22px;
  26. }
  27. .wenjuan .title_wrap .notice text.data-v-a7c11d90 {
  28. font-size: 14px;
  29. font-weight: 550;
  30. }
  31. .wenjuan .wrap.data-v-a7c11d90 {
  32. margin-top: 15px;
  33. margin-bottom: 30px;
  34. }
  35. .wenjuan .wrap .item.data-v-a7c11d90 {
  36. margin-bottom: 30px;
  37. }
  38. .wenjuan .wrap .item .item_title.data-v-a7c11d90 {
  39. margin-bottom: 10px;
  40. }
  41. .wenjuan .wrap .item .item_title .star.data-v-a7c11d90 {
  42. color: red;
  43. margin-right: 2px;
  44. }
  45. .wenjuan .wrap .item u-input.data-v-a7c11d90 {
  46. margin-top: 10px;
  47. border: 1px solid;
  48. width: 50%;
  49. padding: 5px 8px;
  50. height: 30px;
  51. box-sizing: border-box;
  52. }
  53. .wenjuan .btn.data-v-a7c11d90 {
  54. height: 40px;
  55. background-color: #3B7653;
  56. color: #fff;
  57. font-size: 16px;
  58. line-height: 40px;
  59. text-align: center;
  60. border-radius: 20px;
  61. }
  62. .wenjuan .wraning.data-v-a7c11d90 {
  63. color: #CE3C39;
  64. font-size: 14px;
  65. text-align: center;
  66. }