@@ -296,7 +296,7 @@ export default defineComponent({
296
296
display : flex ;
297
297
align-items : center ;
298
298
justify-content : space-between ;
299
- background : rgba ( 71 , 71 , 83 , 1 ) ;
299
+ background : #959fb1 ;
300
300
border-radius : 29px 20px 20px 29px ;
301
301
& -iphone {
302
302
width : 210px ;
@@ -310,10 +310,15 @@ export default defineComponent({
310
310
margin-right : 20px ;
311
311
width : 36px ;
312
312
height : 36px ;
313
- background-image : url (' ../../assets/images/left-arrow.png' );
313
+ background-image : url (' ../../assets/images/right-arrow.png' );
314
+ transform : rotate (180deg );
314
315
background-repeat : no-repeat ;
315
316
background-size : 100% 100% ;
316
317
cursor : pointer ;
318
+ & :hover {
319
+ transform : rotate (0 );
320
+ background-image : url (' ../../assets/images/left-arrow.png' );
321
+ }
317
322
}
318
323
& -righticon {
319
324
margin-left : 20px ;
@@ -324,6 +329,10 @@ export default defineComponent({
324
329
background-size : 100% 100% ;
325
330
cursor : pointer ;
326
331
z-index : 1 ;
332
+ & :hover {
333
+ transform : rotate (180deg );
334
+ background-image : url (' ../../assets/images/left-arrow.png' );
335
+ }
327
336
}
328
337
& -iconinfo {
329
338
width : 190px ;
@@ -351,7 +360,7 @@ export default defineComponent({
351
360
& __list {
352
361
flex : 1 ;
353
362
display : flex ;
354
- margin-left : -274 px ;
363
+ margin-left : -275 px ;
355
364
> li {
356
365
width : 180px ;
357
366
height : 390px ;
@@ -360,7 +369,7 @@ export default defineComponent({
360
369
box-shadow : 0px 1px 7px 0px #edeef1 ;
361
370
transition : all 0.5s ;
362
371
& :first-child {
363
- margin-right : 120 px ;
372
+ margin-right : 139 px ;
364
373
transform : scale (1.04 );
365
374
}
366
375
> img {
@@ -517,19 +526,32 @@ export default defineComponent({
517
526
.doc-content-title {
518
527
color : white ;
519
528
}
520
- .doc-content-feature {
529
+ .doc-content-features {
521
530
.features-title {
522
531
color : white ;
523
532
}
524
533
.features-desc {
525
- color : white ;
534
+ color : #a5a5a5 ;
526
535
}
527
536
}
528
537
.doc-content-more {
529
538
.more-title {
530
539
color : #fff ;
531
540
}
532
541
}
542
+ .doc-content-cases-content__main {
543
+ background : #474753 ;
544
+ }
545
+ .doc-content-cases-content__list {
546
+ li {
547
+ box-shadow : none ;
548
+ }
549
+ }
550
+ .doc-content-more {
551
+ .more-item img {
552
+ box-shadow : none ;
553
+ }
554
+ }
533
555
}
534
556
.doc-content-white ,
535
557
.doc-content-red {
0 commit comments