location.less 362 B

1234567891011121314151617181920212223
  1. .wx-address {
  2. .weixin {
  3. font-size: 48rpx !important;
  4. font-weight: normal;
  5. margin-right: 20rpx;
  6. }
  7. .text {
  8. font-size: 30rpx;
  9. }
  10. .cell {
  11. border-radius: 8rpx;
  12. padding: 32rpx 30rpx;
  13. }
  14. .cell__title {
  15. color: #333333;
  16. font-size: 30rpx;
  17. }
  18. }
  19. .wx-address-custom {
  20. align-items: center;
  21. display: flex;
  22. font-size: 32rpx;
  23. }