@charset "UTF-8"; /** * uni-app内置的常用样式变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .addfb.data-v-44c57211 { min-height: 100vh; padding: 40rpx 36rpx 168rpx; box-sizing: border-box; } .addfb .card.data-v-44c57211 { width: 100%; padding: 40rpx 24rpx 36rpx; box-sizing: border-box; background: #FFFFFF; border-radius: 18rpx; margin-bottom: 24rpx; } .addfb .card .tit.data-v-44c57211 { font-size: 32rpx; font-weight: bold; color: #161616; margin-bottom: 28rpx; } .addfb .bjlist.data-v-44c57211 { display: flex; align-items: center; padding: 8rpx 26rpx; } .addfb .bjlist image.data-v-44c57211 { width: 30rpx; height: 28rpx; margin-right: 26rpx; flex: 0 0 auto; } .addfb .cttit.data-v-44c57211 { font-size: 32rpx; font-weight: bold; color: #000016; flex: 0 0 auto; margin-right: 12rpx; line-height: 48rpx; } .addfb .ctinp.data-v-44c57211 { flex: 1; text-align: right; font-size: 32rpx; color: #161616; } .addfb .addbtn.data-v-44c57211 { width: 100%; height: 110rpx; background: #EEF3FE; border-radius: 10rpx; font-size: 30rpx; font-weight: bold; color: #4775EA; } .addfb .addbtn .addimg.data-v-44c57211 { width: 22rpx; height: 22rpx; margin-right: 20rpx; } .addfb .openimg.data-v-44c57211 { width: 100rpx; height: 56rpx; flex: 0 0 auto; margin-left: 16rpx; } .addfb .fbtn.data-v-44c57211 { display: flex; align-items: center; position: fixed; left: 0; right: 0; bottom: 0; background-color: #f1f1f1; padding: 34rpx; } .addfb .fbtn .fbtnl.data-v-44c57211 { padding: 0 16rpx; flex: 0 0 auto; margin-right: 20rpx; } .addfb .fbtn .fbtnl image.data-v-44c57211 { width: 42rpx; height: 42rpx; margin-bottom: 8rpx; } .addfb .fbtn .fbtnr.data-v-44c57211 { height: 98rpx; background: #1f57e6; border-radius: 48rpx; font-size: 34rpx; font-weight: 500; color: #FFFFFF; flex: 1; }