<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ ...
分类:
其他好文 时间:
2021-01-21 10:51:22
阅读次数:
0
原代码:<div v-show="uploader" class="table-operator" style="margin-top: 10px;margin-bottom: 10px;float:right; "> <a-upload name="file" :showUploadList="f ...
分类:
其他好文 时间:
2021-01-20 12:05:48
阅读次数:
0
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <style type="text/css"> 6 *{ 7 margin: 0; 8 padding: 0; 9 } 10 nav ul{ 11 list-style: n ...
分类:
其他好文 时间:
2021-01-20 11:56:23
阅读次数:
0
在日常开发中,经常看到的列表界面就是这集的内容: 垂直列表 垂直图文列表 横向列表 动态列表 ListView组件常用的参数: scrollDirection: Axis.horizontal 横向列表 Axis.vertical 垂直列表(默认垂直列表) padding : EdgeInsetsG ...
分类:
其他好文 时间:
2021-01-20 11:50:28
阅读次数:
0
一:背景图像区域: background-clip:指定背景绘制区域 border-box:背景被剪裁到边框盒 padding-box:背景被剪裁到内边距框 content-box:背景被剪裁到内容框 content-box padding-box border-box <!DOCTYPE html ...
分类:
Web程序 时间:
2021-01-18 10:43:54
阅读次数:
0
/*文章内图片*/ #cnblogs_post_body p img { margin:10px; } /*顶一下*/ .diggnum { font-size:28px; color:#6DA47D; font-family:'Microsoft Yahei'; } #div_digg{ widt ...
分类:
其他好文 时间:
2021-01-16 11:55:56
阅读次数:
0
1.django - templates - base.html <! my furst base html > <h3 style="margin:auto;width:50%;" >小萌信息技术开放职位</h3> <p> </p> <hr> {% block header %} <a href= ...
分类:
Web程序 时间:
2021-01-15 11:50:35
阅读次数:
0
DIV水平垂直居中 div { width: 100px; height: 100px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;} 父级控制子集居中(弹性布局).parent { display: ...
分类:
Web程序 时间:
2021-01-15 11:40:06
阅读次数:
0
解析网页获取到电影排名,url.评分,星级数据 代码如下: import requests from pyquery import Pyquery as pq # 这里做一个循环,因为每页都展示25部电影信息 for page in range(0, 250, 25): url = 'https:/ ...
分类:
其他好文 时间:
2021-01-14 11:31:33
阅读次数:
0
浮动 可以让多个块标签处于同一行 不用转换成行内元素 宽和高以及盒子模型的特征的以保留 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .outerDiv{ bo ...
分类:
其他好文 时间:
2021-01-14 11:07:15
阅读次数:
0