551 lines
12 KiB
Plaintext
551 lines
12 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.login-container.data-v-f6d04c18 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
min-height: 100vh;
|
||
width: 100%;
|
||
background-color: #eff1fc;
|
||
position: relative;
|
||
}
|
||
.index-up.data-v-f6d04c18 {
|
||
position: absolute;
|
||
top: 0rpx;
|
||
left: 0;
|
||
width: 100%;
|
||
}
|
||
.index-up .index-up-img.data-v-f6d04c18 {
|
||
width: 100%;
|
||
height: 20rpx;
|
||
}
|
||
.index-ball-father.data-v-f6d04c18 {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
position: fixed;
|
||
top: 120rpx;
|
||
left: 0;
|
||
z-index: 999;
|
||
margin-top: 120rpx;
|
||
}
|
||
.index-ball-father .white-ball.data-v-f6d04c18 {
|
||
width: 60rpx;
|
||
height: 60rpx;
|
||
background-color: #fff;
|
||
border-radius: 50%;
|
||
margin-right: 20rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.index-ball-father .super-white-ball.data-v-f6d04c18 {
|
||
width: 70rpx;
|
||
height: 60rpx;
|
||
background-color: #fff;
|
||
border-radius: 50%;
|
||
margin-right: 40rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.index-ball-father .small-img.data-v-f6d04c18 {
|
||
width: 25rpx;
|
||
height: 25rpx;
|
||
}
|
||
.index-smallPhoto.data-v-f6d04c18 {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
margin-top: 480rpx;
|
||
margin-bottom: 50rpx;
|
||
}
|
||
.index-smallPhoto .photo-box.data-v-f6d04c18 {
|
||
margin-right: 40rpx;
|
||
height: 180rpx;
|
||
width: 250rpx;
|
||
z-index: 2;
|
||
position: relative;
|
||
}
|
||
.index-smallPhoto .photo-box .photo-box-img.data-v-f6d04c18 {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.white-content.data-v-f6d04c18 {
|
||
z-index: 1;
|
||
height: 740rpx;
|
||
width: 90%;
|
||
background-color: #fff;
|
||
border-radius: 30rpx;
|
||
z-index: 2;
|
||
display: flex;
|
||
align-items: center;
|
||
flex-direction: column;
|
||
position: relative;
|
||
}
|
||
.white-content .white-content-img.data-v-f6d04c18 {
|
||
position: absolute;
|
||
top: 110rpx;
|
||
left: 50%;
|
||
transform: translateX(-50%);
|
||
width: 200rpx;
|
||
height: 175rpx;
|
||
}
|
||
.white-content .white-content-secondimg.data-v-f6d04c18 {
|
||
position: absolute;
|
||
left: 50%;
|
||
top: 30%;
|
||
transform: translate(-50%, -30%);
|
||
width: 400rpx;
|
||
height: 300rpx;
|
||
z-index: 1;
|
||
}
|
||
.white-content .white-font.data-v-f6d04c18 {
|
||
margin-top: 330rpx;
|
||
font-size: 30rpx;
|
||
}
|
||
.white-content .second-font.data-v-f6d04c18 {
|
||
margin-top: 10rpx;
|
||
font-size: 30rpx;
|
||
padding: 0 30rpx;
|
||
}
|
||
.white-content-father.data-v-f6d04c18 {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: center;
|
||
margin-top: 24vh;
|
||
z-index: 1;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
.bottom-text.data-v-f6d04c18 {
|
||
font-size: 22rpx;
|
||
}
|
||
.white-content-father-time.data-v-f6d04c18 {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: center;
|
||
margin-top: 10rpx;
|
||
}
|
||
.white-content-father-time .white-bgc.data-v-f6d04c18 {
|
||
width: 100%;
|
||
height: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-size: 28rpx;
|
||
color: #999999;
|
||
}
|
||
.white-content-father-time .white-content.data-v-f6d04c18 {
|
||
height: 110rpx;
|
||
width: 92%;
|
||
overflow: hidden;
|
||
background-size: 100% auto;
|
||
border-radius: 35rpx;
|
||
z-index: 2;
|
||
}
|
||
.white-content-father-time .white-shu.data-v-f6d04c18 {
|
||
height: 100%;
|
||
width: 2rpx;
|
||
background-color: #fff;
|
||
margin: 0 20rpx;
|
||
}
|
||
.bad-button.data-v-f6d04c18 {
|
||
width: 100%;
|
||
margin-top: 40rpx;
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
}
|
||
.bad-button .blue-button.data-v-f6d04c18 {
|
||
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
|
||
border: 2rpx solid #9AD1FF;
|
||
color: #007CFF;
|
||
font-size: 25rpx;
|
||
padding: 10rpx 20rpx;
|
||
border-radius: 35rpx;
|
||
margin-right: 40rpx;
|
||
}
|
||
.zhiling-box.data-v-f6d04c18 {
|
||
display: flex;
|
||
justify-content: space-around;
|
||
align-items: center;
|
||
width: 92%;
|
||
margin-left: 4%;
|
||
height: 110rpx;
|
||
background-color: #fff;
|
||
border-radius: 35rpx;
|
||
font-size: 32rpx;
|
||
}
|
||
.zhiling-box .zhiling-img.data-v-f6d04c18 {
|
||
width: 25rpx;
|
||
height: 25rpx;
|
||
}
|
||
.white-box-father.data-v-f6d04c18 {
|
||
display: flex;
|
||
width: 100%;
|
||
flex-wrap: wrap;
|
||
margin-left: 1%;
|
||
}
|
||
.white-box-father .white-box.data-v-f6d04c18 {
|
||
margin-top: 25rpx;
|
||
width: 20.7%;
|
||
margin-left: 3%;
|
||
height: 180rpx;
|
||
background-color: #fff;
|
||
border-radius: 35rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
flex-direction: column;
|
||
}
|
||
.white-box-father .white-box .box-img.data-v-f6d04c18 {
|
||
width: 55rpx;
|
||
height: 55rpx;
|
||
margin-bottom: 25rpx;
|
||
}
|
||
.white-box-father .white-box .box-font.data-v-f6d04c18 {
|
||
font-size: 30rpx;
|
||
}
|
||
.result.data-v-f6d04c18 {
|
||
margin: 0 auto;
|
||
}
|
||
.jia-box.data-v-f6d04c18 {
|
||
position: absolute;
|
||
top: 0rpx;
|
||
left: 0;
|
||
display: flex;
|
||
height: 80rpx;
|
||
width: 100%;
|
||
justify-content: center;
|
||
}
|
||
.jia.data-v-f6d04c18 {
|
||
margin-top: -5rpx;
|
||
width: 25rpx;
|
||
height: 25rpx;
|
||
border-radius: 50%;
|
||
background-color: #fff;
|
||
color: #fff;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-size: 30rpx;
|
||
}
|
||
.jia .jia-img.data-v-f6d04c18 {
|
||
width: 18rpx;
|
||
height: 18rpx;
|
||
z-index: 2;
|
||
}
|
||
.gray-box.data-v-f6d04c18 {
|
||
border-radius: 20rpx;
|
||
height: 20rpx;
|
||
width: 35rpx;
|
||
margin-right: 15rpx;
|
||
background-color: #fff;
|
||
}
|
||
.black-box.data-v-f6d04c18 {
|
||
border-radius: 20rpx;
|
||
height: 20rpx;
|
||
width: 35rpx;
|
||
margin-right: 15rpx;
|
||
background-color: black;
|
||
}
|
||
.button-double.data-v-f6d04c18 {
|
||
position: absolute;
|
||
bottom: 45rpx;
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: space-around;
|
||
align-items: center;
|
||
height: 90rpx;
|
||
border-radius: 37rpx;
|
||
font-size: 33rpx;
|
||
margin-top: 80rpx;
|
||
}
|
||
.button-double .double-left.data-v-f6d04c18 {
|
||
width: 30%;
|
||
height: 90rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
background-color: #F7F7F7;
|
||
border-radius: 40rpx;
|
||
margin-left: 40rpx;
|
||
z-index: 999;
|
||
}
|
||
.button-double .double-right.data-v-f6d04c18 {
|
||
width: 30%;
|
||
height: 90rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
|
||
border: 2rpx solid #9AD1FF;
|
||
color: #007CFF;
|
||
border-radius: 40rpx;
|
||
margin-right: 40rpx;
|
||
z-index: 999;
|
||
}
|
||
.button-blue.data-v-f6d04c18 {
|
||
position: absolute;
|
||
bottom: 45rpx;
|
||
width: 40%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
height: 90rpx;
|
||
border-radius: 37rpx;
|
||
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
|
||
border: 2rpx solid #9AD1FF;
|
||
color: #007CFF;
|
||
font-size: 33rpx;
|
||
margin-top: 80rpx;
|
||
z-index: 999;
|
||
}
|
||
.button-blue-spec.data-v-f6d04c18 {
|
||
position: absolute;
|
||
bottom: 30rpx;
|
||
left: 8%;
|
||
width: 40%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
height: 90rpx;
|
||
border-radius: 37rpx;
|
||
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
|
||
border: 2rpx solid #9AD1FF;
|
||
color: #007CFF;
|
||
font-size: 33rpx;
|
||
margin-top: 80rpx;
|
||
}
|
||
.button-white-spec.data-v-f6d04c18 {
|
||
position: absolute;
|
||
bottom: 30rpx;
|
||
right: 8%;
|
||
width: 40%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
height: 90rpx;
|
||
border-radius: 37rpx;
|
||
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
|
||
border: 2rpx solid #b1c0ca;
|
||
font-size: 33rpx;
|
||
margin-top: 80rpx;
|
||
}
|
||
.chuo-img.data-v-f6d04c18 {
|
||
position: absolute;
|
||
top: 72rpx;
|
||
right: 235rpx;
|
||
width: 120rpx;
|
||
height: 110rpx;
|
||
z-index: 3;
|
||
}
|
||
.chuo-ball.data-v-f6d04c18 {
|
||
position: absolute;
|
||
top: 20rpx;
|
||
right: 60rpx;
|
||
width: 60rpx;
|
||
height: 60rpx;
|
||
z-index: 3;
|
||
background-color: #f2f2f2;
|
||
border-radius: 50%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.chuo-ball .ball-img.data-v-f6d04c18 {
|
||
width: 37rpx;
|
||
height: 37rpx;
|
||
}
|
||
.blue-shu.data-v-f6d04c18 {
|
||
width: 17rpx;
|
||
height: 35rpx;
|
||
border-radius: 17rpx;
|
||
background: linear-gradient(to right, #00C9FF, #0076FF);
|
||
margin-left: 40rpx;
|
||
margin-right: 20rpx;
|
||
}
|
||
.blue-font.data-v-f6d04c18 {
|
||
font-size: 30rpx;
|
||
color: black;
|
||
}
|
||
.small-ball.data-v-f6d04c18 {
|
||
position: fixed;
|
||
right: 120px;
|
||
z-index: 9999;
|
||
width: 64rpx;
|
||
height: 64rpx;
|
||
background-color: #fff;
|
||
border-radius: 50%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.small-ball .small-ball-img.data-v-f6d04c18 {
|
||
width: 60%;
|
||
height: 60%;
|
||
}
|
||
.small-ball .small-dian.data-v-f6d04c18 {
|
||
position: absolute;
|
||
right: 0%;
|
||
top: 0%;
|
||
width: 30rpx;
|
||
height: 30rpx;
|
||
border-radius: 50%;
|
||
background-color: #FF5757;
|
||
color: #fff;
|
||
font-size: 20rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.big-button-double.data-v-f6d04c18 {
|
||
width: 100%;
|
||
height: 280rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
padding: 0 30rpx;
|
||
}
|
||
.big-button-double .left-button.data-v-f6d04c18 {
|
||
height: 100%;
|
||
width: 49%;
|
||
background-color: #fff;
|
||
border-radius: 45rpx;
|
||
position: relative;
|
||
}
|
||
.big-button-double .left-button .left-button-img.data-v-f6d04c18 {
|
||
margin: 40rpx 0 0 40rpx;
|
||
width: 60rpx;
|
||
height: 60rpx;
|
||
}
|
||
.big-button-double .left-button .left-button-bottom.data-v-f6d04c18 {
|
||
position: absolute;
|
||
left: 0;
|
||
bottom: 40rpx;
|
||
width: 100%;
|
||
padding: 0 40rpx;
|
||
font-size: 30rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.big-button-double .right-button.data-v-f6d04c18 {
|
||
height: 100%;
|
||
width: 49%;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
}
|
||
.big-button-double .right-button .right-button-one.data-v-f6d04c18 {
|
||
width: 100%;
|
||
height: 48%;
|
||
background-color: #fff;
|
||
border-radius: 45rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
padding: 0 60rpx;
|
||
align-items: center;
|
||
font-size: 30rpx;
|
||
}
|
||
.big-button-double .right-button .right-button-one .right-button-img.data-v-f6d04c18 {
|
||
width: 70rpx;
|
||
height: 70rpx;
|
||
}
|
||
.fuwu-button.data-v-f6d04c18 {
|
||
width: calc(100% - 60rpx);
|
||
height: 300rpx;
|
||
margin-left: 30rpx;
|
||
background-color: #fff;
|
||
margin-bottom: 25rpx;
|
||
border-radius: 50rpx;
|
||
padding: 0 50rpx;
|
||
}
|
||
.fuwu-button .fuwu-button-top.data-v-f6d04c18 {
|
||
width: 100%;
|
||
height: 50%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
font-size: 30rpx;
|
||
}
|
||
.fuwu-button .fuwu-button-bottom.data-v-f6d04c18 {
|
||
width: 100%;
|
||
height: 50%;
|
||
margin-top: -15rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.bottom-button-img.data-v-f6d04c18 {
|
||
position: absolute;
|
||
bottom: 0;
|
||
right: 0;
|
||
width: 45rpx;
|
||
height: 45rpx;
|
||
}
|
||
.small-icon.data-v-f6d04c18 {
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
border-radius: 20rpx;
|
||
background-color: #F6F6F6;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin-left: 20rpx;
|
||
}
|
||
.popop-father.data-v-f6d04c18 {
|
||
width: 100%;
|
||
height: 600rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
flex-direction: column;
|
||
}
|
||
.popop-font.data-v-f6d04c18 {
|
||
margin-top: 40rpx;
|
||
width: 70%;
|
||
text-align: center;
|
||
line-height: 40rpx;
|
||
font-size: 30rpx;
|
||
margin-bottom: 100rpx;
|
||
}
|
||
.popop-blue.data-v-f6d04c18 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 80%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
height: 90rpx;
|
||
border-radius: 35rpx;
|
||
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
|
||
border: 2rpx solid #9AD1FF;
|
||
color: #007CFF;
|
||
font-size: 33rpx;
|
||
margin-bottom: 30rpx;
|
||
} |