meeting-inspection-abnormal.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. .upload-icon {
  19. width: 40rpx;
  20. height: 38rpx;
  21. }
  22. .imageItem {
  23. margin-top: 30rpx;
  24. display: inline-flex;
  25. flex-direction: row;
  26. margin-right: 40rpx;
  27. }
  28. .imageItem .img {
  29. width: 90rpx;
  30. height: 90rpx;
  31. }
  32. .removeBtn {
  33. width: 30rpx;
  34. height: 30rpx;
  35. position: relative;
  36. top: -15rpx;
  37. right: 15rpx;
  38. z-index: 9;
  39. }
  40. .result-desc {
  41. margin-top: 30rpx;
  42. width: 100%;
  43. min-height: 320rpx;
  44. background-color: #FFFFFF;
  45. box-sizing: border-box;
  46. padding: 30rpx;
  47. }
  48. .desc {
  49. margin-top: 20rpx;
  50. width: 100%;
  51. }
  52. .bottom-save {
  53. position: absolute;
  54. bottom: 10rpx;
  55. width: 100%;
  56. background-color: #FFFFFF;
  57. box-sizing: border-box;
  58. padding: 20rpx 30rpx;
  59. }
  60. .save-btn {
  61. color: #FFFFFF;
  62. background-color: #3D5C92;
  63. border-radius: 45rpx;
  64. width: 100%;
  65. height: 90rpx;
  66. line-height: 90rpx;
  67. text-align: center;
  68. letter-spacing: 10rpx;
  69. }