succession.wxss 1.1 KB

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