Files
tk-mini-program/unpackage/dist/dev/mp-weixin/TUIKit/components/TUIGroup/manage-group/manage-notification.wxss

172 lines
4.1 KiB
Plaintext
Raw Normal View History

2025-05-13 19:39:53 +08:00
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
body.data-v-7e758e1e, div.data-v-7e758e1e, ul.data-v-7e758e1e, ol.data-v-7e758e1e, dt.data-v-7e758e1e, dd.data-v-7e758e1e, li.data-v-7e758e1e, dl.data-v-7e758e1e, h1.data-v-7e758e1e, h2.data-v-7e758e1e, h3.data-v-7e758e1e, h4.data-v-7e758e1e, p.data-v-7e758e1e {
margin: 0;
padding: 0;
font-style: normal;
/* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */
}
ol.data-v-7e758e1e, ul.data-v-7e758e1e, li.data-v-7e758e1e {
list-style: none;
}
img.data-v-7e758e1e {
border: 0;
vertical-align: middle;
pointer-events: none;
}
body.data-v-7e758e1e {
color: #000;
background: #FFF;
}
.clear.data-v-7e758e1e {
clear: both;
height: 1px;
width: 100%;
overflow: hidden;
margin-top: -1px;
}
a.data-v-7e758e1e {
color: #000;
text-decoration: none;
cursor: pointer;
}
a.data-v-7e758e1e:hover {
text-decoration: none;
}
input.data-v-7e758e1e, textarea.data-v-7e758e1e {
-webkit-user-select: auto;
user-select: auto;
}
input.data-v-7e758e1e:focus, input.data-v-7e758e1e:active, textarea.data-v-7e758e1e:focus, textarea.data-v-7e758e1e:active {
outline: none;
}
.chat-aside.data-v-7e758e1e {
position: absolute;
top: 50px;
right: 0;
box-sizing: border-box;
width: 360px !important;
border-radius: 8px 0 0 8px;
z-index: 9999;
max-height: calc(100% - 50px);
}
.notification.data-v-7e758e1e {
flex: 1;
padding: 20px;
display: flex;
flex-direction: column;
word-break: break-all;
}
.notification .row.data-v-7e758e1e {
flex: 1;
font-size: 14px;
}
.notification .row .row-p.data-v-7e758e1e {
text-align: center;
padding-bottom: 20px;
}
.notification .textarea.data-v-7e758e1e {
margin-bottom: 20px;
box-sizing: border-box;
padding: 10px;
border: 1px solid #e8e8e9;
resize: none;
font-size: 14px;
height: 100%;
}
.notification .uni-height.data-v-7e758e1e {
height: 20vh;
}
.notification .footer.data-v-7e758e1e {
display: flex;
justify-content: flex-end;
padding: 20px 10px;
}
.btn.data-v-7e758e1e {
background: #3370ff;
border: 0 solid #2f80ed;
padding: 4px 28px;
font-weight: 400;
font-size: 12px;
color: #fff;
line-height: 24px;
border-radius: 4px;
}
.btn-cancel.data-v-7e758e1e {
background: #fff;
border: 1px solid #ddd;
color: #828282;
}
.edit-h5.data-v-7e758e1e {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: flex-end;
z-index: 1;
}
.edit-h5 .edit-h5-main.data-v-7e758e1e {
background: #fff;
flex: 1;
padding: 18px;
border-radius: 12px 12px 0 0;
width: 80vw;
}
.edit-h5-header.data-v-7e758e1e {
display: flex;
align-items: center;
justify-content: space-between;
}
.edit-h5-header .close.data-v-7e758e1e {
font-family: PingFangSC-Regular;
font-weight: 400;
font-size: 18px;
color: #3370ff;
letter-spacing: 0;
line-height: 27px;
}
.edit-h5-footer.data-v-7e758e1e {
display: flex;
}
.edit-h5-footer .btn.data-v-7e758e1e {
flex: 1;
border: none;
background: #147aff;
border-radius: 5px;
font-family: PingFangSC-Regular;
font-weight: 400;
font-size: 16px;
color: #fff;
letter-spacing: 0;
line-height: 27px;
padding: 8px 0;
}
.edit-h5-footer .btn.data-v-7e758e1e:disabled {
opacity: 0.3;
}