網站首頁 編程語言 正文
<style scoped>
/*初始化樣式*/
.cummon_buttonStyle {
/* background: linear-gradient(#0165eb, #018ff2, #00b7f9); */
background: #5d6c8c;
border: none;
color: #f3f3f3;
}
/* 懸浮 */
::v-deep .el-button:hover {
/* background: linear-gradient(#0165eb, #018ff2, #00b7f9) !important; */
background: linear-gradient(100deg, #016ee3, #15b5fe) !important;
font-weight: bold;
}
/*按鈕點擊*/
::v-deep .el-button:focus {
background: linear-gradient(100deg, #016ee3, #15b5fe) !important;
/* background: linear-gradient(#0165eb, #018ff2, #00b7f9) !important; */
font-weight: bold;
}
/* ::v-deep .el-button:active {
background: #126c9e !important;
font-weight: bold;
} */
</style>
原文鏈接:https://blog.csdn.net/CMDN123456/article/details/131831074
- 上一篇:沒有了
- 下一篇:沒有了
相關推薦
- 2022-05-18 C++中string類的常用方法實例總結_C 語言
- 2022-04-27 前端實現滑動按鈕AJAX與后端交互的示例代碼_AJAX相關
- 2022-10-26 Google?Kubernetes?Engine?集群實戰詳解_云其它
- 2021-12-03 C++學習之線程詳解_C 語言
- 2023-01-26 Redis慢查詢日志與監視器問題_Redis
- 2022-08-10 淺談Redis變慢的原因及排查方法_Redis
- 2023-01-01 echarts-xAxis-底部文字傾斜
- 2022-11-04 C#使用BinaryFormatter類、ISerializable接口、XmlSerializer
- 欄目分類
-
- 最近更新
-
- window11 系統安裝 yarn
- 超詳細win安裝深度學習環境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優雅實現加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發現-Nac
- Spring Security之基于HttpR
- Redis 底層數據結構-簡單動態字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支