<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
Web程序 时间:
2020-05-15 11:41:24
阅读次数:
67
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
其他好文 时间:
2020-05-15 00:13:00
阅读次数:
59
目录: 博客练习.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <t ...
分类:
其他好文 时间:
2020-05-14 18:58:03
阅读次数:
53
计算方法,精度损失来自于浏览器将rem转成px的过程。element.currentStyle ? element.currentStyle : window.getComputedStyle(element, null)可以获取px小数点后的数值 <!DOCTYPE html> <html> <h ...
分类:
Web程序 时间:
2020-05-14 12:45:03
阅读次数:
73
题目:实现页面中表格的隔行变色 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> ...
分类:
编程语言 时间:
2020-05-14 11:23:57
阅读次数:
72
import java.util.*; import javafx.scene.transform.Scale; public class Demo11 { public static void main(String[] args) { Scanner input = new Scanner(Sy ...
分类:
其他好文 时间:
2020-05-13 20:36:13
阅读次数:
202
<!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, ...
分类:
其他好文 时间:
2020-05-13 12:26:28
阅读次数:
64
1、使用transform:scale(.7)缩放文字注意 问题:<p class="titTwo"><span>F2C</span><span>NEW</span><span>RETAIL</span></p>问题如果是直接作用在span上面,则中间的span会距离左右两边宽度不一样。字符数不一样 ...
分类:
Web程序 时间:
2020-05-12 17:01:01
阅读次数:
63
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <tit ...
分类:
Web程序 时间:
2020-05-11 11:39:20
阅读次数:
308
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他好文 时间:
2020-05-10 21:31:22
阅读次数:
147