index.wxss 269 B

12345678910111213141516
  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. background-color: var(--f3CColor);
  13. color: var(--mainColor);
  14. font-size: var(--font14Size);
  15. }