index.less 767 B

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