recommend.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .panelTitle{
  2. width:100%;
  3. margin-top: 50rpx;
  4. justify-content: flex-start;
  5. }
  6. .panelTitle0{
  7. margin-top: 40rpx;
  8. }
  9. .panelTitle .panelTitle1{
  10. font-size:32rpx;
  11. margin-left: 30rpx;
  12. margin-bottom: 30rpx;
  13. }
  14. .panelItem{
  15. width:100%;
  16. justify-content: space-between;
  17. font-size:28rpx;
  18. min-height:100rpx;
  19. background-color: #fff;
  20. }
  21. .panelItem0{
  22. width:690rpx;
  23. height:100rpx;
  24. color:#fff;
  25. border-radius: 10rpx;
  26. margin-bottom: 30rpx;
  27. border:1rpx solid #9B9B9B;
  28. }
  29. .panelItemSelected{
  30. border:5rpx solid #fff;
  31. box-shadow:0 0 0 3px #0071EF;
  32. }
  33. .panelItem01{
  34. width:100%;
  35. line-height: 100rpx;
  36. padding-left: 30rpx;
  37. font-weight: 400;
  38. border-radius: 10rpx;
  39. }
  40. .panelItem .panelItem1{
  41. margin-left: 30rpx;
  42. font-weight: 400;
  43. }
  44. .panelItem2{
  45. width:690rpx;
  46. font-weight: 400;
  47. font-size:24rpx;
  48. }
  49. .help_picture_chooseadvice{
  50. width:688rpx;
  51. height:265rpx;
  52. margin: 40rpx 0;
  53. }
  54. .panelItem .panelItem3{
  55. margin-right: 25rpx;
  56. justify-content: flex-end;
  57. color:#787878;
  58. }
  59. .Arrow{
  60. width:16rpx;
  61. height:26rpx;
  62. margin-left: 30rpx;
  63. }
  64. .panelItem4 {
  65. width: 690rpx;
  66. font-weight: 400;
  67. font-size: 24rpx;
  68. margin: 30rpx;
  69. color: #787878;
  70. }