当前位置:网站首页>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
}
}边栏推荐
- URL programming
- Understanding of class
- Vertx multi vertical shared data
- Go language foundation ----- 01 ----- go language features
- 【MySQL 12】MySQL 8.0.18 重新初始化
- Responsive MySQL of vertx
- Traversal in Lucene
- 论文学习——鄱阳湖星子站水位时间序列相似度研究
- VMware network mode - bridge, host only, NAT network
- Go language foundation ----- 05 ----- structure
猜你喜欢

密西根大学张阳教授受聘中国上海交通大学客座教授(图)

项目经验分享:实现一个昇思MindSpore 图层 IR 融合优化 pass

技术干货|昇思MindSpore Lite1.5 特性发布,带来全新端侧AI体验

Technical dry goods Shengsi mindspire lite1.5 feature release, bringing a new end-to-end AI experience

Various postures of CS without online line

URL programming

HarmonyOS第三次培训笔记

Go language foundation ----- 18 ----- collaboration security, mutex lock, read-write lock, anonymous lock, sync Once

Introduction of buffer flow

Shengsi mindspire is upgraded again, the ultimate innovation of deep scientific computing
随机推荐
技术干货|昇思MindSpore NLP模型迁移之Roberta ——情感分析任务
Lucene merge document order
C2-关于VCF文件合并的几种方法
Industrial resilience
OSPF protocol summary
An overview of IfM Engage
Analysis of the eighth Blue Bridge Cup single chip microcomputer provincial competition
Project experience sharing: realize an IR Fusion optimization pass of Shengsi mindspire layer
Vertx metric Prometheus monitoring indicators
項目經驗分享:實現一個昇思MindSpore 圖層 IR 融合優化 pass
Go language foundation ----- 11 ----- regular expression
Go language foundation ----- 18 ----- collaboration security, mutex lock, read-write lock, anonymous lock, sync Once
技术干货|昇思MindSpore创新模型EPP-MVSNet-高精高效的三维重建
Unity XR实现交互(抓取,移动旋转,传送,射击)-Pico
Structure of golang
Go language foundation ------17 ----- channel creation, read-write, security shutdown, multiplexing select
Paper learning -- Study on the similarity of water level time series of Xingzi station in Poyang Lake
The difference between typescript let and VaR
Iterm2设置
【MySQL 12】MySQL 8.0.18 重新初始化