会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
风花一世月
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
2021年3月7日
uni-app rpx适配大屏时失真
摘要: 因为超出设计稿分辨率过大失真 可以用uni-app 提供的方法,并不能完美适配 "rpxCalcMaxDeviceWidth": 960, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960 "rpxCalcBaseDeviceWidth": 750, // rpx 计算使用的基准
阅读全文
posted @ 2021-03-07 15:12 风花一世月
阅读(1700)
评论(0)
推荐(0)
2021年3月4日
占位符交互
摘要: 具体效果:输入框处于聚焦状态时,输入框的占位符内容以动画形式移动到左上角作为标题。借助:placeholder-shown伪类就可以只用CSS实现这种效果。 <div class="input-box"> <input class="input-control input-outline" plac
阅读全文
posted @ 2021-03-04 08:59 风花一世月
阅读(106)
评论(0)
推荐(0)
2021年1月20日
css 高度和宽一样
摘要: .img{ width: 100%; height: 0; margin: 0 auto; padding-bottom: 100%; position: relative; img{ position: absolute; width: 100%; height: 100%; } }
阅读全文
posted @ 2021-01-20 10:30 风花一世月
阅读(140)
评论(0)
推荐(0)
el-input样式无法改变
摘要: 使用深度选择器 ::v-deep .el-input.search-input{ ::v-deep .el-input__inner{ height: 30px; line-height: 30px; } }
阅读全文
posted @ 2021-01-20 10:27 风花一世月
阅读(429)
评论(1)
推荐(0)
上一页
1
···
8
9
10
11
12
公告