摘要:
background: rgba(0, 0, 0, 0.4); rgba(红, 绿, 蓝, 透明度) 1. rgba 四个参数含义 0 红色通道:0 无红色 0 绿色通道:0 无绿色 0 蓝色通道:0 无蓝色 → 前三组都是 0,混合出黑色 0.4 透明度(alpha):取值范围 0 ~ 1 0 = 阅读全文
posted @ 2026-06-30 15:11
Nuyoahr
阅读(3)
评论(0)
推荐(0)
摘要:
.box{ align-items:flex-start |flex-end | center | baseline |stretch; } 它可能取5个值。具体的对齐方式与交叉轴的方向有关,下面假设交叉轴从上到下。 • flex-start:交叉轴的起点对齐。 • flex-end:交叉轴的终点对 阅读全文
posted @ 2026-06-26 09:27
Nuyoahr
阅读(3)
评论(0)
推荐(0)
摘要:
使用border-radius属性制作特殊图形 <!DOCTYPE html> <html>31 <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .circle{ width: 200px; height: 阅读全文
posted @ 2026-06-26 09:12
Nuyoahr
阅读(2)
评论(0)
推荐(0)
摘要:
实现轮播图效果 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>轮播图</title> <style type="text/css"> div.content{ margin: 0 auto; width: 200px; } l 阅读全文
posted @ 2026-06-14 16:08
Nuyoahr
阅读(1)
评论(0)
推荐(0)
摘要:
登录注册 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> * { margin: 0; padding: 0; } .denglu1 { float: left; 阅读全文
posted @ 2026-06-14 16:06
Nuyoahr
阅读(3)
评论(0)
推荐(0)
浙公网安备 33010602011771号