有一个我正在处理https://www.onlinesalebazaar.in/的网站。 在安卓系统上打开时,它看起来还不错,但在苹果系统上,用户界面会失真。在滑块下面,它打算水平显示2个图像,但在iPhone上它被扭曲了。 我尝试将CSS更改为宽度为49%等,但都不起作用。 使用的样式如下: /* Create four equal columns that sits next to each other */ -ms-flex: 25%; /* IE10 */ max-width: 25%;
padding: 0
我正在使用React bootstrap,并使用它的Row和Col组件。默认情况下,列是水平居中对齐图像。如何将此图像移动到列中的左侧?代码 import React from "react";import Row from "react-bootstrap/Row";
import Col from &q