@import "../../../variables"; /* pages/live/registration.wxss */ .page-result { box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; padding-top: 180rpx; .clock-icon, .success-container, .forbid-container { display: flex; flex-direction: column; align-items: center; margin-bottom: 40rpx; image { width: 200rpx; height: 200rpx; margin-bottom: 30rpx; } .success-icon { width: 240rpx; height: 240rpx; /* 使用滤镜改变颜色为 #0dc70d 绿色 */ filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(748%) hue-rotate(90deg) brightness(90%) contrast(85%); } } .text-group { display: flex; flex-direction: column; align-items: center; text { margin-bottom: 20rpx; font-size: 32rpx; } } .info { margin-top: 80rpx; width: 90%; text-align: center; z-index: 9999; font-size: 20px; color: #c6c6c6; } .color-green { color: #0dc70d; } .userinfo { display: flex; align-items: center; margin-bottom: 15vh; border: 1px solid #ccc; padding: 30rpx ; border-radius: 25rpx; .choose-avatar { padding: 0; margin: 0; border: none; background: none; width: 120rpx; height: 120rpx; border-radius: 50%; overflow: hidden; display: inline-block; } button::after { border: none; } .avatar { width: 113rpx; height: 113rpx; border-radius: 50%; border: 2px solid $primary-color; display: block; } .nickname { width: 300rpx; margin-left: $primary-gap; font-size: $large-font-size; font-weight: 800; } .refresh { width: 150rpx; height: 50rpx; line-height: 50rpx; text-align: center; border-radius: 25rpx; border: 1px solid $primary-color; color: $primary-color; font-size: $large-font-size; } } }