submit.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .search-box.data-v-0ef1ba74 {
  2. background-color: #fff;
  3. }
  4. .search-box ._ul ._li.data-v-0ef1ba74 {
  5. padding: 25rpx 30rpx;
  6. border-bottom: 1rpx solid #dcdcdc;
  7. }
  8. .submit-btn-warp.data-v-0ef1ba74 {
  9. display: flex;
  10. justify-content: space-between;
  11. }
  12. .submit-btn-warp button.data-v-0ef1ba74 {
  13. width: 47%;
  14. }
  15. .wenti-list.data-v-0ef1ba74 {
  16. overflow: hidden;
  17. }
  18. .wenti-list .list-box.data-v-0ef1ba74 {
  19. width: 28%;
  20. margin: 0 2% 20rpx;
  21. float: left;
  22. height: 60rpx;
  23. line-height: 60rpx;
  24. text-align: center;
  25. border: 1px solid #DDDCDC;
  26. border-radius: 10rpx;
  27. }
  28. .wenti-list .list-box.active.data-v-0ef1ba74 {
  29. border: 1px solid #1A3AF0;
  30. background-color: #1A3AF0;
  31. color: #fff;
  32. }
  33. .submit-warp.data-v-0ef1ba74 {
  34. display: flex;
  35. }
  36. .submit-warp .form-text.data-v-0ef1ba74 {
  37. width: 20%;
  38. text-align: center;
  39. }
  40. .submit-warp .form-box.data-v-0ef1ba74 {
  41. width: 80%;
  42. padding: 0 20rpx;
  43. }
  44. .imglist.data-v-0ef1ba74 {
  45. display: flex;
  46. flex-wrap: wrap;
  47. }
  48. .imglist .item.data-v-0ef1ba74 {
  49. width: 150rpx;
  50. height: 150rpx;
  51. margin-right: 22rpx;
  52. margin-bottom: 10rpx;
  53. position: relative;
  54. }
  55. .imglist .last-item.data-v-0ef1ba74 {
  56. width: 150rpx;
  57. height: 150rpx;
  58. text-align: center;
  59. line-height: 146rpx;
  60. border: 2rpx dashed #8B97A9;
  61. box-sizing: border-box;
  62. }
  63. .imglist .item image.data-v-0ef1ba74 {
  64. width: 100%;
  65. height: 100%;
  66. }
  67. .imglist .item .delete.data-v-0ef1ba74 {
  68. width: 30rpx;
  69. height: 30rpx;
  70. position: absolute;
  71. top: -25rpx;
  72. right: -12rpx;
  73. font-size: 40rpx;
  74. font-weight: bold;
  75. }