investigation.wxss 878 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* pages/member/investigation/investigation.wxss */
  2. page {
  3. background: #FFF;
  4. height: 100%;
  5. }
  6. .investigation-container {
  7. position: relative;
  8. padding: 20rpx 30rpx 200rpx;
  9. font-family: PingFangSC-Regular, PingFang SC;
  10. }
  11. .tips {
  12. font-size: 24rpx;
  13. font-weight: 400;
  14. color: #999999;
  15. }
  16. .questions-detail {
  17. margin-top: 40rpx;
  18. }
  19. .questions-title {
  20. font-size: 28rpx;
  21. line-height: 40rpx;
  22. font-weight: 400;
  23. color: #000000;
  24. }
  25. .questions-box {
  26. margin-top: 24rpx;
  27. }
  28. .questions-box text {
  29. font-size: 28rpx;
  30. color: #666;
  31. }
  32. .questions-icon {
  33. width: 48rpx;
  34. height: 48rpx;
  35. margin-right: 40rpx;
  36. }
  37. .btm {
  38. height: 170rpx;
  39. position: fixed;
  40. width: 100%;
  41. left: 0;
  42. bottom: 0;
  43. background: #fff;
  44. }
  45. .btm-btn {
  46. width: 100%;
  47. height: 84rpx;
  48. font-size: 36rpx;
  49. color: #FFFFFF;
  50. margin: 0 40rpx;
  51. background: #FA7D22;
  52. border-radius: 42rpx;
  53. }