|
@@ -28,31 +28,38 @@ page{
|
|
|
padding: 12.5px 12px;
|
|
padding: 12.5px 12px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
- height: 90rpx;
|
|
|
|
|
|
|
+ height: 125rpx;
|
|
|
}
|
|
}
|
|
|
.marquee_container:hover{
|
|
.marquee_container:hover{
|
|
|
/* 不起作用 */
|
|
/* 不起作用 */
|
|
|
animation-play-state: paused;
|
|
animation-play-state: paused;
|
|
|
}
|
|
}
|
|
|
.marquee_text{
|
|
.marquee_text{
|
|
|
- color:#333;
|
|
|
|
|
|
|
+ color:#5C5C5C;
|
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
- animation-name: around;
|
|
|
|
|
|
|
+ /* animation-name: around;
|
|
|
animation-duration: 15s; /*过渡时间*/
|
|
animation-duration: 15s; /*过渡时间*/
|
|
|
animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
|
- animation-timing-function:linear;
|
|
|
|
|
|
|
+ animation-timing-function:linear;
|
|
|
|
|
+ margin-left: 64rpx;
|
|
|
}
|
|
}
|
|
|
.marquee_text navigator{
|
|
.marquee_text navigator{
|
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
|
}
|
|
}
|
|
|
|
|
+.marquee_text text{
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ color:#5C5C5C;
|
|
|
|
|
+ font-size: 26rpx;
|
|
|
|
|
+ margin-top: 5rpx;
|
|
|
|
|
+}
|
|
|
.marquee_container image{
|
|
.marquee_container image{
|
|
|
width: 34rpx;
|
|
width: 34rpx;
|
|
|
height: 34rpx;
|
|
height: 34rpx;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
left: 10px;
|
|
left: 10px;
|
|
|
- top: 30rpx;
|
|
|
|
|
|
|
+ top: 46rpx;
|
|
|
}
|
|
}
|
|
|
._top{
|
|
._top{
|
|
|
background: #D94B24;
|
|
background: #D94B24;
|