list.wxss 835 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .ViewContainerTitle1 {
  2. background-color: #f0f0f0;
  3. font-size: 28rpx;
  4. font-weight: 500;
  5. height: 100rpx;
  6. justify-content: space-between;
  7. }
  8. .ViewContainerContent2 {
  9. height: 132rpx;
  10. background-color: #fff;
  11. justify-content: space-between;
  12. border-bottom: 1rpx solid #f0f0f0;
  13. font-size: 30rpx;
  14. }
  15. .ViewContainerContent2_1{
  16. justify-content: flex-start;
  17. align-items: flex-start;
  18. }
  19. .ListIcon {
  20. width: 36rpx;
  21. height: 30rpx;
  22. }
  23. .Left20{
  24. margin-left: 20rpx;
  25. }
  26. .XieGang {
  27. margin: 0 10rpx 0 10rpx;
  28. width:14rpx;
  29. height:18rpx;
  30. }
  31. .ExampleContainer {
  32. margin: 5rpx 0 0 60rpx;
  33. font-size: 24rpx;
  34. font-style: italic;
  35. font-weight: 200;
  36. justify-content: flex-start;
  37. }
  38. .letterSpacing {
  39. letter-spacing: 6rpx;
  40. }
  41. .difficulty{
  42. font-size:22rpx;
  43. color:#9B9B9B;
  44. }
  45. .PrintIcon{
  46. width:72rpx;
  47. height:54rpx;
  48. }