index.wxss 924 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .panelTitle{
  2. width:100%;
  3. margin-top: 50rpx;
  4. justify-content: space-between;
  5. }
  6. .panelTitle .panelTitle1{
  7. font-size:32rpx;
  8. margin-left: 30rpx;
  9. margin-bottom: 30rpx;
  10. }
  11. .panelTitle .panelTitle2{
  12. font-size:28rpx;
  13. margin-right: 30rpx;
  14. background-color: #1e1e1e;
  15. color:#fff;
  16. border-radius: 22rpx;
  17. text-align: center;
  18. padding: 0 20rpx;
  19. margin-bottom: 32rpx;
  20. }
  21. .panelItem{
  22. width:100%;
  23. justify-content: space-between;
  24. font-size:28rpx;
  25. height:100rpx;
  26. background-color: #fff;
  27. }
  28. .panelItem0{
  29. height:133rpx;
  30. }
  31. .panelItem00{
  32. margin-top: 10rpx;
  33. line-height: 100rpx;
  34. font-size:28rpx;
  35. font-weight: 400;
  36. justify-content: center;
  37. }
  38. .panelItem .panelItem1{
  39. margin-left: 30rpx;
  40. font-weight: 400;
  41. }
  42. .panelItem .panelItem2{
  43. margin-right: 30rpx;
  44. color:#787878;
  45. font-weight: 400;
  46. }
  47. .Arrow{
  48. width:16rpx;
  49. height:26rpx;
  50. margin-left: 30rpx;
  51. }
  52. .line1{
  53. width:100%;
  54. height:50rpx;
  55. }