摘要: rpx单位是微信小程序中css的尺寸单位,rpx可以根据屏幕宽度进行自适应。规定屏幕宽为750rpx。如在 iPhone6 上,屏幕宽度为375px,共有750个物理像素,则750rpx = 375px = 750物理像素,1rpx = 0. 微信小程序尺寸单位 rpx单位是微信小程序中css的尺寸 阅读全文
posted @ 2017-01-10 17:26 a瑶池 阅读(503) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> /*.m-demo {float: left;display: inline; m 阅读全文
posted @ 2017-01-10 13:48 a瑶池 阅读(343) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> html,body{width:100%;height:100%;overflow 阅读全文
posted @ 2017-01-10 12:02 a瑶池 阅读(220) 评论(0) 推荐(0)