vr-shopxo-uniapp/pages/plugins/wallet/user/user.css

91 lines
1.3 KiB
CSS

/*
* 基础
*/
.wallet-bg {
/* #ifdef H5 || APP */
top: -80rpx !important;
/* #endif */
}
.wallet-head .content {
border-radius: 24rpx;
padding: 24rpx;
}
.content-padding-1 {
padding: 2rpx;
left: -4rpx;
right: -4rpx;
top: -4rpx;
}
.filter-blur {
backdrop-filter: blur(40rpx);
}
.filter-blur-child {
top: 0;
bottom: 0;
filter: blur(0rpx);
}
.effective {
font-size: 72rpx;
}
.freeze,
.give {
font-size: 42rpx;
text-shadow: 0px 1px 4px rgba(234, 44, 44, 0.46);
}
/*
* 导航
*/
.nav .active {
width: 64px;
height: 4px;
bottom: 0;
}
/*
* 底部按钮
*/
.submit-container {
padding: 42rpx 46rpx;
}
.submit-container .sub-btn {
width: calc(50% - 20rpx);
}
.submit-container button {
height: 88rpx;
line-height: 88rpx;
}
/**
* 媒体查询
*/
@media only screen and (min-width:960px) {
.wallet-bg {
/* #ifdef H5 */
top: -540rpx !important;
/* #endif */
}
.filter-blur-child {
/* #ifdef H5 */
left: -30rpx;
top: -30px;
right: -30px;
bottom: -30px;
/* #endif */
}
.wallet-child-bg {
/* #ifdef H5 */
height: 100% !important;
/* #endif */
}
}