上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: 订单大厅 订单大厅 ... 阅读全文
posted @ 2019-05-20 09:05 小平头~ 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 新外卖商家端主页订单大厅页面 使用mui双webview,实现下拉刷新上拉加载 主页面: order_index.html order_index_sub.html 阅读全文
posted @ 2019-05-20 09:03 小平头~ 阅读(394) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html> <head> <meta charset="UTF-8"> <title>直播生活商家端-订单大厅</title> <script src="../../js/flexible.js"></script> <script src="../../js/mui 阅读全文
posted @ 2019-05-13 11:18 小平头~ 阅读(530) 评论(0) 推荐(0) 编辑
摘要: html部分: <button id='promptBtn' type="button" class="mui-btn mui-btn-block mui-btn-primary gz_btn_a " >退出登录</button> js部分: //退出登录 document.getElementBy 阅读全文
posted @ 2019-05-13 10:51 小平头~ 阅读(1132) 评论(0) 推荐(0) 编辑
摘要: 1. div里包含img底部必定多出空白的解决办法 解决方案: 1、设置div{ font-size: 0} 2、设置img{ display: block} 3、设置img{ vertical-align:top;} 推荐第二种方法,让img对象成为块级元素。 2.绘制圆形图片 height: 2 阅读全文
posted @ 2019-04-28 17:51 小平头~ 阅读(158) 评论(0) 推荐(0) 编辑
摘要: wxml部分: <view class='box1' style='width: {{ sysW * 7 }}px'> <view class='dateBox'>{{ year }} - {{ month}}</view> <block wx:for='{{ weekArr }}'> <view 阅读全文
posted @ 2019-04-28 14:58 小平头~ 阅读(977) 评论(0) 推荐(0) 编辑
摘要: 传统方法正方形用固定的形式写 直接长=宽写固定的值如下 .box{ width: 200px; height: 200px; background: pink; color: #666; } 但是很多情况下,在移动端的设计里,图片的宽度随着不同的移动设备进行改变的,这个时候就需要用到自适应的正方形的 阅读全文
posted @ 2019-04-28 11:34 小平头~ 阅读(6566) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1, 阅读全文
posted @ 2019-04-26 19:10 小平头~ 阅读(412) 评论(0) 推荐(0) 编辑
摘要: css功能强大,能实现很多炫 酷的效果,今天给大家分享 用css3绘制聊天气泡的方法: 在绘制气泡之前,先实现箭 头的绘制,代码如下: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>ar 阅读全文
posted @ 2019-04-25 17:50 小平头~ 阅读(5468) 评论(0) 推荐(0) 编辑
摘要: 在进行页面布局时发现一个问题,两个相同高度的元素显示高度不一致,发生错位。 <style> .left{ display:inline-block; height:110px; width:110px; } .right{ display:inline-block; height:110px; wi 阅读全文
posted @ 2019-04-19 08:28 小平头~ 阅读(4010) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页