help.wxss 914 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* pages/user/help.wxss */
  2. .help_item {
  3. padding: 47rpx 30rpx 0;
  4. }
  5. .help_title text {
  6. color: #333;
  7. font-size: 32rpx;
  8. line-height: 1;
  9. }
  10. .help_title-icon {
  11. float: right;
  12. height: 32rpx;
  13. margin: 10rpx 15rpx 0 0;
  14. width: 32rpx;
  15. }
  16. .help_content {
  17. color: #999;
  18. font-size: 26rpx;
  19. }
  20. .help_content text {
  21. line-height: 40rpx;
  22. }
  23. .rotate {
  24. transform: rotate(360deg);
  25. transition: all 0.5s;
  26. }
  27. .contact__img {
  28. border-radius: 50%;
  29. display: block;
  30. height: 232rpx;
  31. margin: 120rpx auto 24rpx;
  32. width: 232rpx;
  33. }
  34. .contact__nickname {
  35. display: block;
  36. font-size: 36rpx;
  37. font-weight: bold;
  38. text-align: center;
  39. }
  40. .contact__qq {
  41. color: #FF8331;
  42. display: block;
  43. font-size: 28rpx;
  44. font-weight: bold;
  45. margin: 20rpx 0 130rpx;
  46. text-align: center;
  47. }
  48. .contact__btn {
  49. background-color: #6B8EFF;
  50. font-size: 34rpx;
  51. height: 100rpx;
  52. line-height: 100rpx;
  53. margin: 0 auto;
  54. width: 628rpx;
  55. }