|
|
@charset "UTF-8";
|
|
|
/**
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
*
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
*
|
|
|
*/
|
|
|
/**
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
*
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
*/
|
|
|
/* 颜色变量 */
|
|
|
/* 行为相关颜色 */
|
|
|
/* 文字基本颜色 */
|
|
|
/* 背景颜色 */
|
|
|
/* 边框颜色 */
|
|
|
/* 尺寸变量 */
|
|
|
/* 文字尺寸 */
|
|
|
/* 图片尺寸 */
|
|
|
/* Border Radius */
|
|
|
/* 水平间距 */
|
|
|
/* 垂直间距 */
|
|
|
/* 透明度 */
|
|
|
/* 文章场景相关 */
|
|
|
.data-v-5adf3af8 .line {
|
|
|
color: #c0c4cc;
|
|
|
font-size: 28rpx;
|
|
|
}
|
|
|
.wrap.data-v-5adf3af8 {
|
|
|
background-color: #f2f2f2;
|
|
|
}
|
|
|
.wrap .top.data-v-5adf3af8 {
|
|
|
background-color: #ffffff;
|
|
|
border-top: solid 2rpx #e4e7ed;
|
|
|
padding: 22rpx;
|
|
|
}
|
|
|
.wrap .top .item.data-v-5adf3af8 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
font-size: 32rpx;
|
|
|
line-height: 45rpx;
|
|
|
padding: 30rpx 0;
|
|
|
-webkit-box-align: center;
|
|
|
-webkit-align-items: center;
|
|
|
align-items: center;
|
|
|
border-bottom: solid 2rpx #e4e7ed;
|
|
|
}
|
|
|
.wrap .top .item .left.data-v-5adf3af8 {
|
|
|
width: 180rpx;
|
|
|
}
|
|
|
.wrap .top .item input.data-v-5adf3af8 {
|
|
|
text-align: left;
|
|
|
-webkit-box-flex: 1;
|
|
|
-webkit-flex: 1;
|
|
|
flex: 1;
|
|
|
}
|
|
|
.wrap .top .address.data-v-5adf3af8 {
|
|
|
padding: 20rpx 0;
|
|
|
}
|
|
|
.wrap .top .address textarea.data-v-5adf3af8 {
|
|
|
height: 150rpx;
|
|
|
background-color: #f7f7f7;
|
|
|
line-height: 60rpx;
|
|
|
margin: 20rpx auto;
|
|
|
padding: 20rpx;
|
|
|
}
|
|
|
.wrap .top .site-clipboard.data-v-5adf3af8 {
|
|
|
padding-right: 40rpx;
|
|
|
}
|
|
|
.wrap .top .site-clipboard textarea.data-v-5adf3af8 {
|
|
|
height: 150rpx;
|
|
|
background-color: #f7f7f7;
|
|
|
line-height: 60rpx;
|
|
|
margin: 40rpx auto;
|
|
|
padding: 20rpx;
|
|
|
}
|
|
|
.wrap .top .site-clipboard .clipboard.data-v-5adf3af8 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: center;
|
|
|
-webkit-justify-content: center;
|
|
|
justify-content: center;
|
|
|
-webkit-box-align: center;
|
|
|
-webkit-align-items: center;
|
|
|
align-items: center;
|
|
|
font-size: 26rpx;
|
|
|
color: #909399;
|
|
|
height: 80rpx;
|
|
|
}
|
|
|
.wrap .top .site-clipboard .clipboard .icon.data-v-5adf3af8 {
|
|
|
margin-top: 6rpx;
|
|
|
margin-left: 10rpx;
|
|
|
}
|
|
|
.wrap .bottom.data-v-5adf3af8 {
|
|
|
margin-top: 20rpx;
|
|
|
padding: 40rpx;
|
|
|
background-color: #ffffff;
|
|
|
font-size: 28rpx;
|
|
|
}
|
|
|
.wrap .bottom .tag.data-v-5adf3af8 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
}
|
|
|
.wrap .bottom .tag .left.data-v-5adf3af8 {
|
|
|
width: 160rpx;
|
|
|
}
|
|
|
.wrap .bottom .tag .right.data-v-5adf3af8 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
.wrap .bottom .tag .right .tags.data-v-5adf3af8 {
|
|
|
width: 140rpx;
|
|
|
padding: 16rpx 8rpx;
|
|
|
border: solid 2rpx #e4e7ed;
|
|
|
text-align: center;
|
|
|
-webkit-border-radius: 50rpx;
|
|
|
border-radius: 50rpx;
|
|
|
margin: 0 10rpx 20rpx;
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
font-size: 28rpx;
|
|
|
-webkit-box-align: center;
|
|
|
-webkit-align-items: center;
|
|
|
align-items: center;
|
|
|
-webkit-box-pack: center;
|
|
|
-webkit-justify-content: center;
|
|
|
justify-content: center;
|
|
|
color: #606266;
|
|
|
line-height: 1;
|
|
|
}
|
|
|
.wrap .bottom .default.data-v-5adf3af8 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: justify;
|
|
|
-webkit-justify-content: space-between;
|
|
|
justify-content: space-between;
|
|
|
border-bottom: solid 2rpx #e4e7ed;
|
|
|
line-height: 64rpx;
|
|
|
}
|
|
|
.wrap .bottom .default .tips.data-v-5adf3af8 {
|
|
|
font-size: 24rpx;
|
|
|
}
|
|
|
.btn-box.data-v-5adf3af8 {
|
|
|
position: fixed;
|
|
|
width: 100%;
|
|
|
bottom: 0;
|
|
|
}
|
|
|
|