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.
41 lines
835 B
41 lines
835 B
<template>
|
|
<view class="">
|
|
<view class="">
|
|
<div class="head df aic jcsb">
|
|
<div class="head-name">动物类</div>
|
|
<div class="head-time">×30</div>
|
|
</div>
|
|
<div class="head df aic jcsb">
|
|
<div class="head-name">根茎类</div>
|
|
<div class="head-time">×15</div>
|
|
</div>
|
|
<div class="head df aic jcsb">
|
|
<div class="head-name">矿石类</div>
|
|
<div class="head-time">×23</div>
|
|
</div>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
.head{
|
|
margin-top: 32rpx;
|
|
.head-name{
|
|
font-size: 30rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
line-height: 42rpx;
|
|
}
|
|
.head-time{
|
|
font-size: 30rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 42rpx;
|
|
}
|
|
}
|
|
</style>
|