| | |
| | | .equipment_box img{ |
| | | width: 45%; |
| | | } |
| | | |
| | | .containerequip{ |
| | | overflow: auto; |
| | | } |
| | | |
| | | @media screen and (min-width: 1920px){ |
| | | .containerequip{ |
| | | height: 640px!important; |
| | | overflow: scroll; |
| | | } |
| | | } |
| | | @media screen and (min-width: 1680px) and (max-width: 1920px){ |
| | | .containerequip{ |
| | | height: 640px!important; |
| | | overflow: scroll; |
| | | } |
| | | } |
| | | @media screen and (min-width: 1400px) and (max-width: 1680px){ |
| | | .containerequip{ |
| | | height: 493px!important; |
| | | overflow: scroll; |
| | | } |
| | | } |
| | | @media screen and (min-width: 1280px) and (max-width: 1400px){ |
| | | .containerequip{ |
| | | height: 493px!important; |
| | | overflow: scroll; |
| | | } |
| | | } |
| | | @media screen and (max-width: 1280px){ |
| | | .containerequip{ |
| | | height: 394px!important; |
| | | overflow: scroll; |
| | | } |
| | | } |
| | | .container_content { |
| | | width: 100%; |
| | | /*display: flex;*/ |
| | | /*flex-wrap: wrap;*/ |
| | | /*justify-content: space-between;*/ |
| | | /*align-items: center;*/ |
| | | position: relative; |
| | | } |
| | | |
| | |
| | | display: inline-block; |
| | | text-align: center; |
| | | margin-bottom: 5%; |
| | | /*float: left;*/ |
| | | } |
| | | |
| | | .container_content .contnet p { |
| | | padding-top: 5%; |
| | | } |
| | | |
| | | /*.container_content .contnet img {*/ |
| | | /*padding: 5%;*/ |
| | | /*}*/ |
| | | /**/ |
| | | .addclass { |
| | | /*float: left;*/ |
| | | /*position: absolute;*/ |
| | | /*top: 0;*/ |
| | | /*left: 0;*/ |
| | | } |
| | | |
| | | .noaddclass { |
| | | /*float: left;*/ |
| | | } |
| | | |
| | | /*.addclass .content_equipment img {*/ |
| | | /*border-bottom: 2px solid #e957ff;*/ |
| | | /*!*padding-bottom: 8%;*!*/ |
| | | /*}*/ |
| | | .addclass p { |
| | | border-bottom: 2px solid #e957ff; |
| | | /*padding-bottom: 8%;*/ |
| | | } |
| | | </style> |