<solid android:color="#fff"></solid> <corners android:radius="5dp"></corners> <size android:width="12dp" android:height="5dp"></size> solid android:co ...
分类:
其他好文 时间:
2018-05-03 22:03:17
阅读次数:
184
根据HTML5规范,在引入CSS和JavaScript文件时一般不需要指定type属性,因为text/css和text/javascript分别是它们的默认值布尔型属性可以在声明时不赋值。XHTML规范要求为其赋值,但是HTML5规范不需要对于属性值或颜色参数,省略小于1的小数前面的0(例如,.5代替0.5;-.5px代替-0.5px)十六进制值应该全部小写,例如,#fff。在扫描文档时,小写字符
分类:
其他好文 时间:
2018-05-03 15:24:46
阅读次数:
156
<template> <!-- 容器 --> <div class="container"> <!-- 标头 --> <div class="header" :style="{ height: height }"> <wxc-minibar background-color="#fff" text- ...
分类:
移动开发 时间:
2018-04-30 16:44:44
阅读次数:
511
换图的方法 input[type='checkbox'] { width: 20px; height: 20px; background-color: #fff; -webkit-appearance: none; border: 1px solid #c9c9c9; border-radius: ...
分类:
Web程序 时间:
2018-04-20 17:58:31
阅读次数:
223
题目链接: https://vjudge.net/problem/HDU-2604 题目大意: n个人排队,f表示女,m表示男,包含子串‘fmf’和‘fff’的序列为O队列,否则为E队列,有多少个序列为E队列。 解题思路: 用f(n)表示n个人满足条件的结果,那么如果最后一个人是m的话,那么前n-1 ...
分类:
其他好文 时间:
2018-04-18 21:54:46
阅读次数:
185
下面是横向的柱状图: option = { backgroundColor:'#fff', tooltip: { trigger: 'item', axisPointer: { // 坐标轴指示器,坐标轴触发有效 type: 'shadow' // 默认为直线,可选为:'line' | 'shado ...
分类:
其他好文 时间:
2018-04-12 13:27:41
阅读次数:
206
给父盒子加相对定位 .rater-main .rater-img2{ width: 266px; height: 196px; overflow: hidden; background-color: #fff; position: relative;} 给子元素绝对定位 .rater-main > ...
分类:
其他好文 时间:
2018-04-08 16:00:13
阅读次数:
200
为了方便我以后项目的使用 wxml: autoplay="true"自动播放 circular="true" 采用协接滑动 indicator-dots="true" 显示圆点 indicator-color="#ff0000" 圆点颜色红色 indicator-active-color="#fff ...
分类:
其他好文 时间:
2018-03-14 14:51:01
阅读次数:
351
1, cd : change directory的简写,改变目录的意思,就是切换到哪个目录下, 如 cd e:\fff 切换 E 盘下面的fff 目录。 当我们用cd 进入文件夹时,我们可以使用 通配符 , cd f , 如果E盘下只有一个f开头的文件夹,它就会进入到这个文件夹. 2, cd .. ...
分类:
其他好文 时间:
2018-03-06 12:45:01
阅读次数:
127
推荐小窗口: #div_digg{ position:fixed; bottom:5px; width:140px; right:390px; border:2px solid #6FA833; padding:10px; background-color:#fff; border-radius:5 ...
分类:
其他好文 时间:
2018-03-02 23:54:43
阅读次数:
201