
CSS
我家住在罗马
充实地度过每一天
展开
-
弹性盒子和定位
1. 图片演示: wxml: <view class="search"> <view class="sear_left"> <text>{{city}}</text> <text class="icon iconfont2 icon-xiangxia"></text> </view> <view class="sear_right"> <input ...原创 2020-09-18 11:01:13 · 540 阅读 · 0 评论 -
前端模型 -- 响应式、移动端、兼容性
1. 导航条原创 2020-06-02 22:26:57 · 199 阅读 · 0 评论 -
CSS样式 -- 布局篇
1. ① 外部样式表:stylesheet(样式调用)必加 <link href="gyy.css" type="text/css" rel="stylesheet"> ②rgba(0,0,0, .5) 最后一个参数范围0-1代表透明度 ③背景语法: background: background-color || background-image || background-repeat || background-attachment ||backg...原创 2020-05-31 18:41:44 · 338 阅读 · 0 评论