|
@@ -9,49 +9,6 @@
|
|
|
margin-left: -100%;
|
|
|
}
|
|
|
}
|
|
|
- .zd{
|
|
|
- width: 80px;
|
|
|
- height: 100%;
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- background: #fff;
|
|
|
-
|
|
|
- }
|
|
|
-.marquee_container{
|
|
|
- width: 100%;
|
|
|
- background: #fff;
|
|
|
- /* box-shadow:0px 4px 12px 0px rgba(0,0,0,0.08); */
|
|
|
- border-radius:4px;
|
|
|
- padding: 12.5px 12px;
|
|
|
- position: relative;
|
|
|
- overflow: hidden;
|
|
|
- height: 90rpx;
|
|
|
-}
|
|
|
-.marquee_container:hover{
|
|
|
- /* 不起作用 */
|
|
|
- animation-play-state: paused;
|
|
|
-}
|
|
|
-.marquee_text{
|
|
|
- color:#333;
|
|
|
- font-size: 28rpx;
|
|
|
- display: flex;
|
|
|
- white-space: nowrap;
|
|
|
- animation-name: around;
|
|
|
- animation-duration: 15s; /*过渡时间*/
|
|
|
- animation-iteration-count: infinite;
|
|
|
- animation-timing-function:linear;
|
|
|
-}
|
|
|
-.marquee_text navigator{
|
|
|
- margin-right: 20px;
|
|
|
-}
|
|
|
-.marquee_container image{
|
|
|
- width: 60px;
|
|
|
- max-height: 30px;
|
|
|
- position: absolute;
|
|
|
- left: 10px;
|
|
|
- top: 30rpx;
|
|
|
-}
|
|
|
page{
|
|
|
background: #F7F7F7;
|
|
|
}
|
|
@@ -591,4 +548,44 @@ scroll-view{
|
|
|
color: #999;
|
|
|
font-size: 28rpx;
|
|
|
margin-right: 40rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.marquee_container{
|
|
|
+ width: 100%;
|
|
|
+ background-color: #fff;
|
|
|
+ /* background: rgba(255, 244.8, 244.8, 1); */
|
|
|
+ /* box-shadow:0px 4px 12px 0px rgba(0,0,0,0.08); */
|
|
|
+ border-radius:4px;
|
|
|
+ padding: 12.5px 12px;
|
|
|
+ position: relative;
|
|
|
+ overflow: hidden;
|
|
|
+ height: 125rpx;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+}
|
|
|
+.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_text{
|
|
|
+ color:#333;
|
|
|
+ font-weight: 600;
|
|
|
+ font-size: 30rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.marquee_text text{
|
|
|
+ display: block;
|
|
|
+ color:#666;
|
|
|
+ font-size: 26rpx;
|
|
|
+ margin-top: 5rpx;
|
|
|
+ font-weight: 400;
|
|
|
}
|