@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { background-color: #71CD9A; } .addafter_con { width: 100%; position: absolute; top: 54px; } .addafter_con .addafter_con_top { width: 90%; margin: 0 auto; background-color: #FFFFFF; padding: 16rpx 30rpx 36rpx; border-radius: 20rpx; box-sizing: border-box; } .addafter_con .addafter_con_top ._p { text-align: center; font-size: 30rpx; color: #62BF89; } .addafter_con .addafter_con_top input { width: 95%; background-color: #F1FAF5; color: #62BF89; font-size: 26rpx; padding: 8rpx 26rpx; border-radius: 20rpx; } .addafter_con .addafter_con_connect { width: 90%; margin: -20rpx auto; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; padding: 0 16rpx; box-sizing: border-box; } .addafter_con .addafter_con_connect image { width: 20rpx; height: 60rpx; } .addafter_con .addafter_con_bot { width: 90%; margin: 0 auto; background-color: #FFFFFF; padding: 30rpx; border-radius: 20rpx; box-sizing: border-box; } .addafter_con .addafter_con_bot .addafter_con_bot_title { text-align: center; font-size: 30rpx; color: #62BF89; } .addafter_con .addafter_con_bot .textarea { width: 94%; height: 240rpx; padding: 20rpx; background-color: #F1FAF5; margin-top: 20rpx; font-size: 26rpx; border-radius: 20rpx; color: #62BF89; } .addafter_con .imgvideo { width: 100%; margin-top: 20rpx; background-color: #FFFFFF; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .addafter_con .imgvideo .imgvideo_img, .addafter_con .imgvideo .imgvideo_video { width: 30%; height: 160rpx; border: 2rpx dashed #A3DABD; text-align: center; line-height: 160rpx; margin: 0 8rpx 20rpx 8rpx; position: relative; } .addafter_con .imgvideo .imgvideo_img image, .addafter_con .imgvideo .imgvideo_video image { width: 40rpx; height: 32rpx; } .addafter_con .imgvideo .imgvideo_img .sim_info_loding, .addafter_con .imgvideo .imgvideo_video .sim_info_loding { width: 100%; height: 160rpx; position: absolute; top: 0; left: 0; } .addafter_con .imgvideo .imgvideo_img .sim_info_loding image, .addafter_con .imgvideo .imgvideo_video .sim_info_loding image { width: 100%; height: 100%; } .addafter_con .imgvideo .imgvideo_img .uploading, .addafter_con .imgvideo .imgvideo_video .uploading { width: 100%; height: 160rpx; position: absolute; top: 0; left: 0; } .addafter_con .imgvideo .imgvideo_img .delete, .addafter_con .imgvideo .imgvideo_video .delete { position: absolute; top: -12rpx; right: -12rpx; font-size: 36rpx; background-color: #FE0000; border-radius: 50%; color: #ffffff; z-index: 50; } .addafter_con .imgvideo .imgvideo_img .deletes, .addafter_con .imgvideo .imgvideo_video .deletes { width: 80%; height: 50rpx; margin-left: 110%; font-size: 24rpx; background-color: #FE0000; color: #FFFDEF; line-height: 50rpx; } .addafter_con .imgvideo .imgvideo_img .yulan, .addafter_con .imgvideo .imgvideo_video .yulan { width: 80%; height: 50rpx; margin: 0 0 20rpx 110%; font-size: 24rpx; background-color: #62BF89; color: #FFFDEF; line-height: 50rpx; } .addafter_con button { width: 100%; height: 60rpx; font-size: 30rpx; line-height: 60rpx; color: #FFFFFF; background-color: #50CE87; margin-top: 60rpx; } .model { width: 90%; } .model .model_box { width: 90%; margin: 40rpx auto 48rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; }