You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
194 lines
5.2 KiB
194 lines
5.2 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
page.data-v-500c568a {
|
|
background-color: #ffffff;
|
|
}
|
|
.container .header-tabBar.data-v-500c568a {
|
|
width: 100%;
|
|
}
|
|
.container .header-tabBar .tabBar-activeText-size.data-v-500c568a {
|
|
font-size: 30rpx !important;
|
|
color: #333333 !important;
|
|
}
|
|
.container .header-tabBar .tabBar-itemCenter.data-v-500c568a {
|
|
margin: 0 auto;
|
|
}
|
|
.container .header-tabBar .tabBar-item.data-v-500c568a {
|
|
width: 50%;
|
|
}
|
|
.container .header-tabBar .tabBar-item .tabBar-active.data-v-500c568a {
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: -2rpx;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
width: 30rpx;
|
|
height: 6rpx;
|
|
background-color: #ff4444;
|
|
border-radius: 6rpx;
|
|
z-index: 3;
|
|
}
|
|
.container .header-tabBar .cut-off.data-v-500c568a {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 30%;
|
|
-webkit-transform: scaleX(0.5);
|
|
transform: scaleX(0.5);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
width: 1px;
|
|
height: 40rpx;
|
|
background-color: #eeeeee;
|
|
}
|
|
.container .content.data-v-500c568a {
|
|
width: 550rpx;
|
|
height: 970rpx;
|
|
background-size: 550rpx 970rpx;
|
|
background-repeat: no-repeat;
|
|
margin: 100rpx auto 0;
|
|
}
|
|
.container .content .content-top.data-v-500c568a {
|
|
padding: 0 70rpx;
|
|
}
|
|
.container .content .content-top .content-avatar-box.data-v-500c568a {
|
|
top: -60rpx;
|
|
}
|
|
.container .content .content-top .content-avatar-box .user-avatar.data-v-500c568a {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
background-size: 120rpx 120rpx;
|
|
background-repeat: no-repeat;
|
|
margin: 0 auto;
|
|
}
|
|
.container .content .content-top .content-avatar-box .avatar-title.data-v-500c568a {
|
|
width: 120rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
color: #fff6dd;
|
|
background-color: #e6ba55;
|
|
border-radius: 20rpx;
|
|
top: -20rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.container .content .content-top .content-Wxavatar-box.data-v-500c568a {
|
|
top: -60rpx;
|
|
}
|
|
.container .content .content-top .content-Wxavatar-box .Wxavatar.data-v-500c568a {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.container .content .content-top .content-title.data-v-500c568a {
|
|
color: #d4a12a;
|
|
}
|
|
.container .content .content-bottom .code-hint.data-v-500c568a {
|
|
color: #e6bb57;
|
|
}
|
|
.container .content .content-bottom .content-input.data-v-500c568a {
|
|
margin: 0 50rpx;
|
|
}
|
|
.container .content .content-bottom .content-input .content-input-style-1.data-v-500c568a {
|
|
border-bottom: 1px solid #ebc773;
|
|
}
|
|
.container .content .content-bottom .content-input .content-input-style.data-v-500c568a {
|
|
border-bottom: 1px dashed #ebc773;
|
|
}
|
|
.container .content .content-bottom .content-input .copy.data-v-500c568a {
|
|
width: 60rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
border: 1px solid #ebc877;
|
|
border-radius: 4rpx;
|
|
color: #ebc773;
|
|
flex-shrink: 0;
|
|
}
|
|
.container .content .content-bottom .wx-code-box.data-v-500c568a {
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
border: 4rpx solid #e6ba55;
|
|
border-radius: 10rpx;
|
|
margin: 50rpx auto 30rpx;
|
|
}
|
|
.container .content .content-bottom .wx-code-box .wx-code.data-v-500c568a {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
width: 260rpx;
|
|
height: 260rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 260rpx 260rpx;
|
|
}
|
|
.managerBox.data-v-500c568a {
|
|
width: 60vw;
|
|
padding: 30rpx 60rpx;
|
|
border-radius: 20rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
.managerBox .manage-input.data-v-500c568a {
|
|
font-size: 26rpx;
|
|
border: 1rpx solid #eeeeee;
|
|
padding: 15rpx 30rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.managerBox .btn-box.data-v-500c568a {
|
|
height: 100rpx;
|
|
position: relative;
|
|
}
|
|
.managerBox .btn-box .btn.data-v-500c568a {
|
|
width: 128rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
font-size: 26rpx;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
background-color: #ff4444;
|
|
border-radius: 10rpx;
|
|
position: absolute;
|
|
right: 0rpx;
|
|
top: 70%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
.managerBox .btn-box .btn-1.data-v-500c568a {
|
|
width: 128rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
font-size: 26rpx;
|
|
text-align: center;
|
|
color: #ff4444;
|
|
background-color: #ffffff;
|
|
border: 1rpx solid #ff4444;
|
|
border-radius: 10rpx;
|
|
position: absolute;
|
|
left: 0rpx;
|
|
top: 70%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
|