时空网前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
187 B

4 years ago
  1. <template>
  2. <view class="bg-gray1 h-20" />
  3. </template>
  4. <script>
  5. </script>
  6. <style>
  7. .h-20 {
  8. height: 10px;
  9. }
  10. .bg-gray1 {
  11. background-color: #f7f7fb;
  12. color: #333333;
  13. }
  14. </style>