reportDetail.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. @import "/pages/wxgrid/wxgrid.wxss";
  2. .publishContainer {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .descInputBox {
  7. width: 100%;
  8. height: 30%;
  9. display: flex;
  10. flex-direction: row;
  11. justify-content: center;
  12. white-space: nowrap;
  13. padding-top: 10rpx;
  14. }
  15. .descInput {
  16. background-color: transparent;
  17. height: 80rpx;
  18. font-size: 30rpx;
  19. border-bottom: 1px gray solid;
  20. margin-left: 40rpx;
  21. margin-right: 40rpx;
  22. width: 100%;
  23. }
  24. .photoBox {
  25. width: 100%;
  26. display: flex;
  27. flex-direction: row;
  28. justify-content: center;
  29. padding-top: 40rpx;
  30. }
  31. .scroll-list {
  32. width: 90%;
  33. }
  34. .photo {
  35. width: 600rpx;
  36. height: 600rpx;
  37. }
  38. .item-img {
  39. width: 120rpx;
  40. height: 120rpx;
  41. margin: 5rpx 5rpx 5rpx 5rpx;
  42. border-radius: 12rpx;
  43. }
  44. .buttonBox {
  45. height: 100rpx;
  46. width: 100%;
  47. margin-top: 10rpx;
  48. margin-bottom: 10rpx;
  49. position: absolute;
  50. bottom: 0rpx;
  51. left: 0rpx;
  52. display: flex;
  53. flex-direction: row;
  54. justify-content: center;
  55. }
  56. .buttonBox button {
  57. width: 90%;
  58. }
  59. .textarea {
  60. font-size: 28rpx;
  61. /* margin: 10%; */
  62. background-color:lightgray;
  63. width: 90%;
  64. height: 100%;
  65. /* margin-top: 10rpx; */
  66. padding:10rpx;
  67. }
  68. .placeholder {
  69. font-size: 28rpx;
  70. color: gray;
  71. }
  72. .popup-example--center {
  73. border-radius: 4px;
  74. }
  75. .popup-example--right .zan-popup__container {
  76. top: 0;
  77. bottom: 0;
  78. }
  79. .popup-example--left .zan-popup__container {
  80. top: 0;
  81. bottom: 0;
  82. }
  83. .popup-example--top .zan-popup__container {
  84. left: 0;
  85. right: 0;
  86. padding: 15px;
  87. background-color: rgba(0, 0, 0, 0.7);
  88. color: #fff;
  89. font-size: 16px;
  90. }
  91. .popup-example--top .zan-popup__mask {
  92. opacity: 0;
  93. }
  94. .popup-example--bottom .zan-popup__container {
  95. left: 0;
  96. right: 0;
  97. }