fireflysg-wxapp/pages/article/publish1.wxss

93 lines
1.4 KiB
Plaintext

/* pages/article/publish.wxss */
.enter-sty{
background: #fff;
margin-top: 20rpx;
height: 73rpx;
font-size: 28rpx;
text-align: center;
}
.pla-s{
color: #A0A0A0;
}
.enter-con{
background: #fff;
margin-top: 20rpx;
padding: 30rpx;
}
.enter-wrap{
width: 100%;
font-size: 28rpx;
}
.tab-list{
margin-top: 20rpx;
padding: 0 30rpx;
background: #fff;
}
.list{
align-items: center;
height: 98rpx;
font-size: 28rpx;
color: #484848;
}
/* .list:first-child{
border-bottom: 1px solid #E6E6E6;
} */
.arrow{
width: 10rpx;
height: 16rpx;
margin-left: 12rpx;
}
.type-wrap{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
background: #F6F6F9;
box-sizing: border-box;
z-index: 9999;
}
.list-wrap{
padding: 0 30rpx;
background: #fff;
}
.type-list{
display: flex;
justify-content: space-between;
height: 80rpx;
align-items: center;
font-size: 28rpx;
border-bottom: 1px solid #E6E6E6;
}
.select{
width: 40rpx;
height: 27rpx;
display: none;
}
.list-cur{
color: #3D98FF;
}
.list-cur .select{
display: block;
}
.jifen-sty{
text-align: right;
font-size: 28rpx;
}
.group view{
display: inline-block;
}
.group view:first-child{
margin-right: 15rpx;
}
.group radio {
transform:scale(0.8);
vertical-align: 2px;
}
.enter-sty-left{
background-color: #ffffff;
margin-top: 20rpx;
padding: 20rpx 30rpx;
color: #A0A0A0;
}