kaifazhexinxi.wxss 360 B

1234567891011121314151617181920212223242526
  1. .developer-info {
  2. padding: 30rpx;
  3. font-size: 28rpx;
  4. color: #666;
  5. background: #f7f7f7;
  6. border-radius: 12rpx;
  7. }
  8. .info-item {
  9. display: flex;
  10. align-items: center;
  11. margin-bottom: 20rpx;
  12. }
  13. .icon {
  14. width: 32rpx;
  15. height: 32rpx;
  16. margin-right: 16rpx;
  17. }
  18. .copyright {
  19. text-align: center;
  20. margin-top: 40rpx;
  21. color: #999;
  22. font-size: 24rpx;
  23. }