You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
518 B
29 lines
518 B
.pile-bar-line {
|
|
width: 100%;
|
|
background: #fff;
|
|
}
|
|
.pile-bar-line .pile-bar-line-content {
|
|
width: 100%;
|
|
height: 500rpx;
|
|
}
|
|
.pile-bar-line .slider-tip {
|
|
width: 100%;
|
|
height: 60rpx;
|
|
display: flex;
|
|
padding-top:10rpx;
|
|
}
|
|
.pile-bar-line .slider-tip .move-sword {
|
|
width: 46rpx;
|
|
height: 44rpx;
|
|
margin: 0 5rpx 0 30rpx;
|
|
position: relative;
|
|
top: -4rpx;
|
|
}
|
|
.pile-bar-line .slider-tip .move-sword image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.pile-bar-line .slider-tip .tip {
|
|
color: #bbb;
|
|
font-size: 24rpx;
|
|
}
|