322 lines
7.1 KiB
Plaintext
322 lines
7.1 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.row.data-v-a6a7913a {
|
||
padding: 30rpx 30rpx 0;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
.row .left.data-v-a6a7913a {
|
||
font-size: 38rpx;
|
||
color: #000000;
|
||
}
|
||
.row .tip.data-v-a6a7913a {
|
||
color: #9ca3af;
|
||
font-size: 32rpx;
|
||
}
|
||
.row .right.data-v-a6a7913a {
|
||
display: flex;
|
||
align-items: center;
|
||
color: #6b7280;
|
||
font-size: 31rpx;
|
||
}
|
||
.navbox.data-v-a6a7913a {
|
||
padding-bottom: 20rpx;
|
||
background-color: #f9fafb;
|
||
position: relative;
|
||
height: 200rpx;
|
||
background: radial-gradient(60% 90% at 4% 2%, #43c9c3 0%, rgba(255, 255, 255, 0) 100%);
|
||
}
|
||
.navbox .bg.data-v-a6a7913a {
|
||
z-index: 0;
|
||
top: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
position: absolute;
|
||
background: radial-gradient(43% 90% at 84% 6%, #ffd6c9 0%, rgba(255, 255, 255, 0) 100%);
|
||
}
|
||
.navbox .namebox.data-v-a6a7913a {
|
||
padding-top: 102rpx;
|
||
justify-content: center;
|
||
margin: 0rpx 30rpx 0rpx;
|
||
position: relative;
|
||
display: flex;
|
||
}
|
||
.navbox .namebox .back.data-v-a6a7913a {
|
||
position: absolute;
|
||
left: 0;
|
||
}
|
||
.navbox .namebox .name.data-v-a6a7913a {
|
||
margin-left: 16rpx;
|
||
font-size: 30rpx;
|
||
color: #111827;
|
||
}
|
||
.navbox .search.data-v-a6a7913a {
|
||
margin: 40rpx 30rpx 0rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.navbox .search .searchwrap.data-v-a6a7913a {
|
||
display: flex;
|
||
align-items: center;
|
||
flex: 1;
|
||
padding-left: 28rpx;
|
||
margin-right: 23rpx;
|
||
height: 80rpx;
|
||
background: #fbfbfb;
|
||
box-shadow: 0px 4rpx 10rpx 0px rgba(153, 153, 153, 0.5);
|
||
border-radius: 40rpx;
|
||
}
|
||
.navbox .search .searchwrap .ipt.data-v-a6a7913a {
|
||
margin-left: 15rpx;
|
||
font-size: 28rpx;
|
||
}
|
||
.container.data-v-a6a7913a {
|
||
position: absolute;
|
||
top: 180rpx;
|
||
left: 0;
|
||
bottom: 200rpx;
|
||
width: 100%;
|
||
}
|
||
.editorbox.data-v-a6a7913a {
|
||
width: 100%;
|
||
height: 100%;
|
||
font-size: 16px;
|
||
box-sizing: border-box;
|
||
overflow-y: scroll;
|
||
padding: 10rpx 30rpx 10rpx;
|
||
}
|
||
.ql-active.data-v-a6a7913a {
|
||
color: #22C704;
|
||
}
|
||
.btn.data-v-a6a7913a {
|
||
flex: 1;
|
||
width: 180rpx;
|
||
background: #3cc7c0;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-size: 30rpx;
|
||
color: #fff;
|
||
height: 60rpx;
|
||
border-radius: 8rpx;
|
||
}
|
||
.iconfont.data-v-a6a7913a {
|
||
display: inline-block;
|
||
width: 30px;
|
||
height: 30px;
|
||
cursor: pointer;
|
||
font-size: 20px;
|
||
}
|
||
.toolbar.data-v-a6a7913a {
|
||
box-sizing: border-box;
|
||
padding: 0 10px;
|
||
height: 50px;
|
||
width: 100%;
|
||
position: fixed;
|
||
left: 0;
|
||
right: 100%;
|
||
bottom: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
border: 1px solid #ECECEC;
|
||
border-left: none;
|
||
border-right: none;
|
||
}
|
||
.page.data-v-a6a7913a {
|
||
position: fixed;
|
||
width: 100%;
|
||
height: 100vh;
|
||
background-color: #fff;
|
||
bottom: 0;
|
||
z-index: 999;
|
||
}
|
||
.toolbox.data-v-a6a7913a {
|
||
/* border-top: 2rpx solid #f3f4f6; */
|
||
padding: 22rpx 30rpx;
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.toolbox .cellbox.data-v-a6a7913a {
|
||
width: 480rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
/* justify-content: space-between; */
|
||
}
|
||
.toolbox .imgbox.data-v-a6a7913a {
|
||
width: 32rpx;
|
||
height: 32rpx;
|
||
}
|
||
.toolbox .imgbox.active.data-v-a6a7913a {
|
||
margin-top: -9rpx;
|
||
}
|
||
.toolbox .cell.data-v-a6a7913a {
|
||
width: 134rpx;
|
||
margin-right: 20rpx;
|
||
display: flex;
|
||
flex-wrap: nowrap;
|
||
align-items: center;
|
||
}
|
||
.toolbox .cell .name.data-v-a6a7913a {
|
||
font-size: 25rpx;
|
||
margin-left: 4rpx;
|
||
color: #4b5563;
|
||
white-space: nowrap;
|
||
}
|
||
.toolbox .cell.data-v-a6a7913a:last-child {
|
||
margin-right: 0;
|
||
}
|
||
.toolbox .cell.active.data-v-a6a7913a {
|
||
opacity: 0.65;
|
||
}
|
||
.draftpop .titlebox.data-v-a6a7913a {
|
||
text-align: center;
|
||
padding: 30rpx;
|
||
font-size: 31rpx;
|
||
color: #111827;
|
||
position: relative;
|
||
}
|
||
.draftpop .titlebox .close.data-v-a6a7913a {
|
||
position: absolute;
|
||
top: 20rpx;
|
||
right: 30rpx;
|
||
}
|
||
.draftpop .draftlist.data-v-a6a7913a {
|
||
height: calc(100vh - 500rpx);
|
||
overflow-y: scroll;
|
||
}
|
||
.draftpop .draftlist .cell.data-v-a6a7913a {
|
||
padding-bottom: 34rpx;
|
||
border-bottom: 2rpx solid #e5e7eb;
|
||
}
|
||
.draftpop .draftlist .cell .title.data-v-a6a7913a {
|
||
margin: 15rpx 30rpx 0;
|
||
font-size: 36rpx;
|
||
color: #111827;
|
||
line-height: 46rpx;
|
||
}
|
||
.draftpop .draftlist .cell .smalltitle.data-v-a6a7913a {
|
||
margin: 4px 0rpx 0;
|
||
font-size: 30rpx;
|
||
color: #666666;
|
||
line-height: 38rpx;
|
||
}
|
||
.draftpop .draftlist .cell .con.data-v-a6a7913a {
|
||
font-size: 30rpx;
|
||
color: #666666;
|
||
line-height: 38rpx;
|
||
font-size: 30rpx;
|
||
color: #666666;
|
||
line-height: 38rpx;
|
||
}
|
||
.draftpop .draftlist .cell .deal.data-v-a6a7913a {
|
||
margin: 36rpx 30rpx 0;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
.draftpop .draftlist .cell .deal .time.data-v-a6a7913a {
|
||
font-size: 26rpx;
|
||
color: #9ca3af;
|
||
}
|
||
.draftpop .draftlist .cell .deal .right.data-v-a6a7913a {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.draftpop .draftlist .cell .deal .del.data-v-a6a7913a {
|
||
width: 138rpx;
|
||
height: 62rpx;
|
||
background: #f3f4f6;
|
||
display: flex;
|
||
border-radius: 20rpx;
|
||
align-items: center;
|
||
font-size: 27rpx;
|
||
color: #4b5563;
|
||
justify-content: center;
|
||
}
|
||
.draftpop .draftlist .cell .deal .edit.data-v-a6a7913a {
|
||
margin-left: 23rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 192rpx;
|
||
height: 62rpx;
|
||
font-size: 27rpx;
|
||
color: #ffffff;
|
||
background: #3cc7c0;
|
||
border-radius: 20rpx;
|
||
}
|
||
.titlepop .top.data-v-a6a7913a {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: flex-end;
|
||
margin: 0 30rpx;
|
||
margin-bottom: 30rpx;
|
||
font-size: 30rpx;
|
||
color: #3cc7c0;
|
||
}
|
||
.titlepop .con.data-v-a6a7913a {
|
||
padding-bottom: 50rpx;
|
||
}
|
||
.titlepop .cellbox.data-v-a6a7913a {
|
||
margin: 20rpx 30rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.titlepop .cellbox .cell.data-v-a6a7913a {
|
||
width: 200rpx;
|
||
height: 60rpx;
|
||
border-radius: 25rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
background: #e5e7eb78;
|
||
font-size: 24rpx;
|
||
}
|
||
.upage.data-v-a6a7913a .ql-container {
|
||
padding-bottom: 25rpx;
|
||
height: calc(100vh - 600rpx) !important;
|
||
}
|
||
.upage.data-v-a6a7913a .ql-container {
|
||
padding-bottom: 25rpx;
|
||
height: calc(100vh - 700rpx);
|
||
}
|
||
.upage.data-v-a6a7913a .ql-container img {
|
||
max-width: 100%;
|
||
position: relative;
|
||
left: 50%;
|
||
transform: translateX(-50%);
|
||
}
|
||
.upage.data-v-a6a7913a .ql-container image {
|
||
max-width: 100%;
|
||
position: relative;
|
||
left: 50%;
|
||
transform: translateX(-50%);
|
||
} |