会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Smile*^
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
19
下一页
2020年7月17日
vue-数据绑定与事件绑定
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <script src="vue.min.js"></script> </head> <body> <div id="app"> <input type="te
阅读全文
posted @ 2020-07-17 10:27 Smile*^
阅读(238)
评论(0)
推荐(0)
2020年7月16日
java练习
摘要: import java.util.Scanner; public class Test01 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); pw(sc); }// 三次密码验证 publi
阅读全文
posted @ 2020-07-16 12:45 Smile*^
阅读(99)
评论(0)
推荐(0)
2020年7月15日
practice random
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> .warp{ width: 300px; height: 300px; background-color: pink; margin: 100px
阅读全文
posted @ 2020-07-15 16:59 Smile*^
阅读(87)
评论(0)
推荐(0)
2020年7月14日
练习页面布局
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> /*最外边的盒子*/ .container{ /*盒子左边距*/ margin-left: 40px; /*盒子右边距*/ margin-right
阅读全文
posted @ 2020-07-14 13:08 Smile*^
阅读(97)
评论(0)
推荐(0)
2020年7月12日
练习头部的样式index1.css
摘要: @import url("reset.css");/*首页通用样式开始*/ .container{ width: 950px; margin: 0 auto; } /*首页通用样式结束*/ /*统一样式*/button{ cursor: pointer;} /*首页头部开始*/.header{ he
阅读全文
posted @ 2020-07-12 20:25 Smile*^
阅读(187)
评论(0)
推荐(0)
练习网页头部
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>豆瓣</title> <link rel="shortcut icon"type="imge/x-icon"href="img/favicon.ico" /> <link rel="
阅读全文
posted @ 2020-07-12 20:24 Smile*^
阅读(101)
评论(0)
推荐(0)
2020年7月11日
less混合
摘要: //混合 传参的.juzhong(@w,@h,@c){ width:@w; height: @h; background-color: @c;}.box1{ .juzhong(300px,300px,red); .box2{ .juzhong(100px,100px,blue); }}
阅读全文
posted @ 2020-07-11 20:52 Smile*^
阅读(76)
评论(0)
推荐(0)
2020年7月10日
星级评分js
摘要: /** * 创建一个星星评分的区域 * @param {*} config */function createStar(config) { //1. 将各种配置保存到变量中,没有传递的,设置默认值 var dom = config.dom; var maxNumber = config.maxNum
阅读全文
posted @ 2020-07-10 19:49 Smile*^
阅读(164)
评论(0)
推荐(0)
星级评分html
摘要: <!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Docume
阅读全文
posted @ 2020-07-10 19:48 Smile*^
阅读(730)
评论(0)
推荐(0)
2020年7月9日
js实现左侧弹出效果
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</t
阅读全文
posted @ 2020-07-09 21:43 Smile*^
阅读(803)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
19
下一页
公告