当前位置:网站首页>Summary of wechat applet display style knowledge points
Summary of wechat applet display style knowledge points
2022-07-04 22:58:00 【Song Xiaoyu】
1. view Label of flex Layout
flex namely HTML Medium inline, Change block elements into inline elements
display: flex;
1.1 flex Direction selection of layout
Set up flex After layout , You can choose horizontal layout or vertical layout , There are four ways
flex-direction:
row: The horizontal direction from left to right is the main axis
row-reverse: The horizontal direction from right to left is the main axis
column: The vertical direction from top to bottom is the main axis
column-reverse: The vertical direction from bottom to top is the main axis
1.2 Other options for horizontal and vertical layout
- The horizontal layout
justify-content
flex-start Start on the left ( The default value is )
flex-end From the right
flex-center align horizontal center
space-between full-justified
space-around The distance between each element is equal , And there is an equal distance between the head and the tail
- Vertical layout
align-items
stretch Fill the entire container longitudinally
flex-start Start at the top
flex-end Start at the bottom
center Vertically centered
baseline Align with the first line of text of the child element ??
Son view A property is align-self, He has five choices for vertical layout , Plus auto
1.3 control view Do you want to change lines
flex-wrap:
nowrap Don't wrap ( Default )
wrap Line break
wrap-reverse Line break , The first line is at the bottom
Reference documents : https://www.cnblogs.com/sun8134/p/6395947.html
2. Line break , Single space , Consecutive spaces
- Line break
\nIt should be noted that , Text that needs to wrap , Must be wrapped intextIn the label - Single space have access to
\t, Multiple\tShow only one space , To display multiple spaces , You can use the following method - Consecutive spaces When parsing multiple spaces Need to be wrapped in `` In the label , If the page displays
You need to adddecode="{true}"
You can directly connect multiple spaces here , Can recognize
Hello ah Ha ha ha ( The space is half the size of Chinese characters )
Hello ah Ha ha ha ( The space is the size of Chinese characters )
Hello ah Ha ha ha ( The space is set according to the font )
or
Hello ah Ha ha ha ( The space is half the size of Chinese characters )
Hello ah Ha ha ha ( The space is the size of Chinese characters )
Hello ah Ha ha ha ( The space is set according to the font )
3. shadows
- Box model shadow
box-shadowShadow of the vulva : box-shadow: Shadowy X Axis ( You can use negative values ) Shadowy Y Axis ( You can use negative values ) Shadow blur value ( size ) Color of shadow ; X The positive value of the axis indicates that the direction is right ,Y A positive value of the axis indicates that the direction is down Inner shadow : On the basis of the outer shadow, addinsetX The positive value of the axis indicates that the direction is left ,Y The positive value of the axis indicates that the direction is up - Text shadow
text-shadowAttributes of the outer shadow with the box model , Consistent function No inner shadow Reference documents : http://www.cnblogs.com/wuchuanlong/p/5980766.html
4. Gradient effect gradients
- Linear gradient (Linear Gradients)- Down / Up / towards the left / towards the right / Diagonally
- Radial Gradient (Radial Gradients)- Defined by their center
// From top to bottom ( Default )
background: linear-gradient(red, blue);
// From left to right
background: linear-gradient(to right, red , blue);
...
Reference documents : https://blog.csdn.net/u010377372/article/details/79721725
solve "\n" Unable to achieve line feed effect
In the database \n When taken out, it will become \\n, And in the small program text The effect of line breaking should be achieved in the component , You need to \\n convert to \n.
resolvent :
content.replace(/\\n/g, "\n");
file :https://blog.csdn.net/zhangying1994/article/details/86552970
边栏推荐
- [ODX studio edit PDX] - 0.2-how to compare two pdx/odx files of compare
- sobel过滤器
- MYSQL架构——逻辑架构
- Redis入门完整教程:慢查询分析
- Tla+ introductory tutorial (1): introduction to formal methods
- Serial port data frame
- Naacl-22 | introduce the setting of migration learning on the prompt based text generation task
- Record: how to scroll screenshots of web pages on Microsoft edge in win10 system?
- How to send a reliable request before closing the page
- Redis入门完整教程:有序集合详解
猜你喜欢

Redis démarrer le tutoriel complet: Pipeline

Attack and Defense World MISC Advanced Area Erik baleog and Olaf

攻防世界 MISC 进阶区 3-11

Logo special training camp Section IV importance of font design

Redis introduction complete tutorial: slow query analysis

共创软硬件协同生态:Graphcore IPU与百度飞桨的“联合提交”亮相MLPerf

Talk about Middleware

攻防世界 MISC 进阶区 can_has_stdio?

Attack and defense world misc advanced area can_ has_ stdio?

Redis入门完整教程:键管理
随机推荐
The difference between Max and greatest in SQL
该如何去选择证券公司,手机上开户安不安全
记录:关于Win10系统中Microsoft Edge上的网页如何滚动截屏?
Unity-VScode-Emmylua配置报错解决
集群的概述与定义,一看就会
Redis getting started complete tutorial: Geo
Set up a website with a sense of ceremony, and post it to 1/2 of the public network through the intranet
Advanced area a of attack and defense world misc Masters_ good_ idea
Google Earth engine (GEE) - globfire daily fire data set based on mcd64a1
【剑指offer】1-5题
Notepad++--编辑的技巧
堆排序代码详解
Redis入门完整教程:Bitmaps
云服务器设置ssh密钥登录
Persistence mechanism of redis
PMO: compare the sample efficiency of 25 molecular optimization methods
Photoshop批量给不同的图片添加不同的编号
Redis入门完整教程:客户端通信协议
蓝队攻防演练中的三段作战
Redis入门完整教程:Redis Shell