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
16 lines
187 B
<template>
|
|
<view class="bg-gray1 h-20" />
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style>
|
|
.h-20 {
|
|
height: 10px;
|
|
}
|
|
.bg-gray1 {
|
|
background-color: #f7f7fb;
|
|
color: #333333;
|
|
}
|
|
</style>
|