yurong/unpackage/dist/dev/mp-weixin/pageOne/mes/member.wxss

61 lines
1.1 KiB
Plaintext

page.data-v-c8dbafd8 {
background: #1c0d0d;
}
.member-page.data-v-c8dbafd8 {
position: relative;
width: 100%;
min-height: 100vh;
overflow: hidden;
background: #f23f3e;
}
.member-bg.data-v-c8dbafd8 {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.page-overlay.data-v-c8dbafd8 {
position: relative;
min-height: 100vh;
}
.back-btn.data-v-c8dbafd8 {
position: fixed;
left: 24rpx;
width: 72rpx;
height: 72rpx;
border-radius: 36rpx;
background: #f23f3e;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.back-arrow.data-v-c8dbafd8 {
color: #ffffff;
font-size: 52rpx;
line-height: 1;
margin-top: -4rpx;
}
.action-wrap.data-v-c8dbafd8 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
padding-left: 32rpx;
padding-right: 32rpx;
}
.open-btn.data-v-c8dbafd8 {
height: 96rpx;
border-radius: 48rpx;
background: linear-gradient(135deg, #f8e2b7 0%, #d8b06b 100%);
color: #6b2b10;
font-size: 32rpx;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 16rpx 32rpx rgba(0, 0, 0, 0.18);
}