Files
陈誉午 994b267f5c feat: 电子药箱小程序 - 4Tab药品管理
- 电子药箱: 药品库存管理 + 手动录入 + 今日用药打卡
- 药品百科: 搜索 + 分类筛选 + 20种药品静态数据
- 惠教中心: 4条药品使用指南课程
- 我的: 家庭成员信息管理
- 自定义TabBar + navigation-bar组件
- SVG药品分类插图
2026-07-29 11:20:52 +08:00

103 lines
2.4 KiB
SCSS

@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;
}
}
}