2024-12-28 10:39:16 +08:00

66 lines
1.4 KiB
Plaintext

/* components/recentlyPlayed/index.wxss */
@import "../../static/iconfont.wxss";
@font-face {
font-family: "kaiti";
src: url("https://xygywlweb.hunanjj.cn/FangYuanTi.ttf");
}
page {
font-family: "kaiti";
font-size: 28rpx;
font-weight: 400;
color: #373451;
line-height: 1.5;
}
.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;
}