<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> *{color: red;font-size: 29px} /*通用选择器,对所有内容*/ p{background ...
分类:
Web程序 时间:
2020-04-11 10:14:22
阅读次数:
86
自写自用,做记录用,备注以后再完善。写的比较low <div style="padding: 20px; background-color: #F2F2F2;"> <div class="layui-row layui-col-space15"> <div class="layui-col-md12 ...
分类:
Web程序 时间:
2020-04-09 15:23:13
阅读次数:
108
span> <ul id="navmenu"> <li> <a title="分享" class="fenx"><b>分享</b></a> <ul style=""> <div class="jzfxn" id="jzfxn" style="background: #F1F1F1;"> <h3>分享 ...
分类:
其他好文 时间:
2020-04-08 18:53:06
阅读次数:
90
p73 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <div style="width: 300px; height: 300px; background: red;"> <d ...
分类:
其他好文 时间:
2020-04-08 18:52:44
阅读次数:
87
在page目录下新建一个tabbar文件夹 在tabbar.wxml中: <template name="tabBar"> <view class="tab-bar" style="color: {{tabBar.color}}; background: {{tarBar.backgroundCol ...
分类:
微信 时间:
2020-04-07 12:26:54
阅读次数:
96
a{ display: inline-block; width: 10px;height:5px; background: red;line-height: 0;font-size:0;vertical-align: middle;-webkit-transform: rotate(45deg);} ...
分类:
Web程序 时间:
2020-04-06 23:36:39
阅读次数:
167
三列布局,中间自适应,尝试了两种方法float.mydiv{ background-color: #eee; margin:20px; padding: 20px; border: solid 1px #999; overflow: auto; } .left { float: left; widt ...
分类:
其他好文 时间:
2020-04-06 21:05:21
阅读次数:
85
从ArcGIS 10开始,ArcGIS开始支持后台地理处理。使用Geoprocessor.ExecuteAsync()方法,可以在ArcGIS应用程序的后台执行工具或模型工具。也就是说当工具在后台进程中执行时,ArcGIS控件(例如,MapControl、PageLayoutControl、Glob ...
分类:
其他好文 时间:
2020-04-06 17:16:14
阅读次数:
195
让我们了解一下最简单的拖拽效果: 1.首先我们先设置一个div,然后简单设置一下样式: div{ width:50px; height: 50px; background-color: red; position: absolute; } 2.然后我们编写js部分,我们要清楚,元素的拖拽分三个部分: ...
分类:
Web程序 时间:
2020-04-06 17:13:43
阅读次数:
78
CSS3 transition动画 1、transition-property 设置过渡的属性,比如:width height background-color2、transition-duration 设置过渡的时间,比如:1s 500ms3、transition-timing-function ...
分类:
Web程序 时间:
2020-04-06 13:26:02
阅读次数:
79