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