limited.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .container {
  2. background-color: #f0f0f0;
  3. color:#1e1e1e;
  4. font-weight: 500;
  5. }
  6. .panelTitle{
  7. width:100%;
  8. margin-top: 50rpx;
  9. justify-content: space-between;
  10. align-items: flex-end;
  11. }
  12. .panelTitle .panelTitle1{
  13. font-size:32rpx;
  14. margin-left: 30rpx;
  15. margin-bottom: 30rpx;
  16. }
  17. .panelTitle .panelTitle2{
  18. font-size: 20rpx;
  19. color:#787878;
  20. margin-bottom: 30rpx;
  21. margin-right: 30rpx;
  22. font-weight: 500;
  23. }
  24. .panelTitle .line1{
  25. width:3rpx;
  26. height:20rpx;
  27. background-color: #D2D2D2;
  28. margin: 0 10rpx;
  29. }
  30. .panelItem{
  31. width:100%;
  32. justify-content: space-between;
  33. font-size:28rpx;
  34. height:100rpx;
  35. margin-bottom: 2rpx;
  36. background-color: #fff;
  37. }
  38. .panelItem0{
  39. height:133rpx;
  40. }
  41. .panelItem .panelItem1{
  42. margin-left: 30rpx;
  43. font-weight: 400;
  44. }
  45. .panelItem .panelItem2{
  46. margin-right: 30rpx;
  47. color:#787878;
  48. font-weight: 400;
  49. }
  50. .panelItem .panelItem22{
  51. margin-left: 30rpx;
  52. width: 90rpx;
  53. }
  54. .panelFooter{
  55. font-weight: 400;
  56. font-size: 24rpx;
  57. margin-top: 50rpx;
  58. }
  59. .panelFooter .title6{
  60. color:#B3443B;
  61. text-decoration: underline;
  62. font-weight: 500;
  63. }