上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: <!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*^ 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 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*^ 阅读(95) 评论(0) 推荐(0) 编辑
摘要: <!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*^ 阅读(86) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> /*最外边的盒子*/ .container{ /*盒子左边距*/ margin-left: 40px; /*盒子右边距*/ margin-right 阅读全文
posted @ 2020-07-14 13:08 Smile*^ 阅读(93) 评论(0) 推荐(0) 编辑
摘要: @import url("reset.css");/*首页通用样式开始*/ .container{ width: 950px; margin: 0 auto; } /*首页通用样式结束*/ /*统一样式*/button{ cursor: pointer;} /*首页头部开始*/.header{ he 阅读全文
posted @ 2020-07-12 20:25 Smile*^ 阅读(175) 评论(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*^ 阅读(92) 评论(0) 推荐(0) 编辑
摘要: //混合 传参的.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*^ 阅读(70) 评论(0) 推荐(0) 编辑
摘要: /** * 创建一个星星评分的区域 * @param {*} config */function createStar(config) { //1. 将各种配置保存到变量中,没有传递的,设置默认值 var dom = config.dom; var maxNumber = config.maxNum 阅读全文
posted @ 2020-07-10 19:49 Smile*^ 阅读(154) 评论(0) 推荐(0) 编辑
摘要: <!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*^ 阅读(666) 评论(0) 推荐(0) 编辑
摘要: <!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*^ 阅读(796) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页