123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .secbox.data-v-05794ef8 {
- min-height: 100vh;
- background-color: #ffffff;
- padding: 100rpx 0 0;
- }
- .top.data-v-05794ef8 {
- height: 96rpx;
- border-bottom: 2rpx solid #E5E5E5;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- overflow-x: scroll;
- display: flex;
- align-items: center;
- }
- .top .top_t.data-v-05794ef8 {
- 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;
- }
- .top .top_t.act.data-v-05794ef8 {
- color: #161616;
- font-weight: bold;
- }
- .top .top_t.act.data-v-05794ef8::after {
- content: '';
- width: 42rpx;
- height: 10rpx;
- background: #1f57e6;
- border-radius: 6rpx;
- position: absolute;
- left: 50%;
- margin-left: -21rpx;
- bottom: 12rpx;
- }
- .top .tabl.data-v-05794ef8 {
- flex: 1;
- overflow: auto;
- display: flex;
- align-items: center;
- }
- .top .curbox.data-v-05794ef8 {
- min-width: 96rpx;
- height: 100rpx;
- background: #FFFFFF;
- color: #4775EA;
- 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;
- }
- .top .curbox image.data-v-05794ef8 {
- width: 30rpx;
- height: 32rpx;
- }
- .fbtn.data-v-05794ef8 {
- display: flex;
- align-items: center;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: #ffffff;
- padding: 0rpx 30rpx 0rpx;
- box-shadow: 0px 0px 18rpx 0px rgba(121, 121, 121, 0.39);
- height: 120rpx;
- }
- .fbtn .fbtnl.data-v-05794ef8 {
- padding: 0 16rpx;
- flex: 0 0 auto;
- margin-right: 20rpx;
- color: #4775EA;
- }
- .fbtn .fbtnl image.data-v-05794ef8 {
- width: 42rpx;
- height: 42rpx;
- margin-bottom: 8rpx;
- }
- .fbtn .fbtnr.data-v-05794ef8 {
- height: 80rpx;
- background: #1f57e6;
- border-radius: 48rpx;
- font-size: 34rpx;
- font-weight: 500;
- color: #FFFFFF;
- flex: 1;
- }
|