@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .detail.data-v-03b3b792 { padding: 0 25rpx 25rpx; overflow: hidden; } .detail .wechat.data-v-03b3b792 { width: 620rpx; height: 510rpx; background: #FFFFFF; border-radius: 20rpx; text-align: center; } .detail .wechat .title.data-v-03b3b792 { font-weight: 500; font-size: 36rpx; color: #333333; padding: 30rpx 0; border-bottom: 1px solid #EAEAEA; } .detail .wechat .info.data-v-03b3b792 { padding: 30rpx 50rpx; overflow: hidden; } .detail .wechat .info .item.data-v-03b3b792 { text-align: left; line-height: 60rpx; font-weight: 500; font-size: 30rpx; color: #999999; } .detail .wechat .info .item text.data-v-03b3b792 { color: #333333; } .detail .wechat .btn.data-v-03b3b792 { width: 300rpx; height: 90rpx; background: #FFFFFF; border-radius: 90rpx; border: 1px solid #00C6A9; text-align: center; font-weight: 500; font-size: 30rpx; color: #00C6A9; line-height: 90rpx; margin: 0 auto; margin-top: 20rpx; } .detail .hd.data-v-03b3b792 { padding: 25rpx; background-color: #FFFFFF; margin-top: 20rpx; box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05); border-radius: 20rpx; } .detail .hd .a.data-v-03b3b792 { display: flex; align-items: flex-start; justify-content: space-between; } .detail .hd .a .btn.data-v-03b3b792 { width: 110rpx; line-height: 50rpx; background: #FFFFFF; border-radius: 10rpx; border: 1px solid #00C6A9; text-align: center; font-weight: 500; font-size: 24rpx; color: #00C6A9; } .detail .hd .a .user.data-v-03b3b792 { flex: 1; display: flex; align-items: center; } .detail .hd .a .user image.data-v-03b3b792 { width: 80rpx; height: 80rpx; border-radius: 50%; margin-right: 20rpx; } .detail .hd .a .user .info.data-v-03b3b792 { flex: 1; } .detail .hd .a .user .info .name.data-v-03b3b792 { font-weight: 500; font-size: 30rpx; color: #222222; } .detail .hd .a .user .info .timer.data-v-03b3b792 { font-weight: 500; font-size: 24rpx; color: #999999; margin-top: 15rpx; } .detail .hd .b.data-v-03b3b792 { margin-top: 30rpx; overflow: hidden; } .detail .hd .b .title.data-v-03b3b792 { font-weight: 500; font-size: 30rpx; color: #222222; } .detail .hd .b .desc.data-v-03b3b792 { font-weight: 500; font-size: 24rpx; color: #666666; margin-top: 20rpx; } .detail .bd.data-v-03b3b792 { background: #FFFFFF; box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05); border-radius: 20rpx; padding: 25rpx; margin-top: 20rpx; font-weight: 500; font-size: 24rpx; color: #666666; line-height: 50rpx; position: relative; } .detail .bd .zhezhao.data-v-03b3b792 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, 0.7); z-index: 5; } .detail .bd .zhezhao .blur.data-v-03b3b792 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; -webkit-filter: blur(3px); filter: blur(3px); } .detail .bd .zhezhao .in.data-v-03b3b792 { width: 580rpx; height: 320rpx; background: rgba(255, 255, 255, 0.7); border-radius: 20rpx; border: 1px solid #CCCCCC; position: absolute; left: 50%; top: 50%; margin-left: -290rpx; margin-top: -160rpx; z-index: 1; } .detail .bd .zhezhao .in image.data-v-03b3b792 { width: 79rpx; height: 69rpx; display: block; margin: 0 auto; margin-top: 95rpx; } .detail .bd .zhezhao .in .txt.data-v-03b3b792 { font-weight: 500; font-size: 36rpx; color: #222222; text-align: center; margin-top: 30rpx; } .detail .bd .pic.data-v-03b3b792 { width: 110%; overflow: hidden; } .detail .bd .pic .li.data-v-03b3b792 { width: 140rpx; height: 293rpx; float: left; margin-right: 20rpx; margin-top: 20rpx; overflow: hidden; } .detail .bd .pic .li image.data-v-03b3b792 { width: 100%; height: 100%; } .detail .jb.data-v-03b3b792 { width: 100%; min-height: 250rpx; background: #E4F6F3; box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05); border-radius: 20rpx; padding: 25rpx; box-sizing: border-box; margin-top: 20rpx; } .detail .jb .title.data-v-03b3b792 { font-weight: 500; font-size: 30rpx; color: #222222; } .detail .jb .content.data-v-03b3b792 { margin-top: 20rpx; } .detail .jb .content .p.data-v-03b3b792 { width: 50%; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: 500; font-size: 24rpx; color: #666666; line-height: 50rpx; } .detail .do.data-v-03b3b792 { display: flex; align-items: center; margin-top: 20rpx; } .detail .do .fl.data-v-03b3b792 { width: 130rpx; display: flex; align-items: center; font-weight: 500; font-size: 24rpx; color: #999999; } .detail .do .fl .img1.data-v-03b3b792 { width: 30rpx; height: 20rpx; margin-right: 10rpx; margin-top: 5rpx; } .detail .do .fl .img2.data-v-03b3b792 { width: 24rpx; height: 24rpx; margin-right: 10rpx; } .detail .xinxi.data-v-03b3b792 { margin-top: 20rpx; width: 100%; background: #FFFFFF; box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05); border-radius: 20rpx; padding: 25rpx; box-sizing: border-box; } .detail .xinxi .title.data-v-03b3b792 { font-weight: 500; font-size: 30rpx; color: #222222; } .detail .xinxi .info .li.data-v-03b3b792 { padding: 25rpx 0; overflow: hidden; border-top: 1px solid #EAEAEA; } .detail .xinxi .info .li.data-v-03b3b792:first-child { border-top-color: #FFFFFF; } .detail .xinxi .info .li .p.data-v-03b3b792 { width: 45%; float: left; font-weight: 500; font-size: 22rpx; color: #666666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 45rpx; } .detail .xinxi .info .li .p.data-v-03b3b792:nth-child(2n) { width: 55%; } .detail .list.data-v-03b3b792 { box-sizing: border-box; margin-top: 20rpx; } .detail .list .li.data-v-03b3b792 { min-height: 100rpx; background: #FFFFFF; box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05); border-radius: 20rpx; padding: 20rpx 30rpx; box-sizing: border-box; margin-top: 20rpx; position: relative; overflow: hidden; display: flex; align-items: center; flex-wrap: wrap; } .detail .list .li .a.data-v-03b3b792 { width: 100%; font-weight: 500; font-size: 28rpx; color: #666666; line-height: 50rpx; } .detail .list .li .c.data-v-03b3b792 { width: 80rpx; line-height: 56rpx; background: #00C6A9; border-radius: 0px 20rpx 0px 20rpx; font-weight: 400; font-size: 32rpx; text-align: center; color: #FFFFFF; position: absolute; right: 0; top: 0; z-index: 2; } .detail .list .li .c-on.data-v-03b3b792 { background: #333333; } .detail .list .title.data-v-03b3b792 { font-weight: 500; font-size: 30rpx; color: #222222; position: relative; display: flex; align-items: center; justify-content: space-between; } .detail .list .title.data-v-03b3b792::after { content: ""; width: 12rpx; height: 30rpx; background: #00C6A9; border-radius: 6rpx; position: absolute; left: -25rpx; top: 8rpx; z-index: 2; } .detail .list .title .more.data-v-03b3b792 { display: flex; align-items: center; float: right; font-weight: 500; font-size: 24rpx; color: #999999; } .detail .list .title .more image.data-v-03b3b792 { width: 30rpx; height: 30rpx; margin-left: 10rpx; } .detail .list .content.data-v-03b3b792 { width: 100%; background: #FFFFFF; box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05); border-radius: 20rpx; margin-top: 20rpx; padding: 0 25rpx; box-sizing: border-box; } .detail .list .content .lis.data-v-03b3b792 { padding: 30rpx 0; border-top: 1px solid #EAEAEA; display: flex; align-items: flex-start; } .detail .list .content .lis.data-v-03b3b792:first-child { border-color: #FFFFFF; } .detail .list .content .lis .a image.data-v-03b3b792 { width: 56rpx; height: 56rpx; border-radius: 50%; margin-right: 15rpx; } .detail .list .content .lis .b.data-v-03b3b792 { flex: 1; } .detail .list .content .lis .b .title.data-v-03b3b792 { font-weight: 500; font-size: 30rpx; color: #222222; } .detail .list .content .lis .b .desc.data-v-03b3b792 { font-weight: 500; font-size: 26rpx; color: #666666; margin-top: 10rpx; } .detail .list .content .lis .c.data-v-03b3b792 { font-weight: 500; font-size: 24rpx; color: #999999; } .detail .fd.data-v-03b3b792 { width: 100%; position: fixed; height: 100rpx; left: 0; bottom: 0; z-index: 22; background-color: #FFFFFF; display: flex; align-items: center; justify-content: space-between; padding: 0 25rpx; box-sizing: border-box; } .detail .fd .b.data-v-03b3b792 { flex: 1; font-weight: 500; font-size: 30rpx; color: #333333; } .detail .fd .b text.data-v-03b3b792 { color: #ED0F0F; } .detail .fd .c.data-v-03b3b792 { width: 260rpx; height: 68rpx; line-height: 68rpx; background: #00C6A9; border-radius: 68rpx; font-weight: 500; font-size: 28rpx; text-align: center; color: #FFFFFF; } .detail .fd .a.data-v-03b3b792 { width: 540rpx; font-weight: 500; border-radius: 10rpx; } .detail .fd .a input.data-v-03b3b792 { width: 100%; padding: 0 20rpx; line-height: 68rpx; height: 68rpx; background-color: #F2F4F5; font-size: 26rpx; color: #212121; box-sizing: border-box; } .detail .fd .btn.data-v-03b3b792 { display: flex; justify-content: space-between; } .detail .fd .btn image.data-v-03b3b792 { width: 45rpx; height: 45rpx; margin-left: 25rpx; } .detail .btns.data-v-03b3b792 { margin-top: 50rpx; display: flex; align-items: center; justify-content: space-between; } .detail .btns .jujue.data-v-03b3b792 { width: 322rpx; height: 92rpx; border-radius: 92rpx; border: 1px solid #00C6A9; text-align: center; line-height: 92rpx; font-weight: 500; font-size: 28rpx; color: #00C6A9; } .detail .btns .faqi.data-v-03b3b792 { width: 322rpx; height: 92rpx; background: #00C6A9; border-radius: 92rpx; border: 1px solid #00C6A9; text-align: center; line-height: 92rpx; font-weight: 500; font-size: 28rpx; color: #FFFFFF; }