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

225 lines
8.2 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/index.vue?vue&type=style&index=0&id=6362e18b&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 */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.data-v-6362e18b .u-tabs__wrapper__nav .u-tabs__wrapper__nav__item {
flex: 1;
}
.list.data-v-6362e18b {
width: 100%;
min-height: calc(100vh - 300px);
position: relative;
margin-top: 20px;
}
.list_container.data-v-6362e18b {
margin-top: 20px;
}
.list_content.data-v-6362e18b {
position: relative;
padding: 0 15px;
min-height: calc(100vh - 380px);
}
.list_content .list_item.data-v-6362e18b {
position: relative;
border-radius: 10px;
border: 2px solid rgb(245, 245, 245);
transition: all 500ms;
margin-bottom: 5px;
padding: 20px 15px;
background-color: #fff;
}
.list_content .list_item .item_image.data-v-6362e18b {
width: 100%;
height: 150px;
border-radius: 5px;
}
.list_content .list_item .item_image image.data-v-6362e18b {
border-radius: 5px;
width: 100%;
height: 100%;
}
.list_content .list_item .item_name.data-v-6362e18b {
margin: 10px 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.list_content .list_item .item_name.data-v-6362e18b .u-icon {
align-items: flex-start !important;
}
.list_content .list_item .item_desc.data-v-6362e18b {
display: flex;
}
.list_content .list_item .item_desc .time.data-v-6362e18b {
width: 70%;
font-size: 12px;
color: rgb(120, 120, 120);
}
.list_content .list_item .item_desc .status.data-v-6362e18b {
width: 30%;
font-size: 14px;
text-align: right;
}
.list_content .list_item .item_desc .status.data-v-6362e18b .u-text {
justify-content: flex-end !important;
}
.war_corlor.data-v-6362e18b {
color: #e6a23c;
}
.succ_corlor.data-v-6362e18b {
color: #67c23a;
}
.info_color.data-v-6362e18b {
color: #909399;
}
.note_popup.data-v-6362e18b {
height: 70vh;
padding: 0 30rpx;
}
.note_popup .title.data-v-6362e18b {
font-size: 32rpx;
font-weight: bold;
height: 100rpx;
display: flex;
align-items: center;
justify-content: center;
padding: 50rpx 30rpx 30rpx 30rpx;
}
.note_popup .content.data-v-6362e18b {
height: calc(100% - 330rpx);
overflow-y: auto;
padding: 0 30rpx;
}
.note_popup .bottom_container.data-v-6362e18b {
height: 150rpx;
display: flex;
align-items: center;
}
.profile_popup.data-v-6362e18b {
box-sizing: border-box;
padding: 56rpx 54rpx 50rpx;
}
.profile_popup .profile_title.data-v-6362e18b {
color: #171c2f;
font-size: 36rpx;
font-weight: bold;
line-height: 50rpx;
text-align: center;
}
.profile_popup .profile_tip.data-v-6362e18b {
color: #95a2c7;
font-size: 26rpx;
line-height: 36rpx;
margin: 8rpx 0 42rpx;
text-align: center;
}
.profile_popup .profile_form_item.data-v-6362e18b {
display: flex;
align-items: center;
min-height: 84rpx;
margin-bottom: 28rpx;
}
.profile_popup .profile_form_item .profile_label.data-v-6362e18b {
color: #4e5875;
flex-shrink: 0;
font-size: 28rpx;
font-weight: 600;
width: 128rpx;
}
.profile_popup .profile_form_item picker.data-v-6362e18b {
flex: 1;
min-width: 0;
}
.profile_popup .profile_form_item .profile_date.data-v-6362e18b {
background: #f2f5ff;
border: 2rpx solid #4967ff;
border-radius: 22rpx;
box-sizing: border-box;
color: #4e5875;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
height: 96rpx;
padding: 0 28rpx;
}
.profile_popup .profile_form_item .profile_placeholder.data-v-6362e18b {
color: #9aa7c9;
}
.profile_popup .profile_sex_options.data-v-6362e18b {
display: flex;
flex: 1;
}
.profile_popup .profile_sex_option.data-v-6362e18b {
background: #fff;
border: 2rpx solid #d5ddf4;
border-radius: 42rpx;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
height: 84rpx;
width: 168rpx;
}
.profile_popup .profile_sex_option + .profile_sex_option.data-v-6362e18b {
margin-left: 16rpx;
}
.profile_popup .profile_sex_option-active.data-v-6362e18b {
background: #f0f3ff;
border-color: #4967ff;
}
.profile_popup .profile_sex_option-active.data-v-6362e18b .u-radio__text {
color: #4967ff !important;
}
.profile_popup .profile_sex_option.data-v-6362e18b .u-radio {
justify-content: center;
width: 100%;
}
.profile_popup .profile_sex_option.data-v-6362e18b .u-radio__text {
color: #384059;
font-size: 30rpx !important;
}
.profile_popup .profile_date_row.data-v-6362e18b {
margin-bottom: 40rpx;
}
.profile_popup.data-v-6362e18b .profile_submit {
border-radius: 22rpx;
font-size: 32rpx;
font-weight: 600;
height: 102rpx;
}
.profile_popup.data-v-6362e18b .profile_submit::after {
border: 0;
}
.profile_popup.data-v-6362e18b .u-button--disabled {
color: #aeb9d6 !important;
opacity: 1;
}