coupon.wxss 499 B

12345678910111213141516171819202122
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-96ba783d {
  4. box-sizing: border-box;
  5. padding: 0 30rpx;
  6. height: 100%;
  7. color: #001713;
  8. background-color: #fffdfb;
  9. }
  10. .container.data-v-96ba783d .custom_class_tab .wd-tabs__line {
  11. background-color: #ff8205;
  12. }
  13. .container .content.data-v-96ba783d {
  14. box-sizing: border-box;
  15. padding: 30rpx 0;
  16. height: calc(100vh - 84rpx);
  17. color: #001713;
  18. overflow-y: auto;
  19. }
  20. .container .content .status_tip.data-v-96ba783d {
  21. margin-top: 100rpx;
  22. }