单行省略
| overflow: hidden; |
| text-overflow: ellipsis; |
| white-space: nowrap; |
多行省略
| display:-webkit-box; |
| overflow: hidden; |
| text-overflow: ellipsis; |
| -webkit-box-orient:vertical; |
| -webkit-line-clamp:3; |
三角形

| .three::after{ |
| content: ""; |
| display: block; |
| width: 0; |
| height: 0; |
| border:10px solid transparent; |
| border-color: red blueviolet gold blanchedalmond; |
| } |
阴影
单侧阴影

| .top{ |
| box-shadow: 0 -8px 12px -9px #e5e5e5; |
| } |
| |
| .right{ |
| box-shadow: 8px 0px 12px -9px #e5e5e5; |
| } |
| |
| .bottom{ |
| box-shadow: 0 9px 12px -9px #e5e5e5; |
| } |
| |
| .left{ |
| box-shadow: -10px 0px 12px -9px #e5e5e5; |
| } |
常用阴影



| .s1{ |
| box-shadow: 0 0 6px 0 rgb(0 0 0 / 12%); |
| } |
| |
| .s2{ |
| box-shadow: 2px 2px 8px 0 #e8e8e8, -2px 2px 8px 0 #e8e8e8; |
| } |
| |
| .s3{ |
| box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%); |
| } |
渐变背景色
直线渐变


| .b1{ |
| background: #833ab4; |
| background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); |
| background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); |
| |
| } |
| .b2{ |
| background: #833ab4; |
| background: -webkit-repeating-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); |
| background: repeating-linear-gradient(to right, #fcb045 10px, #fd1d1d 20px, #833ab4 30px); |
| |
| } |
径向渐变


| .b3{ |
| background-image: radial-gradient(circle, #f01d1d, #e38282, #e3d8d8); |
| } |
| .b4{ |
| background-image: repeating-radial-gradient(#ff7373, #c31f1f 18px); |
| } |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· Docker 太简单,K8s 太复杂?w7panel 让容器管理更轻松!