博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
网页更换主题以及绘制图形js代码实现
阅读量:6881 次
发布时间:2019-06-27

本文共 2938 字,大约阅读时间需要 9 分钟。

HTML代码实现:

    
换肤主题

换背景颜色

CSS代码实现:

wupifu.css

#btn1{    width: 100px;    height: 50px;    background-color: aqua;    border-radius: 25px;    position: absolute;    left: 37px; }#btn2{    width: 100px;    height: 50px;    background-color: blueviolet;    border-radius: 25px;    position: absolute;    left: 150px; }#btn3{    width: 100px;    height: 50px;    background-color: gold;    border-radius: 25px;    position: absolute;    left: 260px; }#btn4{    width: 100px;    height: 50px;    background-color: deeppink;    border-radius: 25px;    position: absolute;    left: 369px; }#btn5{    width: 100px;    height: 50px;    background-color: green ;    border-radius: 25px;    position: absolute;    left: 477px; }#btn6{    width: 100px;    height: 50px;    background-color: blue ;    border-radius: 25px;    position: absolute;    left: 585px; }#btn7{    width: 100px;    height: 50px;    background-color: darksalmon ;    border-radius: 25px;    position: absolute;    left: 693px; }

zuotu.css

#tb {    background-color: antiquewhite;    border: 1px solid black;    border-collapse: collapse;    margin: 100px auto;}#tb td {    width: 500px;    height: 400px;    border: 1px solid black;    vertical-align: center;    text-align: center;}#setbtn {    width: 100px;    height: 40px;    color: white;    background-color: #0181cc;}label {    font-size: 20px;    font-family: 'kaiti';}input {    height: 20px;    font-family: 'kaiti';}select {    font-size: 20px;    font-family: 'kaiti';}

  

转载于:https://www.cnblogs.com/wf-skylark/p/9157250.html

你可能感兴趣的文章
LC39 Combination Sum
查看>>
2019-05-21 SpringBoot集成UReport2
查看>>
09-排序2 Insert or Merge
查看>>
矩阵与线性方程组
查看>>
第六天
查看>>
linux杀毒软件clamav安装与使用
查看>>
安装ubuntu系统 ——分区
查看>>
oracle学习_基本语法
查看>>
【Todo】STAR面试法
查看>>
信号量与条件变量的区别
查看>>
thinkphp3.1课程 1-1 为什么thinkphp在开发好后需要关掉开发模式
查看>>
Teradata 语句简单优化
查看>>
c# 通过关键字查询
查看>>
已知一个字符串S 以及长度为n的字符数组a,编写一个函数,统计a中每个字符在字符串中的出现次数...
查看>>
jquery
查看>>
伏地魔
查看>>
linux
查看>>
安装虚拟机-linux系统步骤
查看>>
集训第五周动态规划 J题 括号匹配
查看>>
微信小程序车牌键盘
查看>>