limited.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. }
  64. .footer{
  65. width: 100%;
  66. height: 140rpx;
  67. position: fixed;
  68. bottom: 0;
  69. line-height: 140rpx;
  70. font-size:48rpx;
  71. color:#fff;
  72. text-align: center;
  73. background-color: #03AF69;
  74. }