|
@@ -130,9 +130,10 @@ scroll-view {
|
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
|
height: 102rpx;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
|
|
|
-.Collage-bottom image {
|
|
|
+.Collage-bottom view image {
|
|
|
width: 42rpx;
|
|
|
height: 50rpx;
|
|
|
vertical-align: middle;
|
|
@@ -141,4 +142,13 @@ scroll-view {
|
|
|
|
|
|
.Collage-bottom text {
|
|
|
vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+.Collage-bottom .bg {
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ top: 15%;
|
|
|
+ width: 4rpx;
|
|
|
+ height: 70%;
|
|
|
+ transform: translateX(-50%);
|
|
|
}
|