/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .tn-update-user-info-popup.data-v-fd9bc11c { padding: 50rpx 30rpx 60rpx 30rpx; } .tn-update-user-info-popup .btn-reset.data-v-fd9bc11c { background-color: transparent; border-radius: 0rpx; color: unset; font-size: unset; line-height: unset; overflow: visible; padding: 0rpx; } .tn-update-user-info-popup .btn-reset.data-v-fd9bc11c::after { border: none; border-radius: 0rpx; } .tn-update-user-info-popup__title.data-v-fd9bc11c { font-size: 36rpx; font-weight: bold; } .tn-update-user-info-popup__tips.data-v-fd9bc11c { color: var(--tn-color-gray); font-size: 26rpx; margin-top: 12rpx; } .tn-update-user-info-popup__avatar.data-v-fd9bc11c { position: relative; width: 100%; display: flex; align-items: center; justify-content: center; margin-top: 60rpx; } .tn-update-user-info-popup__avatar--container.data-v-fd9bc11c { position: relative; width: 180rpx; height: 180rpx; border-radius: 50%; } .tn-update-user-info-popup__avatar--container.data-v-fd9bc11c::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 110%; height: 110%; border-radius: 50%; background-color: rgba(255, 255, 255, 0.4); box-shadow: 0rpx 0rpx 80rpx 0rpx rgba(0, 0, 0, 0.15); } .tn-update-user-info-popup__avatar--empty.data-v-fd9bc11c { position: relative; width: 100%; height: 100%; border-radius: 50%; background-color: var(--tn-color-gray-light); color: var(--tn-color-grey-light); display: flex; align-items: center; justify-content: center; font-size: 100rpx; } .tn-update-user-info-popup__avatar--assist.data-v-fd9bc11c { position: absolute; right: -10rpx; bottom: -12rpx; width: 64rpx; height: 64rpx; border-radius: 50%; background-color: #080808; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 40rpx; border: 6rpx solid #fff; } .tn-update-user-info-popup__nickname-input.data-v-fd9bc11c { position: relative; width: 100%; height: 80rpx; background-color: var(--tn-color-gray-light); margin-top: 50rpx; padding: 0rpx 20rpx; border-radius: 12rpx; font-size: 28rpx; } .tn-update-user-info-popup__submit-btn.data-v-fd9bc11c { position: relative; width: 100%; margin-top: 70rpx; display: flex; align-items: center; justify-content: center; padding: 26rpx 0rpx; border-radius: 12rpx; }