help.wxss 992 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .common-problem {
  2. width: 750rpx;
  3. height: auto;
  4. overflow: hidden;
  5. padding: 0rpx 30rpx;
  6. background: #fff;
  7. }
  8. .item {
  9. height: auto;
  10. overflow: hidden;
  11. padding-bottom: 25rpx;
  12. }
  13. .question-box .spot {
  14. float: left;
  15. display: block;
  16. height: 10rpx;
  17. width: 10rpx;
  18. background: #b4282d;
  19. border-radius: 50%;
  20. margin-top: 11rpx;
  21. }
  22. .question-box .question {
  23. float: left;
  24. line-height: 30rpx;
  25. padding-left: 8rpx;
  26. display: block;
  27. font-size: 26rpx;
  28. padding-bottom: 15rpx;
  29. color: #303030;
  30. width: 680rpx;
  31. }
  32. .answer {
  33. line-height: 36rpx;
  34. padding-left: 16rpx;
  35. font-size: 26rpx;
  36. color: #787878;
  37. display: block;
  38. }
  39. .page{
  40. width: 750rpx;
  41. height: 108rpx;
  42. background: #fff;
  43. margin-bottom: 20rpx;
  44. }
  45. .page view{
  46. height: 108rpx;
  47. width: 50%;
  48. float: left;
  49. font-size: 29rpx;
  50. color: #333;
  51. text-align: center;
  52. line-height: 108rpx;
  53. }
  54. .page .prev{
  55. border-right: 1px solid #D9D9D9;
  56. }
  57. .page .disabled{
  58. color: #ccc;
  59. }