flat:4.7暂存
This commit is contained in:
@@ -34,6 +34,26 @@ html {
|
||||
|
||||
/* 布局调整 */
|
||||
|
||||
/* 点击动效 */
|
||||
/* 缩小 */
|
||||
.button-click {
|
||||
transition: transform 0.1s ease;
|
||||
}
|
||||
|
||||
.button-click:active {
|
||||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
/* 背景变色 */
|
||||
.btn-light {
|
||||
color: white;
|
||||
border-radius: 16rpx;
|
||||
transition: background-color 0.2s;
|
||||
}
|
||||
|
||||
.btn-light:active {
|
||||
background-color: #2980b9;
|
||||
}
|
||||
|
||||
/* 控制hover */
|
||||
.opctiy_8 {
|
||||
|
Reference in New Issue
Block a user