index.wxss 814 B

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