review.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .container {
  2. background-color: #f0f0f0;
  3. justify-content: flex-start;
  4. font-weight: 500;
  5. }
  6. .panel{
  7. width:100%;
  8. justify-content: space-between;
  9. }
  10. .title{
  11. margin: 50rpx 0 30rpx 30rpx;
  12. font-size:32rpx;
  13. }
  14. .btn{
  15. margin: 50rpx 30rpx 25rpx 0;
  16. font-size:24rpx;
  17. color:#fff;
  18. background-color: #0792E4;
  19. border-radius: 8rpx;
  20. text-align: center;
  21. line-height: 50rpx;
  22. width: 108rpx;
  23. }
  24. .panel2{
  25. background-color: #fff;
  26. margin-bottom: 1rpx;
  27. height:100rpx;
  28. }
  29. .Name{
  30. margin-left: 30rpx;
  31. font-size:28rpx;
  32. font-weight: 400;
  33. }
  34. .Arrow{
  35. width:16rpx;
  36. height:26rpx;
  37. margin-right: 30rpx;
  38. }
  39. .bottom{
  40. position: fixed;
  41. bottom:0;
  42. font-size:48rpx;
  43. color:#fff;
  44. background-color: #FF7245;
  45. text-align: center;
  46. line-height: 120rpx;
  47. width: 100%;
  48. }
  49. .panelNull1{
  50. font-size: 48rpx;
  51. margin-top: 422rpx;
  52. }
  53. .panelNull2{
  54. font-size: 24rpx;
  55. margin: 20rpx 0 30rpx 0;
  56. font-weight: 400;
  57. text-align: center;
  58. }
  59. .img0521{
  60. width:64rpx;
  61. height:68rpx;
  62. }
  63. .panel3{
  64. justify-content: flex-start;
  65. }
  66. .universalpic_select_on_black{
  67. width:30rpx;
  68. height:30rpx;
  69. margin-left: 30rpx;
  70. }
  71. .bottom2{
  72. background-color: #E5321C;
  73. justify-content: center;
  74. height:140rpx;
  75. line-height: 46rpx;
  76. }
  77. .text1{
  78. font-size:24rpx;
  79. }