当前位置:网站首页>The first training of wechat applet
The first training of wechat applet
2022-07-04 00:36:00 【A beginner of Science】
Source code :
<view class="box" hover-class= "boxHover">
<view class="item" hover-class="itemHover" hover-stop-propagation>1111</view>
</view>
<view class="out">
<text> New visual training base </text>
<text> Wechat applet course </text>
</view>
<view class="out">
<text> New visual training base </text>
<text> WeChat <text decode> < </text> Applet course </text>
</view>
<scroll-view scroll-x>
<view class="scrOut">
<view class="scrBox">111</view>
<view class="scrBox">222</view>
<view class="scrBox">333</view>
<view class="scrBox">444</view>
<view class="scrBox">555</view>
</view>
</scroll-view>
<scroll-view class="scroll2" scroll-y scroll-top="150">
<view class="scrOut2">
<view class="scrBox2">111</view>
<view class="scrBox2">222</view>
<view class="scrBox2">333</view>
<view class="scrBox2">444</view>
<view class="scrBox2">555</view>
</view>
</scroll-view>
<view>
<navigator class="link" url="/pages/logs/logs" open-type="reLaunch"> Jump to log </navigator>
<navigator class="link" url="/pages/logs/logs"> Jump to log </navigator>
</view>
<image src="http://www.qingnian8.com/images/hot1.jpg" ></image>
<image class="img1" src="/images/img4.jpg" mode= "bottom right" ></image>
<image src="/images/img1.jpg" show-menu-by-longpress></image>
<image src=" /images/img3.jpg" mode= "widthFix" ></image>
<text selectable space="ensp"> New visual training base new visual training base visual training base visual training base visual training base visual training base visual training base visual training base visual training base visual training base visual training base visual training base visual training base visual training base visual training base </text>
<view> Wechat applet development wechat applet development wechat applet development wechat applet development wechat applet development wechat applet development wechat applet development wechat applet development wechat applet development wechat applet development wechat character development wechat applet development </view>
.box{ width: 100px; height: 100px;background: red;}
.boxHover{ background: yellowgreen;}
.item{ width: 50px; height: 50px; background: gold;}
.itemHover{ background: hotpink; }
/* .out view{color:blue; display: inline;} */
image{width:100%;}
.link{ height: 40px;}
.scrOut{ border:1px solid green; display: flex;flex-wrap: nowrap;}
.scrBox{ width:100px; height: 100px; background: gold ; margin-right: 2px;flex:0 0 100px;}
.scroll2{ height: 450px;}
.scrBox2{ width:100%; height: 100px; background: pink ; margin-bottom: 1px;}
边栏推荐
- Data storage - interview questions
- Global and Chinese market of breast cancer imaging 2022-2028: Research Report on technology, participants, trends, market size and share
- Unity elementary case notes of angry birds Siki college 1-6
- Analysis and solution of lazyinitializationexception
- 2-Redis架构设计到使用场景-四种部署运行模式(下)
- The FISCO bcos console calls the contract and reports an error does not exist
- ISBN number
- Vscode regular match replace console log(.*)
- ESP Arduino playing with peripherals (V) basic concept of interrupt and timer interrupt
- Software testers, how can you quickly improve your testing skills? Ten minutes to teach you
猜你喜欢
ESP Arduino playing with peripherals (V) basic concept of interrupt and timer interrupt
Kubedl hostnetwork: accelerating the efficiency of distributed training communication
Self study software testing. To what extent can you go out and find a job?
Double efficiency. Six easy-to-use pychar plug-ins are recommended
Ningde times and BYD have refuted rumors one after another. Why does someone always want to harm domestic brands?
Unity elementary case notes of angry birds Siki college 1-6
Beijing invites reporters and media
A Kuan food rushed to the Shenzhen Stock Exchange: with annual sales of 1.1 billion, Hillhouse and Maotai CCB are shareholders
OS interrupt mechanism and interrupt handler
The FISCO bcos console calls the contract and reports an error does not exist
随机推荐
Self study software testing. To what extent can you go out and find a job?
Pytest unit test framework: simple and easy to use parameterization and multiple operation modes
Selenium library 4.5.0 keyword explanation (I)
It is worthy of "Alibaba internal software test interview notes" from beginning to end, all of which are essence
[error record] configure NDK header file path in Visual Studio (three header file paths of NDK | ASM header file path selection related to CPU architecture)
功能:编写函数fun求s=1^k+2^k +3^k + ......+N^k的值, (1的K次方到N的K次方的累加和)。
A dichotomy of Valentine's Day
Idea a method for starting multiple instances of a service
It is forbidden to splice SQL in code
I would like to ask how the top ten securities firms open accounts? Is it safe to open an account online?
Speed up the energy Internet of things. What can low-power Internet of things technology represented by Zeta do?
Global and Chinese markets of distributed control system (DCS) consumption 2022-2028: Research Report on technology, participants, trends, market size and share
Makefile judge custom variables
Ningde times and BYD have refuted rumors one after another. Why does someone always want to harm domestic brands?
Sorry, Tencent I also refused
[dynamic programming] leetcode 53: maximum subarray sum
It is the most difficult to teach AI to play iron fist frame by frame. Now arcade game lovers have something
Several ways to set up a blog locally [attach relevant software download links]
想请教一下,十大劵商如何开户?在线开户是安全么?
8. Go implementation of string conversion integer (ATOI) and leetcode