|
|
@@ -432,9 +432,9 @@ page {
|
|
|
transition: all 0.2s ease;
|
|
|
border-radius: 10upx;
|
|
|
|
|
|
- &:active {
|
|
|
+ /* &:active {
|
|
|
background: rgba(255, 255, 255, 0.1);
|
|
|
- }
|
|
|
+ } */
|
|
|
|
|
|
.avatar-container {
|
|
|
margin-right: 30upx;
|
|
|
@@ -453,9 +453,9 @@ page {
|
|
|
border: none !important;
|
|
|
}
|
|
|
|
|
|
- &:active {
|
|
|
+ /* &:active {
|
|
|
background: none !important;
|
|
|
- }
|
|
|
+ } */
|
|
|
|
|
|
&:focus {
|
|
|
background: none !important;
|
|
|
@@ -509,9 +509,9 @@ page {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- &:active .arrow-icon {
|
|
|
+ /* &:active .arrow-icon {
|
|
|
color: #ffffff;
|
|
|
- }
|
|
|
+ } */
|
|
|
}
|
|
|
|
|
|
.function-grid {
|
|
|
@@ -536,9 +536,9 @@ page {
|
|
|
transition: all 0.2s ease;
|
|
|
box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
- &:active {
|
|
|
+ /* &:active {
|
|
|
background: rgba(255, 255, 255, 0.25);
|
|
|
- }
|
|
|
+ } */
|
|
|
|
|
|
.function-icon {
|
|
|
font-size: 44upx;
|
|
|
@@ -647,9 +647,9 @@ page {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- &:active {
|
|
|
+ /* &:active {
|
|
|
background: #fff0f0;
|
|
|
- }
|
|
|
+ } */
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -778,9 +778,9 @@ page {
|
|
|
box-shadow: 0 4upx 12upx rgba(0, 0, 0, 0.15);
|
|
|
transition: all 0.2s ease;
|
|
|
|
|
|
- &:active {
|
|
|
+ /* &:active {
|
|
|
box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.2);
|
|
|
- }
|
|
|
+ } */
|
|
|
|
|
|
&.primary {
|
|
|
background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
|
|
|
@@ -817,9 +817,9 @@ page {
|
|
|
text-align: center;
|
|
|
border: 1upx solid #e9ecef;
|
|
|
|
|
|
- &:active {
|
|
|
+ /* &:active {
|
|
|
background: #e9ecef;
|
|
|
- }
|
|
|
+ } */
|
|
|
|
|
|
.record-text {
|
|
|
font-size: 26upx;
|
|
|
@@ -869,9 +869,9 @@ page {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
|
|
|
- &:active {
|
|
|
+ /* &:active {
|
|
|
background-color: #f8f9fa;
|
|
|
- }
|
|
|
+ } */
|
|
|
|
|
|
&.cancel {
|
|
|
color: #999;
|