码迷,mamicode.com
首页 >  
搜索关键字:direction    ( 1061个结果
小程序开发全栈1.2/3/4组件、flex布局、样式
1.2 组件 1.2.1 text组件 编写文本信息,类似于HTTP中的span 1.2.2 view组件 容器,类似于HTTP中的div 1.2.3 image组件 图片显示组件 1.3 页面flex布局 一种非常方便的通用布局方式 1.3.1 flex-direction 规定主轴方向 colu ...
分类:微信   时间:2020-07-18 11:25:45    阅读次数:105
[LeetCode 625] Minimum Factorization
Given a positive integer a, find the smallest positive integer b whose multiplication of each digit equals to a. If there is no answer or the answer i ...
分类:其他好文   时间:2020-07-10 09:57:57    阅读次数:79
规定灵活项目的方向 | flex-direction (Flexible Box Layout) - CSS 中文开发手册 - Break易站
CSS 中文开发手册 规定灵活项目的方向 | flex-direction (Flexible Box Layout) - CSS 中文开发手册 CSSflex-direction属性指定了内部元素是如何在 flex 容器中布局的,定义了主轴的方向(正方向或反方向)。 本文标题:规定灵活项目的方向 ... ...
分类:Web程序   时间:2020-07-04 01:47:44    阅读次数:82
1184. Distance Between Bus Stops
A bus has n stops numbered from 0 to n - 1 that form a circle. We know the distance between all pairs of neighboring stops where distance[i] is the di ...
分类:其他好文   时间:2020-07-03 19:42:49    阅读次数:68
轮播图+懒加载+顶定固定菜单
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <style> body { margin: 0; padding: 0; font: 1rem "micro-soft Yahei"; } a { text ...
分类:其他好文   时间:2020-07-03 19:05:29    阅读次数:50
方向 | direction (Writing Modes) - CSS 中文开发手册 - Break易站
CSS 中文开发手册 方向 | direction (Writing Modes) - CSS 中文开发手册 directionCSS属性设置文本,表格列和水平溢出的方向。使用rtl表示从右到左(如希伯来语或阿拉伯语)写的语言,以及ltr表示从左到右写的语言(如英语和大多数其他语言)。请注意,文本方... ...
分类:Web程序   时间:2020-06-30 22:50:37    阅读次数:89
Flex 布局 (弹性盒子)
网页布局(layout)是 CSS 的一个重点应用。布局的传统解决方案,基于盒状模型,依赖 display 属性 + position属性 + float属性。它对于那些特殊布局非常不方便,比如,垂直居中就不容易实现。 2009年,W3C 提出了一种新的方案 Flex 布局,可以简便、完整、响应式地 ...
分类:其他好文   时间:2020-06-30 10:28:51    阅读次数:76
Flex布局
1:找个容器: .container { display: flex | inline-flex; //可以有两种取值:块元素,行内元素 } 2:容器的设置: .container { flex-direction: row | row-reverse | column | column-rever ...
分类:其他好文   时间:2020-06-29 13:17:23    阅读次数:63
Cypress系列(38)- go() 命令详解
如果想从头学起Cypress,可以看下面的系列文章哦 https://www.cnblogs.com/poloyy/category/1768839.html 作用 在浏览器历史记录中,访问前一个或后一个 URL 语法格式 cy.go(direction) cy.go(direction, opti ...
分类:其他好文   时间:2020-06-21 19:45:19    阅读次数:66
11.开发newapp个人中心pages/me/me.vue和修改密码功能
1.在小程序端newapp开发个人中心页面: 1.备用 1.新建修改密码页面uppwd 2.开发pages/me/me.vue: <template> <view class="content"> <view class="padding-xl radius shadow-warp bg-cyan" ...
分类:移动开发   时间:2020-06-21 12:06:27    阅读次数:56
1061条   上一页 1 2 3 4 5 6 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!