index.scss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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: 12rpx;
  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. margin-top:26rpx;
  50. .txt{
  51. font-size: 28rpx;
  52. font-family: PingFang-SC-Medium, PingFang-SC;
  53. font-weight: 500;
  54. color: #666666;
  55. margin-left: 8rpx;
  56. }
  57. }
  58. .addrInfo{
  59. display: flex;
  60. align-items: center;
  61. flex-direction: row;
  62. justify-content: center;
  63. margin-top: 12rpx;
  64. .txt{
  65. font-size: 28rpx;
  66. font-family: PingFang-SC-Medium, PingFang-SC;
  67. font-weight: 500;
  68. color: #333333;
  69. margin-right: 16rpx;
  70. max-width: 500rpx;
  71. }
  72. }
  73. }