shiftHandover.wxss 1.3 KB

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