You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .xhuancuanimg {
- margin-top: 80px;
- width: 100%;
- cursor: pointer;
- }
-
- .publicityBox {
- width: 1200px;
- overflow: hidden;
- margin: 100px auto 0 auto;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- margin-bottom: 76px;
- }
-
- .item1Box {
- width: 49%;
- /* height: 240px; */
- }
-
- .item1Title {
- font-size: 22px;
- font-family: OPPOSans;
- font-weight: 500;
- color: #131D2E;
- margin: 20px 0 20px 0;
- }
-
- .item1p {
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #767F8F;
- }
-
- .item1Img {
- width: 100%;
- height: 240px;
- }
-
- .xian {
- width: 559px;
- height: 1px;
- background: #E5E5E5;
- margin-top: 26px;
- margin-bottom: 40px;
- }
|