|
@@ -22,37 +22,48 @@ page{
|
|
}
|
|
}
|
|
.marquee_container{
|
|
.marquee_container{
|
|
width: 100%;
|
|
width: 100%;
|
|
- background: rgba(255, 244.8, 244.8, 1);
|
|
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ /* background: rgba(255, 244.8, 244.8, 1); */
|
|
/* box-shadow:0px 4px 12px 0px rgba(0,0,0,0.08); */
|
|
/* box-shadow:0px 4px 12px 0px rgba(0,0,0,0.08); */
|
|
border-radius:4px;
|
|
border-radius:4px;
|
|
padding: 12.5px 12px;
|
|
padding: 12.5px 12px;
|
|
position: relative;
|
|
position: relative;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
height: 125rpx;
|
|
height: 125rpx;
|
|
|
|
+ margin-bottom: 10rpx;
|
|
|
|
+}
|
|
|
|
+.marquee_container navigator{
|
|
|
|
+ background-color: #ff0f03;
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 20rpx;
|
|
|
|
+ top: 0;
|
|
|
|
+ color: #fff;
|
|
|
|
+ padding: 0 20rpx;
|
|
|
|
+ height: 60rpx;
|
|
|
|
+ line-height: 60rpx;
|
|
|
|
+ border-radius: 6rpx;
|
|
|
|
+ font-size: 26rpx;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ margin: auto;
|
|
}
|
|
}
|
|
.marquee_container:hover{
|
|
.marquee_container:hover{
|
|
/* 不起作用 */
|
|
/* 不起作用 */
|
|
animation-play-state: paused;
|
|
animation-play-state: paused;
|
|
}
|
|
}
|
|
.marquee_text{
|
|
.marquee_text{
|
|
- color:#5C5C5C;
|
|
|
|
- font-size: 28rpx;
|
|
|
|
- /* display: flex; */
|
|
|
|
- white-space: nowrap;
|
|
|
|
- /* animation-name: around;
|
|
|
|
- animation-duration: 15s; /*过渡时间*/
|
|
|
|
- animation-iteration-count: infinite;
|
|
|
|
- animation-timing-function:linear;
|
|
|
|
- margin-left: 64rpx;
|
|
|
|
|
|
+ color:#333;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ font-size: 30rpx;
|
|
}
|
|
}
|
|
.marquee_text navigator{
|
|
.marquee_text navigator{
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
}
|
|
.marquee_text text{
|
|
.marquee_text text{
|
|
display: block;
|
|
display: block;
|
|
- color:#5C5C5C;
|
|
|
|
|
|
+ color:#666;
|
|
font-size: 26rpx;
|
|
font-size: 26rpx;
|
|
margin-top: 5rpx;
|
|
margin-top: 5rpx;
|
|
|
|
+ font-weight: 400;
|
|
}
|
|
}
|
|
.marquee_container .notice{
|
|
.marquee_container .notice{
|
|
width: 34rpx;
|
|
width: 34rpx;
|