12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .A1home {
- :global {
- .A1top {
- img {
- width: 100%;
- height: auto;
- }
- }
- .A1tit {
- font-size: 22px;
- font-weight: 700;
- margin-bottom: 16px;
- }
- .A1box1 {
- padding: 24px;
- .A1_1list {
- width: 100%;
- height: auto;
- overflow-x: auto;
- white-space: nowrap;
- display: inline-block;
- padding-bottom: 24px;
- border-bottom: 1px solid #ccc;
- .A1_1row {
- width: 40%;
- height: auto;
- display: inline-block;
- margin-right: 15px;
- vertical-align: top;
- & > img {
- width: 100%;
- height: auto;
- }
- .A1_1row1 {
- font-weight: 700;
- font-size: 16px;
- margin: 10px 0 2px;
- width: 100%;
- white-space: break-spaces;
- word-wrap: break-word;
- }
- .A1_1row2 {
- color: #9a9a9a;
- width: 100%;
- white-space: break-spaces;
- word-wrap: break-word;
- }
- }
- }
- }
- .A1BottomTxt {
- text-align: center;
- color: #9a9a9a;
- }
- }
- }
|