12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .ohter_bg {
- width: 100%;
- height: 100%;
- }
- .ohter_sc {
- width: 95%;
- margin: 0 auto;
- }
- .ohter_item_bg {
- width: 100%;
- height: 200rpx;
- display: flex;
- background-repeat: no-repeat; background-size: 100% 100%;
- }
- .ohter_item_imge_bg {
- width: 35%;
- height: 200rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .ohter_item_imge {
- display: block;
- width: 200rpx;
- height: 160rpx;
- border-radius: 10rpx;
- }
- .ohter-left{
- width: 65%; padding-left: 10rpx; height: 100%;
- }
- .ohter-left-top{
- height: 50%; font-size: 28rpx;font-weight: bold; color: #fff; line-height: 60rpx;
- }
- .ohter-left-bottom{
- height: 50%; font-size: 20rpx;
- }
- .ohter_gymj_h{
- height: 50%; display: flex;
- }
- .ohter_jhgdyt_h{
- height: 50%; line-height: 30rpx; display: flex;
- }
|