index.acss 500 B

123456789101112131415161718192021222324252627
  1. .tag1 * {
  2. box-sizing: border-box;
  3. }
  4. .tag1 .button-box {
  5. position: relative;
  6. display: flex;
  7. margin: 40rpx 20rpx 20rpx 20rpx;
  8. }
  9. .tag1 .button-box text {
  10. flex: 1;
  11. font-size: 30rpx;
  12. text-align: center;
  13. color: #108ee9;
  14. }
  15. .tag1 .card_mgr_component_9c399bce {
  16. margin-top: 24rpx;
  17. margin-left: 24rpx;
  18. margin-right: 24rpx;
  19. }
  20. .tag1 .card_mgr_component_a35169db {
  21. margin: 24rpx;
  22. }
  23. .tag1 .card_mgr_div_605c0eb0 {
  24. flex-direction: column;
  25. display: flex;
  26. background-color: #f5f5f5ff;
  27. }