edit.scss 949 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .checkboxes {
  2. justify-content: flex-end;
  3. font-size: 0 !important;
  4. }
  5. .popup-title {
  6. height: 80rpx;
  7. line-height: 80rpx;
  8. text-align: center;
  9. font-weight: 700;
  10. font-size: 30rpx;
  11. }
  12. .popup-button {
  13. width: 100%;
  14. display: flex;
  15. justify-content: space-around;
  16. box-sizing: border-box;
  17. padding: 0 80rpx;
  18. margin-top: 30rpx;
  19. .but {
  20. width: 180rpx;
  21. height: 80rpx;
  22. border-radius: 8rpx;
  23. }
  24. }
  25. .tag {
  26. height: 40rpx;
  27. padding: 0 15rpx;
  28. margin-right: 10rpx;
  29. border-radius: 8rpx;
  30. }
  31. .footer {
  32. text-align: center;
  33. position: fixed;
  34. bottom: 0;
  35. width: 100vw;
  36. padding: 20rpx 0;
  37. background-color: #ffffff;
  38. z-index: 99;
  39. .button {
  40. width: 500rpx;
  41. height: 90rpx;
  42. border-radius: 100rpx;
  43. font-size: 28rpx;
  44. font-family: PingFang SC-Bold, PingFang SC;
  45. font-weight: bold;
  46. color: #FFFFFF;
  47. }
  48. }