金诚优选前端代码
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
188 B

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