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