officialAccount/unpackage/dist/dev/mp-weixin/pages/index/index.wxss

473 lines
11 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.login-container.data-v-1cf27b2a {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100%;
background-color: #eff1fc;
position: relative;
}
.array-father.data-v-1cf27b2a {
width: 33%;
position: relative;
}
.botton-view.data-v-1cf27b2a {
position: fixed;
bottom: 0;
left: 0;
height: 120rpx;
width: 100%;
background-color: #fff;
display: flex;
justify-content: space-between;
font-weight: 500;
z-index: 999;
}
.botton-view .bottom-button.data-v-1cf27b2a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.botton-view .bottom-button-target.data-v-1cf27b2a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #2a85eb;
flex-direction: column;
}
.botton-view .blue-heng.data-v-1cf27b2a {
height: 6rpx;
width: 150rpx;
background-color: #2a85eb;
position: absolute;
bottom: 55rpx;
left: 50%;
/* 左边缘到父容器左边的距离占父宽度 50% */
transform: translateX(-50%);
}
.index-up.data-v-1cf27b2a {
position: absolute;
top: -70rpx;
left: 0;
width: 100%;
}
.index-up .index-up-img.data-v-1cf27b2a {
width: 100%;
height: 20rpx;
}
.index-ball-father.data-v-1cf27b2a {
width: 100%;
display: flex;
justify-content: flex-end;
position: fixed;
top: 35rpx;
left: 0;
z-index: 999;
}
.index-ball-father .white-ball.data-v-1cf27b2a {
width: 60rpx;
height: 60rpx;
background-color: #fff;
border-radius: 50%;
margin-right: 20rpx;
box-shadow: 2rpx 2rpx 4rpx rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
}
.index-ball-father .super-white-ball.data-v-1cf27b2a {
width: 70rpx;
height: 60rpx;
background-color: #fff;
border-radius: 50%;
margin-right: 40rpx;
box-shadow: 2rpx 2rpx 4rpx rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
}
.index-ball-father .small-img.data-v-1cf27b2a {
width: 25rpx;
height: 25rpx;
}
.index-smallPhoto.data-v-1cf27b2a {
width: 100%;
display: flex;
justify-content: flex-end;
margin-top: 480rpx;
margin-bottom: 50rpx;
}
.index-smallPhoto .photo-box.data-v-1cf27b2a {
margin-right: 40rpx;
height: 180rpx;
width: 250rpx;
z-index: 2;
position: relative;
}
.index-smallPhoto .photo-box .photo-box-img.data-v-1cf27b2a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.white-content-father.data-v-1cf27b2a {
width: 100%;
display: flex;
justify-content: center;
margin-top: 30rpx;
margin-bottom: 200rpx;
}
.white-content-father .white-content.data-v-1cf27b2a {
height: 500rpx;
width: 92%;
margin-left: 4%;
background-color: #fff;
box-shadow: 2rpx 2rpx 5rpx rgba(0, 0, 0, 0.1);
border-radius: 30rpx;
z-index: 2;
display: flex;
align-items: center;
flex-direction: column;
position: relative;
}
.white-content-father .white-content .white-content-img.data-v-1cf27b2a {
position: absolute;
top: -40rpx;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 370rpx;
}
.white-content-father .white-content .white-font.data-v-1cf27b2a {
margin-top: 240rpx;
font-size: 27rpx;
color: #222222;
}
.white-content-father .botton-button.data-v-1cf27b2a {
width: 100%;
height: 280rpx;
display: flex;
justify-content: space-around;
}
.white-content-father .botton-button .botton-button-father.data-v-1cf27b2a {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.white-content-father .botton-button .botton-button-father .botton-button-bgc.data-v-1cf27b2a {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background-color: #D8DEEA;
}
.white-content-father .botton-button .botton-button-father .botton-button-bgc .botton-button-img.data-v-1cf27b2a {
width: 35rpx;
height: 35rpx;
}
.white-content-father .botton-button .botton-button-father .botton-button-font.data-v-1cf27b2a {
margin-top: 10rpx;
font-size: 30rpx;
}
.botton-img.data-v-1cf27b2a {
width: 36rpx;
height: 36rpx;
margin-bottom: 5rpx;
}
.bottom-text.data-v-1cf27b2a {
font-size: 22rpx;
}
.jia-box.data-v-1cf27b2a {
position: absolute;
top: -40rpx;
left: 50%;
transform: translateX(-50%);
display: flex;
}
.jia.data-v-1cf27b2a {
width: 30rpx;
height: 30rpx;
border-radius: 50%;
background-color: #01a8ff;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 30rpx;
}
.gray-box.data-v-1cf27b2a {
border-radius: 20rpx;
height: 30rpx;
width: 50rpx;
margin-right: 15rpx;
background-color: #A4A8BD;
}
.white-content-father-time.data-v-1cf27b2a {
width: 100%;
display: flex;
justify-content: center;
}
.white-content-father-time .white-content.data-v-1cf27b2a {
height: 170rpx;
width: 92%;
background-color: #fff;
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../../static/index/bluebgc.png");
background-repeat: no-repeat;
background-position: center top;
/* 2. 水平方向拉满容器,垂直方向保持原始比例 */
background-size: 100% auto;
box-shadow: 2rpx 2rpx 5rpx rgba(0, 0, 0, 0.1);
border-radius: 35rpx;
z-index: 2;
display: flex;
align-items: center;
border: 2rpx solid #fff;
}
.white-content-father-time .white-content .time-father.data-v-1cf27b2a {
margin-left: 45rpx;
}
.white-content-father-time .white-content .time-father .font-weight.data-v-1cf27b2a {
font-weight: 600;
font-size: 40rpx;
margin-bottom: 7rpx;
}
.white-content-father-time .white-content .time-father .font-small.data-v-1cf27b2a {
color: #7C788D;
}
.white-content-father-time .white-shu.data-v-1cf27b2a {
height: 100%;
width: 2rpx;
background-color: #fff;
margin: 0 20rpx;
}
.wendu-content.data-v-1cf27b2a {
display: flex;
align-items: center;
}
.wendu-content .wendu-img.data-v-1cf27b2a {
width: 50rpx;
height: 50rpx;
margin: 0 20rpx 0 60rpx;
}
.wendu-content .wendu-font.data-v-1cf27b2a {
font-size: 25rpx;
}
.bad-button.data-v-1cf27b2a {
width: 100%;
margin-top: 40rpx;
display: flex;
justify-content: flex-end;
}
.bad-button .blue-button.data-v-1cf27b2a {
background: linear-gradient(to right, #00C9FF, #0076FF);
color: #fff;
font-size: 25rpx;
padding: 10rpx 20rpx;
border-radius: 35rpx;
margin-right: 40rpx;
}
.zhiling-box.data-v-1cf27b2a {
display: flex;
justify-content: space-around;
align-items: center;
width: 92%;
margin-left: 3%;
height: 100rpx;
background-color: #fff;
box-shadow: 2rpx 2rpx 5rpx rgba(0, 0, 0, 0.1);
border-radius: 35rpx;
}
.zhiling-box .zhiling-img.data-v-1cf27b2a {
width: 25rpx;
height: 25rpx;
}
.white-box-father.data-v-1cf27b2a {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.white-box-father .white-box.data-v-1cf27b2a {
margin-top: 20rpx;
width: 20%;
margin-left: 4%;
height: 190rpx;
background-color: #fff;
border-radius: 35rpx;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
box-shadow: 2rpx 2rpx 5rpx rgba(0, 0, 0, 0.1);
}
.white-box-father .white-box .box-img.data-v-1cf27b2a {
width: 55rpx;
height: 55rpx;
margin-bottom: 15rpx;
}
.white-box-father .white-box .box-font.data-v-1cf27b2a {
font-size: 25rpx;
}
.white-scan.data-v-1cf27b2a {
background-color: #fff;
border-radius: 35rpx;
display: flex;
flex-direction: column;
box-shadow: 2rpx 2rpx 5rpx rgba(0, 0, 0, 0.1);
width: 92%;
margin-left: 4%;
height: 700rpx;
z-index: 2;
margin-bottom: 300rpx;
}
.white-scan .scan-title.data-v-1cf27b2a {
width: 100%;
height: 180rpx;
display: flex;
position: relative;
align-items: center;
}
.white-scan .scan-img.data-v-1cf27b2a {
margin-left: 65rpx;
width: 65rpx;
height: 65rpx;
}
.white-scan .scan-font.data-v-1cf27b2a {
margin-left: 30rpx;
}
.white-scan .scan-font .weight.data-v-1cf27b2a {
font-weight: 500;
}
.white-scan .scan-font .noral.data-v-1cf27b2a {
font-size: 25rpx;
color: #999999;
}
.other-scan.data-v-1cf27b2a {
width: 100%;
height: 520rpx;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.other-scan .scan-circle.data-v-1cf27b2a {
width: 300rpx;
height: 300rpx;
border-radius: 50%;
background-color: #fbfbfb;
display: flex;
align-items: center;
position: relative;
}
.other-scan .scan-circle .scan-img.data-v-1cf27b2a {
width: 30%;
height: 30%;
margin: 0 auto;
}
.other-scan .scan-circle .small-circle.data-v-1cf27b2a {
position: absolute;
top: 50%;
left: 50%;
transform-origin: center center;
/* 从中心缩放,否则宽高从左上角开始 */
transform: translate(-50%, -50%);
animation: shrinkExpand-1cf27b2a 1s infinite;
border-radius: 50%;
background-color: #f5f5f5;
}
.other-scan .scan-text.data-v-1cf27b2a {
margin-top: 30rpx;
}
.scan-back.data-v-1cf27b2a {
position: absolute;
right: 60rpx;
top: auto;
color: #999999;
font-size: 32rpx;
}
@keyframes shrinkExpand-1cf27b2a {
0%, 100% {
width: 100%;
height: 100%;
}
50% {
width: 0%;
height: 0%;
}
}
/* 扫码遮罩层 */
.scan-mask.data-v-1cf27b2a {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
}
/* 半透明背景 */
.mask-bg.data-v-1cf27b2a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
}
/* 中心容器 */
.mask-center.data-v-1cf27b2a {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
align-items: center;
}
/* 扫码区域 */
.reader.data-v-1cf27b2a {
width: 600rpx;
height: 600rpx;
background: #000;
/* 可以用透明html5-qrcode 会覆盖视频流 */
border-radius: 16rpx;
box-sizing: border-box;
overflow: hidden;
}
.result.data-v-1cf27b2a {
margin: 0 auto;
}