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

91 lines
4.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/signUp.vue?vue&type=style&index=0&id=ebf62e62&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 */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.map_container.data-v-ebf62e62 {
height: 100vh;
}
.map_container .map.data-v-ebf62e62 {
z-index: 1;
height: 100%;
width: 100%;
}
.activity_container.data-v-ebf62e62 {
z-index: 9999;
position: fixed;
bottom: 10vh;
width: 100%;
height: 80vh;
border-radius: 20px 20px 0 0;
background-color: #fff;
transition: all 0.5s;
}
.activity_container .top.data-v-ebf62e62 {
height: 5vh;
}
.activity_container .top image.data-v-ebf62e62 {
width: 100%;
height: 100%;
}
.activity_container .detail.data-v-ebf62e62 {
margin: 0 15px;
background-color: #fff;
color: black;
border-radius: 5px;
padding: 15px 15px;
}
.activity_container .detail .name.data-v-ebf62e62 {
color: black;
font-size: 20px;
font-weight: bolder;
padding-bottom: 20px;
text-align: center;
}
.activity_container .detail .detail-border.data-v-ebf62e62 {
border-width: 0 0 1px 0;
border-style: solid;
border-color: #eee;
padding-bottom: 10px;
}
.activity_container .detail .detail-item.data-v-ebf62e62 {
margin: 15px 0;
}
.bottom_container.data-v-ebf62e62 {
z-index: 9999;
width: 100%;
height: 10vh;
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
}
.bottom_container.data-v-ebf62e62 button {
width: 60%;
}