|
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .safe-area-bottom.data-v-bbde6278 {
- padding-bottom: env(safe-area-inset-bottom);
- }
- text.data-v-bbde6278 {
- font-family: Source Han Sans CN;
- }
- .modal.data-v-bbde6278 {
- height: 100vh;
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1000;
- opacity: 0.1;
- outline: 0;
- text-align: center;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-perspective: 2000rpx;
- perspective: 2000rpx;
- pointer-events: none;
- overflow: hidden;
- }
- .modal .back.data-v-bbde6278 {
- position: absolute;
- top: 30rpx;
- left: 0;
- height: 60rpx;
- /* line-height: 60rpx; */
- width: 100vw;
- padding: 0 20rpx;
- z-index: 9999;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .modal .back .back-img.data-v-bbde6278 {
- height: 30rpx;
- width: 23rpx;
- }
- .modal .back .back-text.data-v-bbde6278 {
- padding-left: 12rpx;
- font-size: 30rpx;
- text-align: center;
- font-family: Alibaba PuHuiTi;
- }
- .modal .camera-con.data-v-bbde6278 {
- /* position: relative; */
- z-index: 9999;
- }
- .qhImage.data-v-bbde6278 {
- background-color: #ccc;
- width: 80rpx;
- height: 80rpx;
- z-index: 1001;
- margin: 30rpx;
- border-radius: 50%;
- padding: 16rpx;
- }
- .modal.data-v-bbde6278::before {
- content: "";
- display: inline-block;
- height: 100%;
- vertical-align: middle;
- }
- .modal.show.data-v-bbde6278 {
- opacity: 1;
- overflow-x: hidden;
- overflow-y: hidden;
- pointer-events: auto;
- }
- .modal.bottom-modal.data-v-bbde6278::before {
- vertical-align: bottom;
- }
- .modal.bottom-modal .dialog.data-v-bbde6278 {
- width: 100%;
- border-radius: 0;
- }
- .modal.bottom-modal.data-v-bbde6278 {
- margin-bottom: -1000rpx;
- }
- .modal.bottom-modal.show.data-v-bbde6278 {
- margin-bottom: 0;
- }
- .dialog.data-v-bbde6278 {
- position: fixed;
- display: inline-block;
- vertical-align: middle;
- margin-left: auto;
- margin-right: auto;
- /* width: 680rpx; */
- height: 80vh;
- width: 100vw;
- max-width: 100%;
- background-color: #f8f8f8;
- border-radius: 10rpx;
- overflow: hidden;
- left: 0;
- top: 0;
- }
- .bar.data-v-bbde6278 {
- display: flex;
- position: relative;
- align-items: center;
- min-height: 90rpx;
- height: 90rpx;
- padding: 0rpx 40rpx;
- justify-content: space-between;
- }
- .bg-white.data-v-bbde6278 {
- background-color: #ffffff;
- color: #666666;
- }
- .img.data-v-bbde6278 {
- height: 60rpx;
- width: 60rpx;
- object-fit: contain;
- }
- .detectInfo.data-v-bbde6278 {
- padding: 20rpx 0rpx;
- font-size: 34rpx;
- text-align: center;
- -webkit-animation-duration: 1.5s;
- animation-duration: 1.5s;
- color: #000000;
- z-index: 999;
- }
- .faceContent.data-v-bbde6278 {
- height: 700rpx;
- position: relative;
- }
- .successImage.data-v-bbde6278 {
- overflow: hidden;
- width: 600rpx;
- height: 600rpx;
- border-radius: 50%;
- position: absolute;
- top: 0;
- left: 50%;
- z-index: 999;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- .tipsTextCss.data-v-bbde6278 {
- -webkit-animation: 1.5s tipsTextAnimation-data-v-bbde6278;
- animation: 1.5s tipsTextAnimation-data-v-bbde6278;
- -webkit-animation-duration: 1.5s;
- animation-duration: 1.5s;
- }
- @-webkit-keyframes tipsTextAnimation-data-v-bbde6278 {
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 20% {
- -webkit-transform: scale(1.5);
- transform: scale(1.5);
- }
- 70% {
- -webkit-transform: scale(1.5);
- transform: scale(1.5);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes tipsTextAnimation-data-v-bbde6278 {
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 20% {
- -webkit-transform: scale(1.5);
- transform: scale(1.5);
- }
- 70% {
- -webkit-transform: scale(1.5);
- transform: scale(1.5);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- .cover.data-v-bbde6278 {
- width: 100vw;
- height: 100vh;
- display: flex;
- flex-direction: column;
- /* overflow: hidden; */
- }
- .cover-bottom.data-v-bbde6278 {
- height: 60rpx;
- display: flex;
- justify-content: center;
- }
- .cover-item.data-v-bbde6278 {
- height: 60rpx;
- width: 100%;
- background-color: #FFFFFF;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .load-fail.data-v-bbde6278 {
- position: absolute;
- top: 0;
- left: 0;
- height: 100vh;
- width: 100vw;
- overflow: hidden;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .load-reset.data-v-bbde6278 {
- width: 260rpx;
- font-size: 28rpx;
- padding: 20rpx;
- color: #fff;
- background-color: #8f7aed;
- border-radius: 15rpx;
- box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0, 0, 0, 0.2);
- }
- .camera.data-v-bbde6278 {
- width: 100vw;
- height: 100vh;
- -webkit-transform: scale(1.05);
- transform: scale(1.05);
- z-index: 999;
- overflow: hidden;
- }
- .camera-tips.data-v-bbde6278 {
- position: fixed;
- top: 50%;
- left: 0;
- height: 120rpx;
- width: 100%;
- background-color: #FFFFFF;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .camera-action.data-v-bbde6278 {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- display: flex;
- justify-content: space-around;
- align-items: center;
- z-index: 99999;
- overflow: hidden;
- background: #333;
- padding: 10rpx 0;
- }
- .camera-action .action .img.data-v-bbde6278 {
- height: 51rpx;
- width: 58rpx;
- object-fit: contain;
- }
- .camera-action .action.photoimg .img.data-v-bbde6278 {
- height: 161rpx;
- width: 161rpx;
- }
- .camera-action .action.QHimg .img.data-v-bbde6278 {
- height: 56rpx;
- width: 64rpx;
- }
- .face-con.data-v-bbde6278 {
- position: absolute;
- bottom: 22vh;
- left: 0;
- width: 100vw;
- z-index: 9999;
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-direction: column;
- }
- .face-con .title.data-v-bbde6278 {
- height: 200rpx;
- line-height: 200rpx;
- width: 100%;
- font-family: Alibaba PuHuiTi;
- font-weight: bold;
- font-size: 30rpx;
- color: #FFFFFF;
- text-align: center;
- }
- .face-con .face-img.data-v-bbde6278 {
- padding: 0 70rpx;
- height: 826rpx;
- width: calc(100vw - 140rpx);
- /* z-index: 9999; */
- object-fit: contain;
- }
- .face-tips.data-v-bbde6278 {
- position: absolute;
- bottom: 15vh;
- left: 0;
- z-index: 9999;
- width: 100vw;
- }
- .face-tips .title.data-v-bbde6278 {
- font-family: Alibaba PuHuiTi;
- font-weight: bold;
- font-size: 30rpx;
- color: #FFFFFF;
- line-height: 38rpx;
- }
- .face-tips .tips-con.data-v-bbde6278 {
- padding: 0 100rpx 0 100rpx;
- }
- .face-tips .tips-con .tips-list.data-v-bbde6278 {
- width: 100%;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- flex-wrap: nowrap;
- }
- .face-tips .tips-con .tips-list .item.data-v-bbde6278 {
- height: 120rpx;
- width: 30%;
- padding: 30rpx 0 0 0;
- /* margin-top: 30rpx; */
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-direction: column;
- margin: 0 20rpx;
- }
- .face-tips .tips-con .tips-list .item .item-img.data-v-bbde6278 {
- height: 100%;
- width: 100%;
- object-fit: contain;
- }
- .face-tips .tips-con .tips-list .item .item-img.phone.data-v-bbde6278 {
- width: 36rpx;
- height: 52rpx;
- /* padding-bottom: 25rpx; */
- }
- .face-tips .tips-con .tips-list .item .item-img.line.data-v-bbde6278 {
- width: 61rpx;
- height: 61rpx;
- padding-top: 10rpx;
- /* padding-bottom: 18rpx; */
- }
- .face-tips .tips-con .tips-list .item .item-img.smile.data-v-bbde6278 {
- width: 56rpx;
- height: 56rpx;
- /* padding-bottom: 24rpx; */
- }
- .face-tips .tips-con .tips-list .item .item-img.brush.data-v-bbde6278 {
- width: 56rpx;
- height: 61rpx;
- padding-top: 10rpx;
- /* padding-bottom: 12rpx; */
- }
- .face-tips .tips-con .tips-list .item .item-img.glasses.data-v-bbde6278 {
- width: 62rpx;
- height: 39rpx;
- padding-top: 20rpx;
- }
- .face-tips .tips-con .tips-list .item .item-img.hat.data-v-bbde6278 {
- width: 54rpx;
- height: 37rpx;
- padding-top: 20rpx;
- /* padding-bottom: 35rpx; */
- }
- .face-tips .tips-con .tips-list .item .item-text.data-v-bbde6278 {
- width: auto;
- font-family: Alibaba PuHuiTi;
- font-weight: bold;
- font-size: 24rpx;
- color: #FFFFFF;
- line-height: 38rpx;
- }
|