@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /* 主题色 */ .text.data-v-9ae48a5a { position: absolute; top: 0px; width: 100%; text-align: center; height: 50px; line-height: 50px; font-size: 36rpx; color: #477EFF; font-weight: bold; } .tips.data-v-9ae48a5a { position: absolute; width: 100%; bottom: 15px; line-height: 24px; } .tips view.data-v-9ae48a5a { font-size: 32rpx; color: #477EFF; font-weight: bold; margin-left: 15px; } .tips text.data-v-9ae48a5a { font-size: 32rpx; width: 100%; display: block; margin-left: 20px; color: #999; } .list.data-v-9ae48a5a { position: absolute; width: 100%; display: flex; align-items: center; flex-wrap: wrap; } .list .item.data-v-9ae48a5a { width: 30%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: absolute; left: 55%; top: -10px; } .list .item image.data-v-9ae48a5a { width: 45px; height: 45px; border-radius: 50%; background-color: #fff; } .list .item text.data-v-9ae48a5a { display: block; width: 100%; font-size: 32rpx; color: #666; margin-top: 5px; text-align: center; } .list .item.data-v-9ae48a5a:nth-of-type(2) { left: calc(55% - 60px); top: 50px; } .list .item.data-v-9ae48a5a:nth-of-type(3) { left: calc(50% - 140px); top: 90px; } .list .item.data-v-9ae48a5a:nth-of-type(4) { left: calc(61% + 20px); top: 70px; } .list .item.data-v-9ae48a5a:nth-of-type(5) { left: 20%; top: -100px; } .list .item.data-v-9ae48a5a:nth-of-type(6) { left: calc(20% - 16px); top: -38px; } .list .item.data-v-9ae48a5a:nth-of-type(7) { left: 0; top: 15px; } .list .item.data-v-9ae48a5a:nth-of-type(8) { left: calc(20% + 75px); top: -150px; } .list .item.data-v-9ae48a5a:nth-of-type(9) { left: calc(20% + 96px); top: -80px; } .list .item.data-v-9ae48a5a:nth-of-type(10) { left: 37px; top: -170px; } .list .item.data-v-9ae48a5a:nth-of-type(11) { left: calc(20% + 75px); top: 130px; } .list .item.data-v-9ae48a5a:nth-of-type(12) { left: -10px; top: -104px; } .list .item.data-v-9ae48a5a:nth-of-type(13) { left: calc(47% + 75px); top: -150px; } .list .item.data-v-9ae48a5a:nth-of-type(14) { left: calc(53% + 75px); top: -50px; } .container.data-v-9ae48a5a { width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; } .container.data-v-9ae48a5a::after { content: ""; width: 20px; height: 20px; border-radius: 50%; background-color: #fbb780; position: absolute; z-index: 9; } /* 定义范围*/ .point-area.data-v-9ae48a5a { text-align: center; position: relative; width: 400rpx; height: 400rpx; transition: opacity 0.5s ease-out; } .point-10.data-v-9ae48a5a, .point-40.data-v-9ae48a5a, .point-80.data-v-9ae48a5a, .point-100.data-v-9ae48a5a, .point-120.data-v-9ae48a5a { width: 100%; height: 100%; } .point-10.data-v-9ae48a5a:after, .point-40.data-v-9ae48a5a:after, .point-80.data-v-9ae48a5a:after, .point-100.data-v-9ae48a5a:after, .point-120.data-v-9ae48a5a:after { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; opacity: 0; border: 1px solid #f7cb6b; animation-play-state: paused; -webkit-animation-play-state: paused; } .point-10.data-v-9ae48a5a:after { content: ''; -webkit-animation: ripple-data-v-9ae48a5a 3000ms linear 0ms infinite; animation: ripple-data-v-9ae48a5a 3000ms linear 0ms infinite; } .point-40.data-v-9ae48a5a:after { content: ''; -webkit-animation: ripple-data-v-9ae48a5a 3000ms linear 600ms infinite; animation: ripple-data-v-9ae48a5a 3000ms linear 600ms infinite; } .point-80.data-v-9ae48a5a:after { content: ''; -webkit-animation: ripple-data-v-9ae48a5a 3000ms linear 1200ms infinite; animation: ripple-data-v-9ae48a5a 3000ms linear 1200ms infinite; } .point-100.data-v-9ae48a5a:after { content: ''; -webkit-animation: ripple-data-v-9ae48a5a 3000ms linear 1800ms infinite; animation: ripple-data-v-9ae48a5a 3000ms linear 1800ms infinite; } .point-120.data-v-9ae48a5a:after { content: ''; -webkit-animation: ripple-data-v-9ae48a5a 3000ms linear 2400ms infinite; animation: ripple-data-v-9ae48a5a 3000ms linear 2400ms infinite; } @-webkit-keyframes ripple-data-v-9ae48a5a { 0% { opacity: 0; -webkit-transform: scale(0.1); transform: scale(0.1); } 50% { opacity: 0.8; -webkit-transform: scale(1); transform: scale(1); } 100% { opacity: 0.2; -webkit-transform: scale(2.2); transform: scale(2.2); } } @keyframes ripple-data-v-9ae48a5a { 0% { opacity: 0; -webkit-transform: scale(0.1); transform: scale(0.1); } 50% { opacity: 0.8; -webkit-transform: scale(1); transform: scale(1); } 100% { opacity: 0.2; -webkit-transform: scale(2.2); transform: scale(2.2); } }