css布局实现手风琴样式问答FAQ效果代码
代码语言:html
所属分类:布局界面
代码描述:css布局实现手风琴样式问答FAQ效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <style> body { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; background: #0B2647; color: white; line-height: 1.5; letter-spacing: 0.5px; text-align: center; height: 100vh; } h1 { font-size: clamp(20px, 4vw, 30px); line-height: 1.2; margin-bottom: 40px; margin-top: 150px; } main { max-width: 520px; margin: 0 auto; } summary { font-size: 1.25rem; font-weight: 600; background-color: #fafafa; background-image: radial-gradient(circle at 40% 91%, rgba(251, 251, 251,0.04) 0%, rgba(251, 251, 251,0.04) 50%,rgba(229, 229, 229,0.04) 50%, rgba(229, 229, 229,0.04) 100%),radial-gradient(circle at 66% 97%, rgba(36, 36, 36,0.04) 0%, rgba(36, 36, 36,0.04) 50%,rgba(46, 46, 46,0.04) 50%, rgba(46, 46, 46,0.04) 100%),radial-gradient(circle a.........完整代码请登录后点击上方下载按钮下载查看
网友评论0