Files
fitness_walk_nwnu/.codex-dev/mp-weixin/pages/activity/checkIn.wxss
T
2026-09-08 20:28:54 +08:00

220 lines
7.8 KiB
Plaintext

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[1]!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??clonedRuleSet-22[0].rules[0].use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[3]!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[4]!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??clonedRuleSet-22[0].rules[0].use[5]!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./src/pages/activity/checkIn.vue?vue&type=style&index=0&id=216f0b46&scoped=true&lang=scss& ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.issue-option .issue-option-item.data-v-216f0b46 {
display: flex;
align-items: center;
padding: 20rpx 50rpx;
margin: 40rpx 0;
background: #efefef;
border-radius: 70rpx;
position: relative;
}
.issue-option .issue-option-item.data-v-216f0b46 .u-icon {
position: absolute;
right: 30rpx;
}
.map_container.data-v-216f0b46 {
height: 100vh;
}
.map_container .map.data-v-216f0b46 {
z-index: 1;
width: 100vw;
height: 100vh;
}
.map_container .map_extra.data-v-216f0b46 {
position: absolute;
width: 40px;
right: 8px;
bottom: 140px;
text-align: center;
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 10px;
z-index: 2;
}
.map_container .map_extra .map_extra_item.data-v-216f0b46 {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #FFFFFF;
z-index: 2;
border-radius: 5px;
transition: opacity 0.3s ease;
}
.map_container .map_extra .map_extra_item-disabled.data-v-216f0b46 {
opacity: 0.6;
}
.map_container .map_extra .map_extra_item.data-v-216f0b46:active {
opacity: 0.5;
}
.step_container.data-v-216f0b46 {
z-index: 1;
width: 100vw;
overflow-x: scroll;
height: 135px;
background-color: rgba(255, 255, 255, 0.9);
display: flex;
align-items: center;
flex-direction: column;
position: absolute;
left: 0;
bottom: 0;
}
.step_container .step.data-v-216f0b46 {
position: relative;
width: 100%;
height: 50px;
margin: 10px 0;
}
.step_container .step .step_top.data-v-216f0b46 {
padding: 0 10px;
display: flex;
height: 24px;
justify-content: space-between;
align-items: center;
font-size: 12px;
position: relative;
}
.step_container .step .step_bottom.data-v-216f0b46 {
padding: 0 10px;
display: flex;
height: 20px;
justify-content: space-between;
align-items: center;
font-size: 12px;
position: relative;
}
.step_container .step .step_bottom .step_bottom_item.data-v-216f0b46 {
display: flex;
align-items: center;
position: relative;
justify-content: space-around;
}
.step_container .step .step_bottom .step_bottom_line.data-v-216f0b46 {
position: absolute;
width: calc(100% - 30px);
height: 100%;
display: flex;
justify-content: space-around;
align-items: center;
padding: 0 5px;
}
.step_container .step .step_bottom .step_bottom_line_item.data-v-216f0b46 {
height: 1px;
background-color: #969799;
}
.step_container .bottom_button.data-v-216f0b46 {
width: 50%;
}
.back.data-v-216f0b46 {
position: absolute;
width: 80px;
height: 30px;
background-color: rgba(241, 246, 249, 0.8);
left: 15px;
border-radius: 15px;
line-height: 30px;
text-align: center;
color: black;
font-size: 12px;
z-index: 999;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
.back.data-v-216f0b46:active {
opacity: 0.8;
}
.knowLedgeCheckInButton.data-v-216f0b46 {
position: absolute;
bottom: -100rpx;
width: 200px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.cert_container.data-v-216f0b46 {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.cert_container .link-wrap.data-v-216f0b46 {
display: block;
width: 600rpx;
height: 1067rpx;
background-size: 100% 100%;
}
.cert_container .info.data-v-216f0b46 {
position: absolute;
display: flex;
align-items: center;
top: 350rpx;
color: rgb(16, 58, 123);
font-weight: 600;
font-size: 20rpx;
justify-content: space-around;
width: 90%;
}
.cert_container .info .info_item.data-v-216f0b46 {
display: flex;
align-items: center;
flex: 1;
}
.cert_container .info .info_item .label.data-v-216f0b46 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100rpx;
}
.cert_container .info .info_item .content.data-v-216f0b46 {
width: calc(100% - 100rpx);
text-align: center;
}
.cert_container .bottom.data-v-216f0b46 {
margin-top: 60rpx;
width: 100%;
display: flex;
}
.cert_container .bottom .lottery.data-v-216f0b46 {
cursor: pointer;
}
.cert_container .bottom .close.data-v-216f0b46 {
cursor: pointer;
}