recommend.wxss 1.3 KB

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