index.scss 949 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .business-info {
  2. width: 100%;
  3. padding: 32rpx 0 82rpx;
  4. .box {
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. width: 100%;
  9. &.tel {
  10. margin-top: 46rpx;
  11. }
  12. }
  13. .label {
  14. width: 112rpx;
  15. height: 112rpx;
  16. }
  17. .value {
  18. width: 484rpx;
  19. margin-right: 62rpx;
  20. line-height: 42rpx;
  21. font-size: 28rpx;
  22. color: rgba(0, 28, 51, 1);
  23. word-break: break-all;
  24. word-wrap: break-word;
  25. }
  26. .arrow {
  27. width: 16rpx;
  28. height: 28rpx;
  29. }
  30. }
  31. .qrcode {
  32. display: flex;
  33. align-items: center;
  34. justify-content: center;
  35. width: 432rpx;
  36. height: 428rpx;
  37. margin: 46rpx auto 0;
  38. border-radius: 20rpx;
  39. box-shadow: 0 4rpx 20rpx 0 rgba(0, 0, 0, 0.1);
  40. .code {
  41. width: 404rpx;
  42. height: 400rpx;
  43. border-radius: 20rpx;
  44. overflow: hidden;
  45. }
  46. }
  47. .tip {
  48. margin-top: 28rpx;
  49. font-size: 24rpx;
  50. line-height: 30rpx;
  51. color: rgba(163, 163, 163, 1);
  52. text-align: center;
  53. }