123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .A1home {
- :global {
- .A1top {
- img {
- width: 100%;
- height: auto;
- pointer-events: none;
- }
- }
- .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 {
- cursor: pointer;
- 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;
- }
- }
- }
|