生成红色渐变背景阴影卡片效果css样式代码并放入gui样式类中
.gui { background: linear-gradient(to bottom, #ff5858, #ff0000); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); border-radius: 4px; padding: 20px; }
原文地址: https://www.cveoy.top/t/topic/1XI 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
.gui { background: linear-gradient(to bottom, #ff5858, #ff0000); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); border-radius: 4px; padding: 20px; }
原文地址: https://www.cveoy.top/t/topic/1XI 著作权归作者所有。请勿转载和采集!