12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .mind.data-v-5cb50378 {
- padding: 100rpx 36rpx 0rpx;
- min-height: 100vh;
- background-color: #ffffff;
- box-sizing: border-box;
- }
- .mind .mbtn.data-v-5cb50378 {
- 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-5cb50378 {
- 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-5cb50378 {
- 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-5cb50378 {
- color: #161616;
- font-weight: bold;
- }
- .mind .top .top_t.act .line.data-v-5cb50378 {
- display: block;
- }
- .mind .top .top_t.top_tda.data-v-5cb50378 {
- flex: 0 0 auto !important;
- padding: 0 40rpx;
- }
- .mind .top .top_t .line.data-v-5cb50378 {
- width: 40rpx;
- height: 12rpx;
- position: absolute;
- left: 50%;
- margin-left: -20rpx;
- bottom: 16rpx;
- display: none;
- }
|