help.wxss 963 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. page {
  2. background: #fff;
  3. }
  4. .phone {
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. }
  9. .phone-icon {
  10. margin-top: 50rpx;
  11. display: flex;
  12. align-content: center;
  13. justify-content: center;
  14. width: 100rpx;
  15. height: 100rpx;
  16. background: linear-gradient(0deg, #FF4330 0%, #FF7B60 100%);
  17. border-radius: 50%;
  18. }
  19. .phone-name {
  20. font-size: 30rpx;
  21. font-weight: 400;
  22. color: #333333;
  23. margin-top: 20rpx;
  24. }
  25. .phone-number {
  26. font-size: 24rpx;
  27. font-weight: 400;
  28. color: #999999;
  29. margin-top: 10rpx;
  30. margin-bottom: 40rpx;
  31. }
  32. .problem-tag {
  33. padding-left: 40rpx;
  34. display: flex;
  35. align-items: center;
  36. width: 100%;
  37. height: 60rpx;
  38. background: #F3F5F9;
  39. font-size: 30rpx;
  40. font-weight: 500;
  41. color: #333333;
  42. }
  43. .content {
  44. font-size: 26rpx;
  45. line-height: 48rpx;
  46. margin-left: 50rpx;
  47. color: #333333;
  48. }
  49. .da {
  50. color: #FF4330;
  51. font-weight: bold;
  52. }