@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /* pages/Receivetails/Receivetails.wxss */ page { background: #db384c; } .tails_box { width: 94%; /*height: 345rpx;*/ background: #fff; margin: 70rpx auto 0 auto; position: relative; padding-top: 18rpx; border-top-left-radius: 11px; border-top-right-radius: 11px; } .tails_logo { width: 112rpx; position: absolute; top: -14%; left: 42%; border-radius: 50%; overflow: hidden; } .tails_shopname { width: 100%; color: #fff; font-size: 24rpx; text-align: center; } .tails_couname { width: 100%; color: #db384c; font-size: 36rpx; text-align: center; margin-top: 10rpx; font-weight: bold; } .tails_mon { width: 100%; color: #db384c; text-align: center; margin-top: 40rpx; margin-bottom: 40rpx; } .tails_but { width: 54%; margin: 43rpx auto 0 auto; height: 50rpx; background: #fff; border-radius: 54rpx; text-align: center; font-size: 24rpx; line-height: 50rpx; color: #db384c; } .tails_time { width: 64%; /*margin: 25rpx auto 0 auto;*/ text-align: center; font-size: 22rpx; color: #db384c; } .tails_tox { width: 89%; margin: 0 auto; } .tail_fo1 { font-size: 24rpx; color: #000000; line-height: 62rpx; } .tail_fo5 { font-size: 24rpx; color: #fff; padding-left: 20rpx; line-height: 62rpx; } .tail_fo2 { width: 100%; font-size: 24rpx; color: #9b9b9b; border-radius: 10rpx; } .tail_fo6 { width: 100%; font-size: 24rpx; color: #fff; padding-left: 20rpx; border-radius: 10rpx; } .tail_fo3 { width: 100%; height: 137rpx; font-size: 22rpx; border-radius: 10rpx; } .but-stl { width: 42%; float: left; text-align: center; height: 61rpx; border-radius: 50rpx; border: 1px solid #fff; background: #db384c; font-size: 26rpx; color: #fff; line-height: 61rpx; } .but-stl02 { width: 42%; float: left; text-align: center; height: 61rpx; border-radius: 50rpx; border: 1px solid #db384c; background: #fff; font-size: 26rpx; color: #db384c; line-height: 61rpx; } .tailfoli { width: 94%; height: 88px; background: #fff; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; margin: 0 auto; } .btn_box { width: 88%; margin: 22px auto 0 auto; wxcs_style_margin: 22px auto 0 auto; /*height: 100rpx;*/ display: flex; } .img_box { width: 94%; height: 72rpx; margin: 0 auto; } .btn_mx { text-align: center; font-size: 22rpx; color: #9b9b9b; margin: 88rpx 0 0; } .m-canvas { position: absolute !important; /*重要的一步是设置绝对定位*/ margin: auto; /*将四周边距都设为auto自动*/ left: 0; /*离包含元素的距离均设为零*/ right: 0; top: 0; bottom: 0; } .canvas { background: rgba(0, 0, 0, 0.6); position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 99; }