@charset "UTF-8"; /** * uni-app内置的常用样式变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .work_top.data-v-51b5538d { display: flex; align-items: center; font-size: 30rpx; font-weight: 500; color: #4775EA; padding: 0 10rpx; } .work_top image.data-v-51b5538d { width: 30rpx; height: 30rpx; margin-right: 14rpx; flex: 0 0 auto; } .work.data-v-51b5538d { display: flex; flex-direction: column; overflow: hidden; } .work .w_top.data-v-51b5538d { background-color: #ffffff; } .work .w_top .tab.data-v-51b5538d { border-bottom: 2rpx solid #E6E6E6; display: flex; overflow-x: auto; align-items: center; position: relative; } .work .w_top .tab .tabl.data-v-51b5538d { flex: 1; overflow: auto; display: flex; align-items: center; } .work .w_top .tab .tit.data-v-51b5538d { position: relative; padding: 32rpx 36rpx; color: #666666; flex: 0 0 auto; } .work .w_top .tab .tit.act .tits.data-v-51b5538d { font-size: 32rpx; font-weight: bold; } .work .w_top .tab .tit.act .line.data-v-51b5538d { display: block; } .work .w_top .tab .line.data-v-51b5538d { width: 40rpx; height: 12rpx; position: absolute; left: 50%; margin-left: -20rpx; bottom: 16rpx; display: none; } .work .w_top .tab .curbox.data-v-51b5538d { min-width: 96rpx; height: 100rpx; background: #FFFFFF; box-shadow: -10rpx 0px 10rpx 0px rgba(196, 191, 191, 0.22); flex: 0; flex: 0 0 auto; padding: 0 8rpx; box-sizing: border-box; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: column; } .work .w_top .tab .curbox image.data-v-51b5538d { width: 30rpx; height: 32rpx; } .work .w_top .box .tit.data-v-51b5538d { text-align: center; line-height: 100rpx; color: #666666; display: flex; justify-content: center; align-items: center; } .work .w_top .box .tit .cirt.data-v-51b5538d { width: 12rpx; height: 12rpx; background: #EB5663; border-radius: 50%; margin: -24rpx 0 0 -6rpx; } .work .w_top .box .tit.act.data-v-51b5538d { font-weight: bold; color: #4775EA; } .work .workbox.data-v-51b5538d { overflow: auto; } .work .workbox .workboxr.data-v-51b5538d { height: 100%; display: flex; } .work .workbox .scroll-view.data-v-51b5538d { width: 100%; height: 100%; box-sizing: border-box; }