541 lines
12 KiB
Plaintext
541 lines
12 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.videobox.data-v-eca06f3c {
|
||
padding: 20rpx 30rpx;
|
||
}
|
||
.videobox .cloumn.data-v-eca06f3c {
|
||
padding-bottom: 30rpx;
|
||
}
|
||
.videobox.data-v-eca06f3c .video {
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
.videobox .con.data-v-eca06f3c .img {
|
||
width: 100%;
|
||
}
|
||
.zanboxpop.data-v-eca06f3c {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 100%;
|
||
}
|
||
.zanboxpop .zanwraper.data-v-eca06f3c {
|
||
width: 630rpx;
|
||
margin: 0 auto;
|
||
padding-bottom: 50rpx;
|
||
background: #f5f6f9;
|
||
border-radius: 16rpx;
|
||
}
|
||
.zanboxpop .zanwraper .title.data-v-eca06f3c {
|
||
margin-top: 48rpx;
|
||
text-align: center;
|
||
font-weight: 500;
|
||
font-size: 36rpx;
|
||
color: rgba(0, 0, 0, 0.85);
|
||
}
|
||
.zanboxpop .zanwraper .content.data-v-eca06f3c {
|
||
padding: 30rpx 0;
|
||
background: #f5f6f9;
|
||
text-align: center;
|
||
}
|
||
.zanboxpop .zanwraper .content.data-v-eca06f3c .imgstyle {
|
||
max-width: 100% !important;
|
||
}
|
||
.zanboxpop .zanwraper .content.data-v-eca06f3c ._block {
|
||
text-align: left !important;
|
||
}
|
||
.zanboxpop .zanwraper .count.data-v-eca06f3c {
|
||
margin-top: 24rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
text-align: center;
|
||
justify-content: center;
|
||
font-weight: 400;
|
||
font-size: 28rpx;
|
||
color: rgba(0, 0, 0, 0.65);
|
||
}
|
||
.zanboxpop .zanwraper .count .num.data-v-eca06f3c {
|
||
color: #ff0000;
|
||
font-size: 32rpx;
|
||
}
|
||
.zanboxpop .zanwraper .count .earn.data-v-eca06f3c {
|
||
font-size: 32rpx;
|
||
color: #3cc7c0;
|
||
}
|
||
.zanboxpop .zanwraper .countbox.data-v-eca06f3c {
|
||
display: flex;
|
||
width: 100%;
|
||
margin: 30rpx 0px 40rpx;
|
||
padding: 0 40rpx;
|
||
justify-content: center;
|
||
box-sizing: border-box;
|
||
}
|
||
.zanboxpop .zanwraper .countbox .minus.data-v-eca06f3c {
|
||
flex-shrink: 0;
|
||
margin-left: 10rp;
|
||
width: 90rpx;
|
||
height: 90rpx;
|
||
font-size: 60rpx;
|
||
color: #333;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
background: #ffffff;
|
||
border-radius: 12rpx;
|
||
border: 2rpx solid #e9e9e9;
|
||
}
|
||
.zanboxpop .zanwraper .countbox .add.data-v-eca06f3c {
|
||
flex-shrink: 0;
|
||
width: 90rpx;
|
||
margin-left: 10rpx;
|
||
height: 90rpx;
|
||
font-size: 60rpx;
|
||
color: #333;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
color: #fff;
|
||
background: #3cc7c0;
|
||
border-radius: 12rpx;
|
||
border: 2rpx solid #3cc7c0;
|
||
}
|
||
.zanboxpop .zanwraper .countbox.data-v-eca06f3c .u-input__content__field-wrapper__field {
|
||
height: 60rpx;
|
||
font-size: 34rpx !important;
|
||
text-align: center !important;
|
||
}
|
||
.zanboxpop .zanwraper .countbox.data-v-eca06f3c .u-input {
|
||
background: #f2f2f2;
|
||
width: 200rpx !important;
|
||
flex: none;
|
||
}
|
||
.zanboxpop .zanwraper .countbox.data-v-eca06f3c .u-input--radius {
|
||
border-radius: 24rrpx;
|
||
}
|
||
.zanboxpop .zanwraper .btnbox.data-v-eca06f3c {
|
||
margin: 0px 40rpx 0px;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.zanboxpop .zanwraper .btnbox .cancle.data-v-eca06f3c {
|
||
color: rgba(0, 0, 0, 0.3);
|
||
width: 256rpx;
|
||
height: 88rpx;
|
||
background: #f5f6f9;
|
||
border-radius: 25px;
|
||
border: 2rpx solid rgba(0, 0, 0, 0.15);
|
||
font-weight: 500;
|
||
font-size: 32rpx;
|
||
color: rgba(0, 0, 0, 0.85);
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.zanboxpop .zanwraper .btnbox .ok.data-v-eca06f3c {
|
||
color: #fff;
|
||
width: 256rpx;
|
||
height: 88rpx;
|
||
background: #3cc7c0;
|
||
border-radius: 25px;
|
||
border: 2rpx solid #3cc7c0;
|
||
font-weight: 500;
|
||
font-size: 32rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.commentPop.data-v-eca06f3c {
|
||
height: calc(100vh - 400rpx);
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
.commentPop .commentScroll.data-v-eca06f3c {
|
||
flex: 1;
|
||
overflow-y: scroll;
|
||
margin-bottom: 96rpx;
|
||
}
|
||
.commentPop .bottom.data-v-eca06f3c {
|
||
border-top: 2rpx solid #efefef;
|
||
height: 96rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
background: #fff;
|
||
}
|
||
.commentPop .bottom.data-v-eca06f3c .u-input__content__field-wrapper__field {
|
||
height: 50rpx;
|
||
}
|
||
.commentPop .bottom.data-v-eca06f3c .u-input {
|
||
background: #f2f2f2;
|
||
}
|
||
.commentPop .bottom.data-v-eca06f3c .u-input--radius {
|
||
border-radius: 40rpx;
|
||
}
|
||
.commentPop .title.data-v-eca06f3c {
|
||
height: 100rpx;
|
||
line-height: 100rpx;
|
||
text-align: center;
|
||
position: relative;
|
||
border-bottom: 2rpx solid #e7e7e7;
|
||
}
|
||
.commentPop .title .close.data-v-eca06f3c {
|
||
position: absolute;
|
||
right: 20rpx;
|
||
top: 30rpx;
|
||
}
|
||
.commentPop .unit .item.data-v-eca06f3c {
|
||
margin-top: 12rpx;
|
||
border-bottom: 2rpx solid #e7e7e7;
|
||
}
|
||
.dealbox .dealcell.data-v-eca06f3c {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 112rpx;
|
||
font-size: 32rpx;
|
||
color: rgba(0, 0, 0, 0.9);
|
||
border-bottom: 2rpx solid #efefef;
|
||
}
|
||
.expand.data-v-eca06f3c {
|
||
display: flex;
|
||
font-size: 32rpx;
|
||
padding: 12rpx 0;
|
||
color: #3cc7c0;
|
||
}
|
||
.commentcon .item.data-v-eca06f3c {
|
||
display: flex;
|
||
padding: 30rpx 35rpx 16rpx;
|
||
}
|
||
.commentcon .item .info.data-v-eca06f3c {
|
||
margin-left: 24rpx;
|
||
flex: 1;
|
||
}
|
||
.commentcon .item .info .user.data-v-eca06f3c {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.commentcon .item .info .user .namebox.data-v-eca06f3c {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.commentcon .item .info .user .namebox.data-v-eca06f3c .u-image {
|
||
background: none !important;
|
||
padding-bottom: 16rpx;
|
||
}
|
||
.commentcon .item .info .user .namebox .selfImg.data-v-eca06f3c {
|
||
padding-bottom: 6rpx;
|
||
}
|
||
.commentcon .item .info .user .namebox .name.data-v-eca06f3c {
|
||
margin-right: 6rpx;
|
||
font-size: 34rpx;
|
||
}
|
||
.commentcon .item .info .user .dot.data-v-eca06f3c {
|
||
font-size: 32rpx;
|
||
}
|
||
.commentcon .item .info .question.data-v-eca06f3c {
|
||
margin-top: 15rpx;
|
||
font-size: 30rpx;
|
||
margin-bottom: 0px;
|
||
line-height: 54rpx;
|
||
color: #333;
|
||
white-space: pre-wrap;
|
||
word-wrap: break-word;
|
||
word-break: break-all;
|
||
}
|
||
.commentcon .item .info .commentImg.data-v-eca06f3c {
|
||
margin-top: 16rpx;
|
||
}
|
||
.commentcon .item .info .date.data-v-eca06f3c {
|
||
font-size: 30rpx;
|
||
color: #666666;
|
||
line-height: 34px;
|
||
}
|
||
.comnum.data-v-eca06f3c {
|
||
padding: 0 30rpx;
|
||
background: #fff;
|
||
display: flex;
|
||
height: 100rpx;
|
||
align-items: center;
|
||
border-bottom: 1px solid #e7e7e7;
|
||
}
|
||
.comnum .imgcon.data-v-eca06f3c {
|
||
margin-top: 10rpx;
|
||
}
|
||
.comnum.data-v-eca06f3c .u-image {
|
||
background: none !important;
|
||
}
|
||
.comnum .num.data-v-eca06f3c {
|
||
margin-left: 10rpx;
|
||
font-size: 32rpx;
|
||
}
|
||
.content.data-v-eca06f3c {
|
||
background-color: #fff;
|
||
}
|
||
.votebox.data-v-eca06f3c {
|
||
padding: 30rpx;
|
||
background: #fff;
|
||
}
|
||
.votebox.data-v-eca06f3c .u-radio__label-wrap {
|
||
flex: 1;
|
||
}
|
||
.votebox.data-v-eca06f3c .u-radio {
|
||
padding: 16rpx;
|
||
}
|
||
.votebox .group.data-v-eca06f3c {
|
||
margin-top: 20rpx;
|
||
}
|
||
.votebox .group .row.data-v-eca06f3c {
|
||
border-radius: 20rpx;
|
||
border: 2rpx solid #B8B8B8;
|
||
background: #fff;
|
||
margin-bottom: 24rpx;
|
||
}
|
||
.votebox .btn.data-v-eca06f3c {
|
||
margin: 50rpx 40rpx 0;
|
||
height: 92rpx;
|
||
background: #3cc7c0;
|
||
border-radius: 46rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-size: 32rpx;
|
||
color: #ffffff;
|
||
}
|
||
.votebox .name.data-v-eca06f3c {
|
||
font-size: 36rpx;
|
||
color: #000000;
|
||
line-height: 46rpx;
|
||
}
|
||
.votebox .title.data-v-eca06f3c {
|
||
margin-top: 24rpx;
|
||
font-size: 30rpx;
|
||
color: #333333;
|
||
line-height: 46rpx;
|
||
}
|
||
.votebox .option.data-v-eca06f3c {
|
||
margin-top: 26rpx;
|
||
}
|
||
.votebox .option .row.data-v-eca06f3c {
|
||
font-size: 27rpx;
|
||
color: #4b5563;
|
||
display: flex;
|
||
align-items: center;
|
||
margin-bottom: 10rpx;
|
||
justify-content: space-between;
|
||
}
|
||
.votebox .option .line.data-v-eca06f3c {
|
||
width: 100%;
|
||
height: 15rpx;
|
||
background: #f3f4f6;
|
||
border-radius: 19rpx;
|
||
overflow: hidden;
|
||
}
|
||
.votebox .option .line .inner.data-v-eca06f3c {
|
||
height: 15rpx;
|
||
background: #3cc7c0;
|
||
border-radius: 19rpx;
|
||
}
|
||
.imgboxshang.data-v-eca06f3c {
|
||
display: flex;
|
||
margin-left: 8rpx;
|
||
align-items: center;
|
||
}
|
||
.imgbox.data-v-eca06f3c {
|
||
margin: 0 30rpx 30rpx;
|
||
}
|
||
.imgbox .imgunit.data-v-eca06f3c {
|
||
width: 150rpx;
|
||
height: 150rpx;
|
||
position: relative;
|
||
}
|
||
.imgbox .imgunit .close.data-v-eca06f3c {
|
||
position: absolute;
|
||
top: 0rpx;
|
||
right: 0;
|
||
}
|
||
.poptitle.data-v-eca06f3c {
|
||
height: 88rpx;
|
||
border-bottom: 1rpx solid #e7e7e7;
|
||
}
|
||
.sendbox.data-v-eca06f3c {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
margin: 0 30rpx 30rpx;
|
||
}
|
||
.sendbox .left.disabled.data-v-eca06f3c .u-image__image {
|
||
opacity: 0.5;
|
||
}
|
||
.sendbox .btn.data-v-eca06f3c {
|
||
width: 120rpx;
|
||
height: 58rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
background: #3cc7c0;
|
||
font-weight: 400;
|
||
font-size: 30rpx;
|
||
color: #fff;
|
||
border-radius: 12rpx;
|
||
}
|
||
.wraper.data-v-eca06f3c {
|
||
margin: 0rpx 12rpx;
|
||
}
|
||
.desc.data-v-eca06f3c {
|
||
width: 100%;
|
||
overflow-x: hidden;
|
||
padding-bottom: 80rpx;
|
||
}
|
||
.desc.data-v-eca06f3c .imgstyle {
|
||
max-width: 100%;
|
||
position: relative;
|
||
left: 50%;
|
||
transform: translateX(-50%);
|
||
}
|
||
.desc.data-v-eca06f3c ._block {
|
||
text-align: left !important;
|
||
text-indent: 0px !important;
|
||
}
|
||
.bottom.data-v-eca06f3c {
|
||
position: fixed;
|
||
display: flex;
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
padding: 40rpx 30rpx;
|
||
align-items: center;
|
||
border-top: 2rpx solid #f9fafb;
|
||
background: #fff;
|
||
bottom: 0;
|
||
}
|
||
.bottom.data-v-eca06f3c .u-image {
|
||
background: none !important;
|
||
}
|
||
.bottom.data-v-eca06f3c .placeholderClass {
|
||
font-size: 30rpx;
|
||
color: #4b5563;
|
||
}
|
||
.bottom .right.data-v-eca06f3c {
|
||
margin-left: 20rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
background: #fff;
|
||
}
|
||
.bottom .right .imgbox.data-v-eca06f3c {
|
||
margin-left: 20rpx;
|
||
}
|
||
.bottom .iptbox.data-v-eca06f3c {
|
||
flex: 1;
|
||
padding-left: 30rpx;
|
||
background: #f3f4f6;
|
||
border-radius: 38px;
|
||
height: 77rpx;
|
||
display: flex;
|
||
overflow: hidden;
|
||
align-items: center;
|
||
}
|
||
.bottom .iptbox .iptcon.data-v-eca06f3c {
|
||
position: relative;
|
||
}
|
||
.bottom .iptbox .iptcon .maskipt.data-v-eca06f3c {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
z-index: 1;
|
||
}
|
||
.bottom .iptbox .ipt.data-v-eca06f3c {
|
||
margin-left: 15rpx;
|
||
}
|
||
.bar.data-v-eca06f3c {
|
||
width: 100%;
|
||
background: #f9fafb;
|
||
height: 20rpx;
|
||
}
|
||
.box.data-v-eca06f3c {
|
||
background: #fff;
|
||
/* height: calc(100vh - 220rpx);
|
||
overflow-y: scroll;
|
||
-webkit-overflow-scrolling: touch; */
|
||
}
|
||
.box .title.data-v-eca06f3c {
|
||
position: relative;
|
||
z-index: 1;
|
||
padding: 35rpx 30rpx 0;
|
||
background: #fff;
|
||
margin-top: -40rpx;
|
||
font-weight: 400;
|
||
font-size: 38rpx;
|
||
color: #111827;
|
||
line-height: 54rpx;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.box .info.data-v-eca06f3c {
|
||
display: flex;
|
||
align-items: center;
|
||
padding: 0 30rpx;
|
||
font-size: 28rpx;
|
||
color: #4b5563;
|
||
line-height: 28rpx;
|
||
}
|
||
.box .info.data-v-eca06f3c .u-image {
|
||
margin-top: 8rpx;
|
||
}
|
||
.box .info .name.data-v-eca06f3c {
|
||
margin-left: 15rpx;
|
||
}
|
||
.deal.data-v-eca06f3c {
|
||
margin-top: 12rpx;
|
||
padding: 0 30rpx 20rpx;
|
||
display: flex;
|
||
color: #6b7280;
|
||
font-size: 24rpx;
|
||
justify-content: space-between;
|
||
}
|
||
.deal .left.data-v-eca06f3c {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.deal .collect.data-v-eca06f3c {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.deal .eyebox.data-v-eca06f3c {
|
||
width: 160rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.deal .time.data-v-eca06f3c {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.deal .num.data-v-eca06f3c {
|
||
margin-left: 8rpx;
|
||
}
|
||
.iconbox.data-v-eca06f3c {
|
||
margin-top: 5rpx;
|
||
}
|
||
.data-v-eca06f3c ._root {
|
||
overflow-x: hidden !important;
|
||
} |