index.wxss 479 B

1234567891011121314151617181920212223242526272829303132
  1. .btn-add-box-popup .t {
  2. font-size: 36rpx;
  3. text-align: center;
  4. height: 88rpx;
  5. line-height: 88rpx;
  6. font-weight: bold;
  7. }
  8. .btn-add-box-popup .bd {
  9. padding: 0 32rpx;
  10. padding-bottom: 32rpx;
  11. }
  12. .btn-add-box-popup .del-btn {
  13. margin-top: 32rpx;
  14. }
  15. .content {
  16. width: 600rpx;
  17. padding: 32rpx;
  18. font-size: 32rpx;
  19. line-height: 54rpx;
  20. }
  21. .link {
  22. color: #10AEFF;
  23. }
  24. .btn-group {
  25. padding: 32rpx;
  26. display: flex;
  27. justify-content: space-around;
  28. }
  29. .mt32 {
  30. margin-top: 32rpx;
  31. }