ohter.wxss 786 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .ohter_bg {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .ohter_sc {
  6. width: 95%;
  7. margin: 0 auto;
  8. }
  9. .ohter_item_bg {
  10. margin-top: 15rpx;
  11. width: 100%;
  12. height: 200rpx;
  13. display: flex;
  14. background-repeat: no-repeat; background-size: 100% 100%;
  15. }
  16. .ohter_item_imge_bg {
  17. width: 35%;
  18. height: 200rpx;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .ohter_item_imge {
  24. display: block;
  25. width: 200rpx;
  26. height: 160rpx;
  27. border-radius: 10rpx;
  28. }
  29. .ohter-left{
  30. width: 65%; padding-left: 10rpx; height: 100%;
  31. }
  32. .ohter-left-top{
  33. height: 50%; font-size: 28rpx;font-weight: bold; color: #fff; line-height: 60rpx;
  34. }
  35. .ohter-left-bottom{
  36. height: 50%; font-size: 20rpx;
  37. }
  38. .ohter_gymj_h{
  39. height: 50%; display: flex;
  40. }
  41. .ohter_jhgdyt_h{
  42. height: 50%; line-height: 30rpx; display: flex;
  43. }