contact.wxss 431 B

12345678910111213141516171819202122232425262728293031323334
  1. page {
  2. background: #F9F9F9;
  3. }
  4. .logo {
  5. width: 272rpx;
  6. height: 272rpx;
  7. margin-top: 94rpx;
  8. }
  9. .item image {
  10. width: 216rpx;
  11. height: 216rpx;
  12. background: #FFFFFF;
  13. border: 2rpx solid #CCCCCC;
  14. margin-bottom: 22rpx;
  15. }
  16. .item text {
  17. font-family: PingFangSC-Medium, PingFang SC;
  18. font-weight: 500;
  19. }
  20. .bottom {
  21. position: fixed;
  22. bottom: 56rpx;
  23. width: 100%;
  24. }
  25. .bottom text {
  26. font-size: 28rpx;
  27. color: #333333;
  28. }