weliam-smartcity智慧城市
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.
 
 
 
 

205 lines
4.4 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.cantButton {
pointer-events: none;
}
.closeImg {
margin: 40rpx auto 0 auto;
width: 42rpx;
height: 42rpx;
}
.closeImg > image {
width: 42rpx;
height: 42rpx;
}
.popView {
width: 512rpx;
height: 537rpx;
background: white;
border-radius: 10rpx;
}
.popImg {
text-align: center;
padding: 30rpx;
}
.popImg > ._span {
font-size: 28rpx;
color: #333333;
}
.imgView {
margin: 20rpx auto 0 auto;
width: 359rpx;
height: 359rpx;
}
.imgView > image {
width: 359rpx;
height: 359rpx;
}
page {
background-color: #f7f7f7;
}
.container .color-33 {
color: #333333;
}
.container .color-99 {
color: #999999;
}
.container .record-dialog {
z-index: 10;
position: fixed;
background: rgba(0, 0, 0, 0.7);
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.container .record-dialog .record-dialog-main {
border-radius: 10rpx;
padding: 0 76rpx 56rpx 76rpx;
z-index: 11;
background: #ffffff;
position: relative;
}
.container .record-dialog .record-dialog-main .qrcode {
width: 359rpx;
height: 359rpx;
}
.container .record-dialog .record-dialog-btns {
position: absolute;
bottom: -64rpx;
left: 0;
right: 0;
}
.container .record-dialog .record-dialog-btns .btn {
width: 42rpx;
height: 42rpx;
text-align: center;
line-height: 42rpx;
border: 2rpx solid white;
border-radius: 50%;
color: #ffffff;
}
.container .record-dialog .record-picker-view {
margin: 40rpx 30rpx;
box-sizing: border-box;
width: 540rpx;
height: 240rpx;
}
.container .circle {
width: 14rpx;
height: 14rpx;
background: #45e7ab;
border-radius: 50%;
margin-right: 4px;
}
.container .addbtn {
position: fixed;
left: 30rpx;
right: 30rpx;
bottom: 130rpx;
height: 90rpx;
line-height: 90rpx;
text-align: center;
border-radius: 45rpx;
font-size: 28rpx;
color: #ffffff;
background: #3388ff;
}
.container .clerklist-content {
padding-bottom: 120rpx;
margin-top: 37rpx;
}
.container .clerklist-content .tool-tab {
padding: 30rpx 0;
}
.container .clerklist-content .tool-tab .tool-tab-title {
padding: 0 30rpx;
}
.container .clerklist-content .tool-tab .tool-item .tool-item-icon {
margin: 0 auto 20rpx;
display: block;
width: 80rpx;
height: 80rpx;
}
.container .clerklist-content .menu-style {
background-color: #ffffff;
position: relative;
padding: 30rpx;
border-radius: 10rpx;
}
.container .clerklist-content .menu-style .iconbox {
width: 24rpx;
height: 24rpx;
margin-left: 16rpx;
border-radius: 50%;
}
.container .clerklist-content .menu-style .clerklist-btns {
font-size: 24rpx;
text-align: center;
}
.container .clerklist-content .menu-style .clerklist-btns .edit {
width: 124rpx;
height: 44rpx;
line-height: 44rpx;
background: #f5faff;
border-radius: 6px;
color: #3388ff;
margin-right: 20rpx;
}
.container .clerklist-content .menu-style .clerklist-btns .switch {
width: 76rpx;
height: 44rpx;
line-height: 44rpx;
border: 1rpx solid #f62d26;
border-radius: 6rpx;
color: #ff4444;
}
.container .clerklist-content .menu-style .clerklist-btns .switchOn {
line-height: 44rpx;
width: 76rpx;
height: 44rpx;
background: #3388ff;
border-radius: 6rpx;
color: white;
font-size: 24rpx;
border: 1rpx solid rgba(0, 0, 0, 0);
}
.container .clerklist-content .menu-style .clerklist-btns .switch.on {
width: 76rpx;
height: 44rpx;
line-height: 44rpx;
color: white;
background: #3388ff;
border: none;
}
.container .clerklist-content .menu-style .menu-style-bg {
width: 80rpx;
height: 80rpx;
margin-right: 20rpx;
border-radius: 80rpx;
}