| 1234567891011121314151617181920212223242526 | 
							- page {
 
-   background-color: #f6f6f6;
 
- }
 
- .content .sharing .van-grid-item__content {
 
-   background-color: #ffffff00 !important;
 
-   background-color: var(--grid-item-content-background-color, #ffffff00) !important;
 
- }
 
- .content .sharing .sharing_title {
 
-   text-align: center;
 
-   font-size: 38rpx;
 
-   line-height: 100rpx;
 
- }
 
- .content .sharing button {
 
-   background-color: #ffffff00;
 
- }
 
- .content .sharing button image {
 
-   width: 100rpx;
 
-   height: 100rpx;
 
-   border-radius: 50%;
 
-   overflow: hidden;
 
- }
 
- .content .sharing button view {
 
-   height: 50rpx;
 
-   font-size: 24rpx;
 
-   margin-top: -40rpx;
 
- }
 
 
  |