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.
363 lines
8.1 KiB
363 lines
8.1 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
view.data-v-6fa2583d {
|
|
box-sizing: content-box;
|
|
}
|
|
.bg.data-v-6fa2583d {
|
|
min-height: 100vh;
|
|
overflow-x: hidden;
|
|
background: white;
|
|
padding-bottom: 200rpx;
|
|
}
|
|
.bg.honorBG.data-v-6fa2583d {
|
|
background: #F1F1F1;
|
|
}
|
|
.empty-value.data-v-6fa2583d {
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
}
|
|
.nickname-box.data-v-6fa2583d {
|
|
display: flex;
|
|
align-items: center;
|
|
background: white;
|
|
margin-bottom: 100rpx;
|
|
font-size: 30rpx;
|
|
height: 70rpx;
|
|
border-bottom: 1rpx solid #D8D8D8;
|
|
}
|
|
.nickname-box ._span.data-v-6fa2583d {
|
|
flex-shrink: 0;
|
|
}
|
|
.nickname-box input.data-v-6fa2583d {
|
|
flex: 1;
|
|
font-size: 30rpx;
|
|
display: block;
|
|
}
|
|
.user-other-info.data-v-6fa2583d {
|
|
padding: 30rpx;
|
|
}
|
|
.userinfo-item.data-v-6fa2583d {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
position: relative;
|
|
}
|
|
.userinfo-item ._span.data-v-6fa2583d {
|
|
flex-shrink: 0;
|
|
width: 140rpx;
|
|
}
|
|
.userinfo-item > view.data-v-6fa2583d {
|
|
flex: 1;
|
|
padding: 40rpx 10rpx 40rpx 0;
|
|
margin-left: 30rpx;
|
|
border-bottom: 1px solid #D8D8D8;
|
|
}
|
|
.btn-tao.data-v-6fa2583d {
|
|
width: 333rpx;
|
|
height: 80rpx;
|
|
background: #96684F;
|
|
border-radius: 40rpx;
|
|
text-align: center;
|
|
font-size: 30rpx;
|
|
line-height: 80rpx;
|
|
color: #FFFFFF;
|
|
margin: 68rpx auto 0;
|
|
}
|
|
.popup-box.data-v-6fa2583d {
|
|
border-radius: 0rpx;
|
|
background: #fff;
|
|
overflow: hidden;
|
|
}
|
|
.popup-box .btn-top.data-v-6fa2583d {
|
|
padding: 26rpx 26rpx 0 26rpx;
|
|
color: #999999;
|
|
font-size: 31rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.popup-box .popup-content.data-v-6fa2583d {
|
|
max-height: 500rpx;
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
.popup-box .popup-item.data-v-6fa2583d {
|
|
width: 697rpx;
|
|
height: 99rpx;
|
|
font-weight: 500;
|
|
font-size: 31rpx;
|
|
color: #12293C;
|
|
margin: auto;
|
|
border-bottom: 1rpx solid #D8D8D8;
|
|
position: relative;
|
|
}
|
|
.popup-box .popup-item .cover-picker.data-v-6fa2583d {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
.popup-box .popup-item.active.data-v-6fa2583d {
|
|
color: #96684F;
|
|
}
|
|
.popup-box .popup-item.data-v-6fa2583d:last-of-type {
|
|
border: none;
|
|
}
|
|
.popup-box .active-img.data-v-6fa2583d {
|
|
position: absolute;
|
|
right: 10rpx;
|
|
}
|
|
.popup-box .popup-btns.data-v-6fa2583d {
|
|
width: 100%;
|
|
height: 153rpx;
|
|
background: #FFFFFF;
|
|
color: #12293C;
|
|
border-top: 13rpx solid #F2F2F2;
|
|
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(82, 82, 82, 0.25);
|
|
padding: 40rpx 26rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.popup-box .popup-btns view.data-v-6fa2583d {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 73.33rpx;
|
|
line-height: 73.33rpx;
|
|
background: #DC2525;
|
|
border-radius: 11rpx;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
}
|
|
.del-num.data-v-6fa2583d {
|
|
position: absolute;
|
|
top: -5rpx;
|
|
right: -10rpx;
|
|
background: #E5131B;
|
|
color: white;
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
text-align: center;
|
|
line-height: 24rpx;
|
|
font-size: 20rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.language-doc-container.data-v-6fa2583d {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
padding-top: 40rpx;
|
|
}
|
|
.language-doc-container ._span.data-v-6fa2583d {
|
|
flex-shrink: 0;
|
|
width: 140rpx;
|
|
}
|
|
.language-doc-container .img-container.data-v-6fa2583d {
|
|
flex: 1;
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding-left: 20rpx;
|
|
}
|
|
.language-doc-container .img-container .doc-image.data-v-6fa2583d {
|
|
width: 141rpx;
|
|
height: 151rpx;
|
|
border-radius: 13rpx;
|
|
margin: 0 40rpx 20rpx 0;
|
|
background: #F1F1F1;
|
|
position: relative;
|
|
}
|
|
.language-doc-container .img-container .doc-del.data-v-6fa2583d {
|
|
width: 40rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
background: black;
|
|
color: white;
|
|
position: absolute;
|
|
top: -10rpx;
|
|
right: -10rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.language-doc-container .img-container .upload-image.data-v-6fa2583d {
|
|
width: 43rpx;
|
|
height: 41rpx;
|
|
}
|
|
.userinfo-item .point.data-v-6fa2583d {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.userinfo-item .point input.data-v-6fa2583d {
|
|
font-size: 28rpx;
|
|
}
|
|
.userinfo-item .point .del-icon.data-v-6fa2583d {
|
|
padding-left: 20rpx;
|
|
}
|
|
.add-btn.data-v-6fa2583d {
|
|
width: 343rpx;
|
|
height: 72rpx;
|
|
background: #F1F1F1;
|
|
border-radius: 13rpx;
|
|
line-height: 72rpx;
|
|
text-align: center;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
margin: 55rpx auto 0;
|
|
}
|
|
.video-upload-container.data-v-6fa2583d {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.video-upload-container .upload-image.data-v-6fa2583d {
|
|
width: 72rpx;
|
|
height: 68.67rpx;
|
|
}
|
|
.video-upload-container .video-upload-image.data-v-6fa2583d {
|
|
width: 330rpx;
|
|
height: 330rpx;
|
|
background: #F1F1F1;
|
|
border-radius: 10rpx;
|
|
margin-bottom: 20rpx;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.video-upload-container .video-upload-image .cover-div.data-v-6fa2583d {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.video-upload-container .video-upload-image .cover-div .cover-play.data-v-6fa2583d {
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: white;
|
|
position: absolute;
|
|
z-index: 5;
|
|
}
|
|
.video-upload-container .video-upload-image .cover-div .delete-container.data-v-6fa2583d {
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
z-index: 10;
|
|
padding: 20rpx;
|
|
}
|
|
.video-upload-container .video-upload-image .cover-div .delete-container image.data-v-6fa2583d {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.video-upload-container .video-upload-image .cover-div .delete-container.selected.data-v-6fa2583d {
|
|
background: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.bottom-btn.data-v-6fa2583d {
|
|
padding: 66rpx 80rpx 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.bottom-btn .btn.data-v-6fa2583d {
|
|
width: 244rpx;
|
|
height: 81rpx;
|
|
border-radius: 40rpx;
|
|
border: 1px solid #000000;
|
|
line-height: 81rpx;
|
|
text-align: center;
|
|
font-weight: 500;
|
|
font-size: 36rpx;
|
|
color: #010101;
|
|
}
|
|
.bottom-btn .btn.data-v-6fa2583d:last-of-type {
|
|
background: #96684F;
|
|
border: none;
|
|
color: #FFFFFF;
|
|
}
|
|
.bottom-btn-fixed.data-v-6fa2583d {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 133rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 0rpx 24rpx 0rpx rgba(102, 102, 102, 0.24);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 92rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.bottom-btn-fixed .btn.data-v-6fa2583d {
|
|
width: 244rpx;
|
|
height: 81rpx;
|
|
border-radius: 40rpx;
|
|
border: 1px solid #000000;
|
|
line-height: 81rpx;
|
|
text-align: center;
|
|
font-weight: 500;
|
|
font-size: 36rpx;
|
|
color: #010101;
|
|
}
|
|
.bottom-btn-fixed .btn.data-v-6fa2583d:last-of-type {
|
|
background: #96684F;
|
|
border: none;
|
|
color: #FFFFFF;
|
|
}
|
|
.honor-item.data-v-6fa2583d {
|
|
background: white;
|
|
border-radius: 13rpx;
|
|
padding: 0 12rpx;
|
|
position: relative;
|
|
margin-bottom: 28rpx;
|
|
}
|
|
.honor-item .del-icon.data-v-6fa2583d {
|
|
position: absolute;
|
|
bottom: 5rpx;
|
|
right: 5rpx;
|
|
}
|
|
.icon-select.data-v-6fa2583d {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.icon-select.data-v-6fa2583d::after {
|
|
content: "";
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
margin-left: 6rpx;
|
|
background-image: url("https://static.ticket.sz-trip.com/tongli/images/user/rightIcon-gray.png");
|
|
background-size: 100% 100%;
|
|
}
|
|
|