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