ohter.wxss 766 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. width: 100%;
  11. height: 200rpx;
  12. display: flex;
  13. background-repeat: no-repeat; background-size: 100% 100%;
  14. }
  15. .ohter_item_imge_bg {
  16. width: 35%;
  17. height: 200rpx;
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. }
  22. .ohter_item_imge {
  23. display: block;
  24. width: 200rpx;
  25. height: 160rpx;
  26. border-radius: 10rpx;
  27. }
  28. .ohter-left{
  29. width: 65%; padding-left: 10rpx; height: 100%;
  30. }
  31. .ohter-left-top{
  32. height: 50%; font-size: 28rpx;font-weight: bold; color: #fff; line-height: 60rpx;
  33. }
  34. .ohter-left-bottom{
  35. height: 50%; font-size: 20rpx;
  36. }
  37. .ohter_gymj_h{
  38. height: 50%; display: flex;
  39. }
  40. .ohter_jhgdyt_h{
  41. height: 50%; line-height: 30rpx; display: flex;
  42. }