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.
43 lines
821 B
43 lines
821 B
4 months ago
|
@charset "UTF-8";
|
||
|
/* 页面左右间距 */
|
||
|
/* 文字尺寸 */
|
||
|
/*文字颜色*/
|
||
|
/* 边框颜色 */
|
||
|
/* 图片加载中颜色 */
|
||
|
/* 行为相关颜色 */
|
||
|
.wanladvert-container {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.wanladvert-container .advert-info {
|
||
|
position: absolute;
|
||
|
height: 60rpx;
|
||
|
width: 170rpx;
|
||
|
text-align: right;
|
||
|
line-height: 60rpx;
|
||
|
right: 30rpx;
|
||
|
right: 210rpx;
|
||
|
font-size: 24rpx;
|
||
|
color: rgba(255, 255, 255, 0.7);
|
||
|
}
|
||
|
.wanladvert-container .advert-btn {
|
||
|
position: absolute;
|
||
|
right: 32rpx;
|
||
|
background: rgba(0, 0, 0, 0.4);
|
||
|
border-radius: 20rpx;
|
||
|
font-size: 28rpx;
|
||
|
color: #ffffff;
|
||
|
width: 140rpx;
|
||
|
height: 66rpx;
|
||
|
line-height: 66rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.wanladvert-container .advert-logo {
|
||
|
position: absolute;
|
||
|
left: 40rpx;
|
||
|
width: 252rpx;
|
||
|
height: 56rpx;
|
||
|
}
|
||
|
|