select-text.wxss 175 B

123456789101112131415
  1. @import '../../common.wxss';
  2. page{
  3. height: 100%;
  4. }
  5. .demo-block {
  6. margin-bottom: 20px;
  7. padding: 20px;
  8. }
  9. .list-item {
  10. text-align: center;
  11. margin: 50px;
  12. }