index.wxss 213 B

123456789101112131415161718
  1. .one {
  2. float: left;
  3. width: 100%;
  4. }
  5. .one .one_1 {
  6. float: left;
  7. width: 100%;
  8. text-align: center;
  9. margin: 20px 0;
  10. font-size: 25px;
  11. }
  12. .one .one_2 {
  13. float: left;
  14. width: 100%;
  15. text-align: center;
  16. }