index.wxss 578 B

1234567891011121314151617181920212223242526
  1. page {
  2. background-color: #f6f6f6;
  3. }
  4. .content .sharing .van-grid-item__content {
  5. background-color: #ffffff00 !important;
  6. background-color: var(--grid-item-content-background-color, #ffffff00) !important;
  7. }
  8. .content .sharing .sharing_title {
  9. text-align: center;
  10. font-size: 38rpx;
  11. line-height: 100rpx;
  12. }
  13. .content .sharing button {
  14. background-color: #ffffff00;
  15. }
  16. .content .sharing button image {
  17. width: 100rpx;
  18. height: 100rpx;
  19. border-radius: 50%;
  20. overflow: hidden;
  21. }
  22. .content .sharing button view {
  23. height: 50rpx;
  24. font-size: 24rpx;
  25. margin-top: -40rpx;
  26. }