index.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .cartDef{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. .companyName{
  6. font-size: 32rpx;
  7. font-family: PingFang-SC-Bold, PingFang-SC;
  8. font-weight: bold;
  9. color: #333333;
  10. margin-top: 22rpx;
  11. }
  12. .connect{
  13. display: flex;
  14. align-items: center;
  15. flex-direction: row;
  16. margin-top: 32rpx;
  17. .txt{
  18. font-size: 28rpx;
  19. font-family: PingFang-SC-Medium, PingFang-SC;
  20. font-weight: 500;
  21. color: #666666;
  22. display: inline-block;
  23. margin-left: 8rpx;
  24. }
  25. }
  26. .connectDes{
  27. display: flex;
  28. align-items: center;
  29. flex-direction: row;
  30. margin-top: 12rpx;
  31. .num{
  32. font-size: 28rpx;
  33. font-family: PingFang-SC-Medium, PingFang-SC;
  34. font-weight: 500;
  35. color: #333333;
  36. margin-right: 24rpx;
  37. }
  38. .callBtn{
  39. font-size: 28rpx;
  40. font-family: PingFang-SC-Medium, PingFang-SC;
  41. font-weight: 500;
  42. color: #E77817;
  43. }
  44. }
  45. .addr{
  46. display: flex;
  47. align-items: center;
  48. flex-direction: row;
  49. .txt{
  50. font-size: 28rpx;
  51. font-family: PingFang-SC-Medium, PingFang-SC;
  52. font-weight: 500;
  53. color: #666666;
  54. margin-left: 8rpx;
  55. }
  56. }
  57. .addrInfo{
  58. display: flex;
  59. align-items: center;
  60. flex-direction: row;
  61. justify-content: center;
  62. .txt{
  63. font-size: 28rpx;
  64. font-family: PingFang-SC-Medium, PingFang-SC;
  65. font-weight: 500;
  66. color: #333333;
  67. margin-right: 16rpx;
  68. max-width: 500rpx;
  69. }
  70. }
  71. }