<template>
<view class="content">
<button class="btn">彩虹按钮</button>
</view>
</template>
<script>
</script>
<style>
body{
background-color: #000;
}
.content {
margin-top: 300px;
}
.btn {
width: 170px;
height: 60px;
font-size: 18px;
background: #fff;
border: none;
border-radius: 50px;
color: #000;
outline: none;
cursor: pointer;
transition: all 0.4s;
align-items: center;
display: flex;
justify-content: center;
}
.btn:hover {
box-shadow: inset 0 0 0 4px #ef476f,
inset 0 0 0 8px #ffd166,
inset 0 0 0 12px #06d6a0,
inset 0 0 0 16px #118ab2;
background: #073b4c;
color: #fff;
}
</style>
CSS 彩虹按钮效果
特创数字科技2024-01-12 15:42
相关推荐
m0_7482552611 分钟前
前端安全——敏感信息泄露鑫~阳2 小时前
html + css 淘宝网实战Catherinemin2 小时前
CSS|14 z-index2401_882727573 小时前
低代码配置式组态软件-BY组态NoneCoder3 小时前
CSS系列(36)-- Containment详解anyup_前端梦工厂4 小时前
初始 ShellJS:一个 Node.js 命令行工具集合5hand4 小时前
Element-ui的使用教程 基于HBuilder XGDAL4 小时前
vue3入门教程:ref能否完全替代reactive?六卿4 小时前
react防止页面崩溃z千鑫4 小时前
【前端】详解前端三大主流框架:React、Vue与Angular的比较与选择