serverless & front end

Cloud Functions or Functions as a Service (FaaS)

https://serverless.css-tricks.com/

https://serverless.css-tricks.com/about/

https://github.com/CSS-Tricks/serverless

Cloud Functions

Functions as a Service

FaaS

https://serverless.css-tricks.com/services/major

https://serverless.css-tricks.com/resources/

https://serverless.css-tricks.com/ideas/

What is Serverless all about?

https://cheesecakelabs.com/blog/what-is-serverless-all-about/

serverless & node.js

https://hackernoon.com/a-crash-course-on-serverless-with-node-js-632b37d58b44

https://blog.codepen.io/2018/01/15/build-serverless-blog-codepen/

https://github.com/CodePen/serverless-demos

https://codepen.io/team/codepen/project/editor/DWQRjB


flex-flow

https://css-tricks.com/almanac/properties/f/flex-flow/


/* flex-flow: <‘flex-direction’> || <‘flex-wrap’> */ .flex-container {
flex-flow: row wrap;
}

demo



.chat-person-field-label-box-auto{
display: flex;
/* flex-direction: row;
flex-wrap: wrap; */
flex-flow: row wrap;
justify-content: center;
align-items: center;
max-height: auto;
overflow-y: hidden;
} .chat-person-field-label{
flex: 1 1 auto;
width: 2rem;
min-width: 2rem;
line-height: 0.6rem;
height: 0.6rem;
font-size: 0.24rem;
background:rgba(0,144,255, 0.1);
border-radius: 0.08rem;
font-weight:400;
color:rgba(61,61,61,1);
margin: 0.15rem;
text-align: center;
vertical-align: middle;
} .chat-person-field-label-more,
.chat-person-field-label-less {
flex: 1 1 auto;
width: 100%;
height: 0.24rem;
line-height: 0.24rem;
font-size: 0.24rem;
color:rgba(26,144,255,1);
margin: 0.18rem auto 0.20rem;
text-align: center;
vertical-align: middle;
cursor: pointer;
} .chat-person-field-label-more-text,
.chat-person-field-label-less-text{
position: relative;
display: inline-block;
} .chat-person-field-label-more-text::after{
display: table;
content: "";
background: url("../../images//chatroom/show-more.png") no-repeat center center;
background-size: cover;
width: 0.16rem;
height: 0.1rem;
position: absolute;
top: 0.05rem;
right: -0.2rem;
}
.chat-person-field-label-less-text::after{
display: table;
content: "";
background: url("../../images//chatroom/show-less.png") no-repeat center center;
background-size: cover;
width: 0.16rem;
height: 0.1rem;
position: absolute;
top: 0.05rem;
right: -0.2rem;
}

flex-wrap

https://css-tricks.com/almanac/properties/f/flex-wrap/

flex-direction

https://css-tricks.com/almanac/properties/f/flex-direction/


xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


最新文章

  1. 自定义Angular插件 - 网站用户引导
  2. Java 异常处理 练习2
  3. Java的多态
  4. C#利用浏览按钮获得文件路径和文件夹路径
  5. ScrollMagic – 酷毙了!超炫的页面滚动交互效果
  6. Apache 使用localhost(127.0.0.1)可以访问 但是使用本机IP(局域网)不能访问
  7. wireshark使用简介
  8. android基础(四)service
  9. debian 8 和centos 配置java 环境变量的正确姿态
  10. Spring笔记——Spring框架简介和初次框架配置
  11. 基于visual Studio2013解决面试题之1408桶排序
  12. C# Windows Phone 8 WP8 , 文字超连结到网页 免打程式码,Xaml就搞定 ! !
  13. 《阿里巴巴Java工作手册》学习笔记
  14. npm快捷键
  15. Python开发
  16. Practical Node.js (2018版) 第7章:Boosting Node.js and Mongoose
  17. Memcached学习一:Memcached安装使用
  18. HDU 4122 Alice&#39;s mooncake shop (RMQ)
  19. 四则运算结对项目之GUI
  20. tips 前端 bootstrap 嵌套行 嵌套列 溢出 宽度不正确 栅格化系统计算

热门文章

  1. How to kill go routine?
  2. redis 代码结构与阅读顺序
  3. C#9.0:Records
  4. Nginx图文详解
  5. 【Azure 事件中心】在微软云中国区 (Mooncake) 上实验以Apache Kafka协议方式发送/接受Event Hubs消息 (Java版)
  6. Pytest(10)assert断言
  7. Who Gets the Most Candies?
  8. Codeforces Round #582 (Div. 3) E. Two Small Strings (构造,思维,全排列)
  9. CodeForces - 449B 最短路(迪杰斯特拉+堆优化)判断最短路路径数
  10. Bone Collector II HDU - 2639 01背包第k最大值