55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
/* components/recentlyPlayed/index.wxss */
|
|
@import "../../static/iconfont.wxss";
|
|
.skit-player-open-area-left {
|
|
height: 0 !important;
|
|
}
|
|
.screen-dialog--charge-dialog.screen-dialog--weui-half-screen-dialog {
|
|
padding-bottom: 0 !important; /* 强制去除底部安全距离 */
|
|
}
|
|
.weui-half-screen-dialog.charge-dialog {
|
|
background: transparent !important;
|
|
height: 100vh;
|
|
max-height: none !important;
|
|
}
|
|
|
|
.charge-dialog .charge-dialog-desc {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
height: 100vh;
|
|
max-height: none !important;
|
|
}
|
|
|
|
.charge-dialog .charge-dialog-desc > scroll-view {
|
|
height: 100vh;
|
|
max-height: none !important;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
.weui-navigation-bar__body {
|
|
align-items: flex-start !important;
|
|
}
|
|
|
|
.weui-navigation-bar__left {
|
|
margin-top: -20rpx;
|
|
}
|
|
|
|
.charge-dialog-desc {
|
|
height: 100vh;
|
|
}
|
|
|
|
.ad-bg {
|
|
background: url("https://xygywlweb.hunanjj.cn/appletStatic/images/open_left_pay_01.png")
|
|
no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.recharge-button {
|
|
margin-top: 20rpx;
|
|
height: 72rpx !important;
|
|
line-height: 72rpx !important;
|
|
font-size: 36rpx !important;
|
|
width: 100% !important;
|
|
border-width: 0rpx !important;
|
|
border-radius: 16rpx !important;
|
|
}
|