@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .classification { width: 300rpx; height: 80rpx; line-height: 80rpx; text-align: center; background: #EEEEEE; border-radius: 0 0 40rpx 0; font-size: 36rpx; color: #666666; } .classification.active { background: #864BC3 !important; color: #FFFFFF !important; } .scroll-container { box-sizing: border-box; white-space: nowrap; width: 540rpx; margin: auto; } .scroll-container .scroll-item { width: 152rpx; height: 248rpx; background: #F5F5F5; border-radius: 20rpx; text-align: center; display: inline-block; margin: 0 10rpx; border: 4rpx solid #F5F5F5; } .scroll-container .scroll-item.active { background: #FFFFFF !important; border: 4rpx solid #864BC3; } .experiencebutton { width: 230rpx; height: 70rpx; line-height: 70rpx; text-align: center; color: #FFFFFF; margin: 40rpx auto 0; border-radius: 35rpx; background: linear-gradient(to right, #834DC4, #1983D7); font-size: 26rpx; } .canbutton { color: #FFFFFF; font-size: 26rpx; width: 218rpx; height: 58rpx; line-height: 58rpx; border: 1px transparent solid; border-radius: 30px; position: relative; margin: auto; background: #292933; text-align: center; } .canbutton:after { content: ''; position: absolute; top: -3px; bottom: -3px; left: -3px; right: -3px; background: linear-gradient(to right, #834DC4, #1983D7); border-radius: 30px; content: ''; z-index: -1; } .brandactive { background: #E4D0F6 !important; } .backgroundColoractive { border: 2rpx #834DC4 solid !important; } .tooltiptext { visibility: hidden; min-width: 120rpx; background-color: black; color: #fff; text-align: center; border-radius: 6rpx; padding: 5rpx 10rpx; font-size: 20rpx; /* 定位 */ position: fixed; z-index: 1; } .tooltiptextactive { visibility: visible; } .model { padding: 0rpx 20rpx; height: 60rpx; line-height: 60rpx; background: #141319; text-align: center; color: #FFFFFF; border-radius: 30rpx; margin-right: 20rpx; font-size: 28rpx; } .modelactive { color: #553177 !important; } .determineBut { background: linear-gradient(92deg, #178CE6, #984ACE); color: #FFFFFF; position: fixed; bottom: 100rpx; text-align: center; left: 0; right: 0; width: 251rpx; height: 70rpx; line-height: 70rpx; border-radius: 38rpx; font-size: 31rpx; margin: auto; } .determineButtn { width: 251rpx; margin: 34rpx auto 0; height: 77rpx; line-height: 77rpx; text-align: center; background: linear-gradient(92deg, #178CE6, #984ACE); opacity: 0.86; border-radius: 38rpx; font-size: 31rpx; font-weight: 500; color: #FFFFFF; }