|
|
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .promo-modal-page.data-v-089fb45a {
- min-height: 100vh;
- background: linear-gradient(to bottom, #f6fff2 0%, #fff 100%);
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- }
- .promo-modal-page .nav-bar.data-v-089fb45a {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 1000;
- width: 100vw;
- background: linear-gradient(to right, #b2f08d 0%, #39e9d2 100%);
- box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.03);
- }
- .promo-modal-page .nav-bar .nav-bar-inner.data-v-089fb45a {
- display: flex;
- align-items: center;
- height: 44px;
- width: 100vw;
- position: relative;
- }
- .promo-modal-page .nav-bar .back-icon.data-v-089fb45a, .promo-modal-page .nav-bar .nav-bar-right.data-v-089fb45a {
- width: 44px;
- height: 44px;
- display: flex;
- align-items: center;
- justify-content: center;
- position: absolute;
- top: 0;
- }
- .promo-modal-page .nav-bar .back-icon.data-v-089fb45a {
- left: 0;
- }
- .promo-modal-page .nav-bar .nav-bar-right.data-v-089fb45a {
- right: 0;
- }
- .promo-modal-page .nav-bar .nav-bar-title.data-v-089fb45a {
- flex: 1;
- text-align: center;
- font-size: 36rpx;
- font-weight: bold;
- color: #222;
- letter-spacing: 2rpx;
- line-height: 44px;
- }
- .promo-modal-page .user-info-modal.data-v-089fb45a {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .promo-modal-page .user-info-modal .avatar-frame.data-v-089fb45a {
- width: 104rpx;
- height: 104rpx;
- border-radius: 10rpx;
- overflow: hidden;
- background: #f2f2f2;
- box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
- }
- .promo-modal-page .user-info-modal .avatar-frame .avatar-img.data-v-089fb45a {
- width: 104rpx;
- height: 104rpx;
- object-fit: cover;
- display: block;
- }
- .promo-modal-page .user-info-modal .nickname.data-v-089fb45a {
- margin-top: 24rpx;
- font-size: 32rpx;
- font-weight: bold;
- color: #222;
- text-align: center;
- }
- .promo-modal-page .qrcode-modal-section.data-v-089fb45a {
- margin-top: 48rpx;
- width: 80vw;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .promo-modal-page .qrcode-modal-section .qrcode-img.data-v-089fb45a {
- width: 80vw;
- height: 80vw;
- max-width: 480rpx;
- max-height: 480rpx;
- background: #fff;
- border-radius: 24rpx;
- box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08);
- }
- .promo-modal-page .qrcode-modal-section .invite-code.data-v-089fb45a {
- margin-top: 32rpx;
- font-size: 30rpx;
- color: #222;
- font-weight: bold;
- text-align: center;
- }
- .promo-modal-page .bottom-btns-modal.data-v-089fb45a {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- display: flex;
- justify-content: space-between;
- padding: 24rpx 32rpx calc(env(safe-area-inset-bottom) + 24rpx) 32rpx;
- background: #fff;
- z-index: 100;
- }
- .promo-modal-page .bottom-btns-modal .btn.data-v-089fb45a {
- flex: 1;
- height: 88rpx;
- border-radius: 44rpx;
- font-size: 32rpx;
- font-weight: bold;
- margin: 0 12rpx;
- border: none;
- }
- .promo-modal-page .bottom-btns-modal .btn.gray.data-v-089fb45a {
- background: linear-gradient(90deg, #f7f7f7, #f2f2f2);
- color: #888;
- }
- .promo-modal-page .bottom-btns-modal .btn.green.data-v-089fb45a {
- background: linear-gradient(90deg, #b2f08d, #39e9d2);
- color: #fff;
- }
|