| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .menuFunction {
- min-height: 100vh;
- background-color: #f8f8f8;
- .menuContent {
- margin: 12px 13px;
- padding-bottom: 12px;
- background-color: #fff;
- border-radius: 10px;
- h2 {
- padding: 12px 12px 8px;
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- }
- .functionImg {
- width: 47px;
- height: 47px;
- }
- .gray {
- transition: all 0.3s ease;
- filter: grayscale(100%);
- opacity: 0.76;
- }
- .functionText {
- max-width: 50px;
- padding-top: 5px;
- font-size: 12px;
- color: #333333;
- line-height: 17px;
- }
- :global {
- .van-grid-item__content {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- }
- }
- }
|