info.wxss 290 B

1234567891011121314151617
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .content {
  5. display: flex;
  6. flex-direction: column;
  7. }
  8. .content .one {
  9. padding: 3vw;
  10. }
  11. .content .one .button {
  12. margin: 2vw 0 0 0;
  13. background-color: var(--f3CColor);
  14. color: var(--mainColor);
  15. font-size: var(--font14Size);
  16. }