@charset "UTF-8"; /** * uni-app内置的常用样式变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .mind.data-v-2f0f055e { padding: 100rpx 36rpx 0rpx; min-height: 100vh; background-color: #ffffff; box-sizing: border-box; } .mind .mbtn.data-v-2f0f055e { position: fixed; left: 0; right: 0; bottom: 0; height: 100rpx; display: flex; align-items: center; justify-content: center; z-index: 2; background: #1f57e6; font-size: 34rpx; font-weight: 500; color: #FFFFFF; } .mind .top.data-v-2f0f055e { height: 96rpx; border-bottom: 2rpx solid #E5E5E5; position: fixed; top: 0; left: 0; right: 0; overflow-x: scroll; display: flex; align-items: center; z-index: 1; background-color: #ffffff; } .mind .top .top_t.data-v-2f0f055e { position: relative; font-size: 30rpx; font-weight: 500; color: #AAAAAA; height: 94rpx; line-height: 94rpx; padding: 0 20rpx; flex: 1 0 auto; text-align: center; } .mind .top .top_t.act.data-v-2f0f055e { color: #161616; font-weight: bold; } .mind .top .top_t.act .line.data-v-2f0f055e { display: block; } .mind .top .top_t.top_tda.data-v-2f0f055e { flex: 0 0 auto !important; padding: 0 40rpx; } .mind .top .top_t .line.data-v-2f0f055e { width: 40rpx; height: 12rpx; position: absolute; left: 50%; margin-left: -20rpx; bottom: 16rpx; display: none; }