@charset "UTF-8"; /** * uni-app内置的常用样式变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .filebox.data-v-8f154cde { height: 100vh; background-color: #FFFFFF; display: flex; flex-direction: column; overflow: hidden; } .stutop.data-v-8f154cde { padding: 28rpx 38rpx 2rpx; background-color: #FFFFFF; flex: 0 0 auto; } .stutoa.data-v-8f154cde { font-size: 28rpx; font-weight: bold; color: #666666; } .stutoa text.data-v-8f154cde { color: #4775EA; padding: 0 8rpx; } .stutoa image.data-v-8f154cde { width: 22rpx; height: 12rpx; margin-left: 24rpx; } .stutoa .stutoap.data-v-8f154cde { flex: 1; padding: 16rpx 0; } .stutoar text.data-v-8f154cde { color: #4775EA; padding: 0 8rpx; } .search.data-v-8f154cde { height: 80rpx; background: #F2F5FB; border-radius: 40rpx; padding-left: 40rpx; } .search .img.data-v-8f154cde { width: 30rpx; height: 32rpx; flex: 0 0 auto; margin-right: 30rpx; } .search .btn.data-v-8f154cde { width: 120rpx; height: 80rpx; background: #1f57e6; border-radius: 40rpx; font-size: 30rpx; font-weight: 500; color: #FFFFFF; text-align: center; line-height: 80rpx; flex: 0 0 auto; } .search .input.data-v-8f154cde { font-size: 30rpx; color: #161616; line-height: 80rpx; } .workbox.data-v-8f154cde { overflow: auto; } .workbox .workboxr.data-v-8f154cde { height: 100%; display: flex; } .workbox .scroll-view.data-v-8f154cde { width: 100%; height: 100%; box-sizing: border-box; } .addbtn.data-v-8f154cde { width: 100%; height: 100rpx; background: #1f57e6; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1; font-size: 34rpx; font-weight: 500; color: #FFFFFF; display: flex; align-items: center; justify-content: center; }