上一页 1 ··· 8 9 10 11 12
摘要: 因为超出设计稿分辨率过大失真 可以用uni-app 提供的方法,并不能完美适配 "rpxCalcMaxDeviceWidth": 960, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960 "rpxCalcBaseDeviceWidth": 750, // rpx 计算使用的基准 阅读全文
posted @ 2021-03-07 15:12 风花一世月 阅读(1700) 评论(0) 推荐(0)
摘要: 具体效果:输入框处于聚焦状态时,输入框的占位符内容以动画形式移动到左上角作为标题。借助:placeholder-shown伪类就可以只用CSS实现这种效果。 <div class="input-box"> <input class="input-control input-outline" plac 阅读全文
posted @ 2021-03-04 08:59 风花一世月 阅读(106) 评论(0) 推荐(0)
摘要: .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)
摘要: 使用深度选择器 ::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