当前位置:网站首页>Harmonyos third training notes
Harmonyos third training notes
2022-07-03 07:41:00 【A beginner of Science】
Reproduce the screenshot of the first page

cookbook Related codes
<element name= "cb-swiper" src="./swiper/swiper"></element>
<element name= "cb-hotcate" src="./hotcate/hotcate"></element>
<div class= "cb-container">
<div class="cb-title">
<text> Food collection </text>
</div>
<div class="cb-body">
<list>
<list-item class="cb-body-item">
<cb-swiper list="{
{list}}"></cb-swiper>
</list-item>
<list-item class="cb-body-item">
<cb-hotcate></cb-hotcate>
</list-item>
</list>
</div>
</div>.cb-container {
flex-direction: column ;
}
.cb-body {
flex: 1;
}
.cb-body-item{
flex-direction: column;
}
.cb-title {
width: 100%;
height: 44px;
justify-content: center;
align-items: center;
background-color: #ee742f;
}
text{
font-size: 16px;
font-weight: normal;
color:#fff;
}// @ts-nocheck
import list from '../../../common/data/cook-list.json';
export default {
data: {
list: []
} ,
onInit() {
this.list=list.data
}
}边栏推荐
- Hnsw introduction and some reference articles in lucene9
- The babbage industrial policy forum
- Application of pigeon nest principle in Lucene minshouldmatchsumscorer
- 技术干货|昇思MindSpore算子并行+异构并行,使能32卡训练2420亿参数模型
- Technical dry goods Shengsi mindspire innovation model EPP mvsnet high-precision and efficient 3D reconstruction
- 华为S5700交换机初始化和配置telnet,ssh用户方法
- 华为交换机配置ssh登录远程管理交换机
- Inverted chain disk storage in Lucene (pfordelta)
- List exercises after class
- opensips与对方tls sip trunk对接注意事项
猜你喜欢

Go language foundation ----- 10 ----- string related operations (operation function, string conversion)

【MySQL 11】怎么解决MySQL 8.0.18 大小写敏感问题

技术干货|关于AI Architecture未来的一些思考

The concept of C language pointer

Collector in ES (percentile / base)

Introduction of buffer flow

研究显示乳腺癌细胞更容易在患者睡觉时进入血液

How long is the fastest time you can develop data API? One minute is enough for me

Qtip2 solves the problem of too many texts

Lucene skip table
随机推荐
Introduction of transformation flow
【LeetCode】3. Merge Two Sorted Lists·合并两个有序链表
华为交换机配置ssh登录远程管理交换机
Enter three times and guess a number
Hello world of vertx
华为S5700交换机初始化和配置SSH和TELNET远程登录方法
List exercises after class
Technical dry goods | alphafold/ rosettafold open source reproduction (2) - alphafold process analysis and training Construction
[Development Notes] cloud app control on device based on smart cloud 4G adapter gc211
Traversal in Lucene
Partage de l'expérience du projet: mise en œuvre d'un pass optimisé pour la fusion IR de la couche mindstore
Go language foundation ----- 02 ----- basic data types and operators
华为S5700交换机初始化和配置telnet,ssh用户方法
Why is data service the direction of the next generation data center?
pgAdmin 4 v6.11 发布,PostgreSQL 开源图形化管理工具
技术干货 | AlphaFold/ RoseTTAFold开源复现(2)—AlphaFold流程分析和训练构建
EtherCAT state machine transition (ESM)
An overview of IfM Engage
Go language foundation ----- 04 ----- closure, array slice, map, package
Leetcode 213: 打家劫舍 II