12345678910111213141516171819202122232425262728293031323334 |
- page {
- background: #F9F9F9;
- }
- .logo {
- width: 272rpx;
- height: 272rpx;
- margin-top: 94rpx;
- }
- .item image {
- width: 216rpx;
- height: 216rpx;
- background: #FFFFFF;
- border: 2rpx solid #CCCCCC;
- margin-bottom: 22rpx;
- }
- .item text {
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- }
- .bottom {
- position: fixed;
- bottom: 56rpx;
- width: 100%;
- }
- .bottom text {
- font-size: 28rpx;
- color: #333333;
- }
|