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.
177 lines
4.0 KiB
177 lines
4.0 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.desc.data-v-309fcdcf {
|
|
width: 690rpx;
|
|
height: 260rpx;
|
|
margin: auto;
|
|
padding-top: 30rpx;
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
}
|
|
.desc .label.data-v-309fcdcf {
|
|
height: 40rpx;
|
|
}
|
|
.desc .value.data-v-309fcdcf {
|
|
width: 100%;
|
|
height: 200rpx;
|
|
margin-top: 20rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
.line.data-v-309fcdcf {
|
|
width: 690rpx;
|
|
height: 8rpx;
|
|
background-color: #F8F8F8;
|
|
margin: auto;
|
|
border-radius: 4rpx;
|
|
}
|
|
.avatar-info.data-v-309fcdcf {
|
|
width: 690rpx;
|
|
height: auto;
|
|
margin: auto;
|
|
padding: 40rpx 0;
|
|
}
|
|
.avatar-info .up-box.data-v-309fcdcf {
|
|
width: 100%;
|
|
height: auto;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.avatar-info .up-box .up-load.data-v-309fcdcf {
|
|
width: 158rpx;
|
|
height: 158rpx;
|
|
line-height: 158rpx;
|
|
text-align: center;
|
|
border-radius: 20rpx;
|
|
margin: 30rpx 10rpx 0 0;
|
|
border: 1rpx dashed #ccc;
|
|
position: relative;
|
|
}
|
|
.avatar-info .up-box .up-load .iconfont.data-v-309fcdcf {
|
|
font-size: 60rpx;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
.avatar-info .up-box .up-load image.data-v-309fcdcf {
|
|
width: 158rpx;
|
|
height: 158rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.avatar-info .up-box .up-load .close.data-v-309fcdcf {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
border-radius: 15rpx;
|
|
color: #fff;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
position: absolute;
|
|
top: 10rpx;
|
|
right: 10rpx;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
font-size: 32rpx;
|
|
line-height: 28rpx;
|
|
text-align: center;
|
|
}
|
|
.avatar-info .avatar.data-v-309fcdcf {
|
|
border: none;
|
|
}
|
|
.avatar-info .qrcode.data-v-309fcdcf {
|
|
border: none;
|
|
}
|
|
.h1-title.data-v-309fcdcf {
|
|
height: 45rpx;
|
|
line-height: 45rpx;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
.video-box.data-v-309fcdcf {
|
|
width: 690rpx;
|
|
margin: 30rpx auto 0;
|
|
height: auto;
|
|
}
|
|
.video-box .video-up-load.data-v-309fcdcf {
|
|
width: 100%;
|
|
height: 390rpx;
|
|
border-radius: 20rpx;
|
|
border: 1rpx dashed #CCCCCC;
|
|
line-height: 390rpx;
|
|
text-align: center;
|
|
margin: 30rpx auto 40rpx;
|
|
position: relative;
|
|
}
|
|
.video-box .video-up-load .iconfont.data-v-309fcdcf {
|
|
font-size: 54rpx;
|
|
font-weight: bold;
|
|
}
|
|
.video-box .video-up-load .video.data-v-309fcdcf {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.video-box .video-up-load .close.data-v-309fcdcf {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 30rpx;
|
|
color: #fff;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
position: absolute;
|
|
top: 18rpx;
|
|
right: 18rpx;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
font-size: 50rpx;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
}
|
|
.footer-btn.data-v-309fcdcf {
|
|
width: 690rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
border-radius: 20rpx;
|
|
background: linear-gradient(270deg, #FF8E88 0%, #FDAD28 100%);
|
|
border-radius: 20rpx;
|
|
margin: auto;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
}
|
|
.location.data-v-309fcdcf {
|
|
width: 690rpx;
|
|
height: auto;
|
|
padding: 20rpx 0;
|
|
font-size: 26rpx;
|
|
color: #FF4444;
|
|
margin: auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.location image.data-v-309fcdcf {
|
|
padding-left: 10rpx;
|
|
width: 22rpx;
|
|
height: 22rpx;
|
|
}
|
|
|
|
|