meeting-inspection-abnormal.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /* pages/meeting-inspection-abnormal/meeting-inspection-abnormal.wxss */
  2. page {
  3. background-color: #F0F4F7;
  4. }
  5. .upload-pic {
  6. background-color: #FFFFFF;
  7. box-sizing: border-box;
  8. width: 100%;
  9. margin-top: 30rpx;
  10. padding: 30rpx;
  11. min-height: 206rpx;
  12. }
  13. .toolBar {
  14. width: 100%;
  15. display: inline-flex;
  16. justify-content: space-between;
  17. }
  18. .toolBar text {
  19. color: #777777;
  20. }
  21. .upload-icon {
  22. width: 40rpx;
  23. height: 38rpx;
  24. }
  25. .imageItem {
  26. margin-top: 30rpx;
  27. display: inline-flex;
  28. flex-direction: row;
  29. margin-right: 40rpx;
  30. }
  31. .imageItem .img {
  32. width: 90rpx;
  33. height: 90rpx;
  34. }
  35. .removeBtn {
  36. width: 30rpx;
  37. height: 30rpx;
  38. position: relative;
  39. top: -15rpx;
  40. right: 15rpx;
  41. z-index: 9;
  42. }
  43. .result-desc {
  44. margin-top: 30rpx;
  45. width: 100%;
  46. min-height: 320rpx;
  47. background-color: #FFFFFF;
  48. box-sizing: border-box;
  49. padding: 30rpx;
  50. }
  51. .result-desc text {
  52. color: #777777;
  53. }
  54. .desc {
  55. margin-top: 20rpx;
  56. width: 100%;
  57. }
  58. .bottom-save {
  59. position: absolute;
  60. bottom: 10rpx;
  61. width: 100%;
  62. background-color: #FFFFFF;
  63. box-sizing: border-box;
  64. padding: 20rpx 30rpx;
  65. }
  66. .save-btn {
  67. color: #FFFFFF;
  68. background-color: #3D5C92;
  69. border-radius: 45rpx;
  70. width: 100%;
  71. height: 90rpx;
  72. line-height: 90rpx;
  73. text-align: center;
  74. letter-spacing: 10rpx;
  75. }