164 lines
2.7 KiB
Plaintext
164 lines
2.7 KiB
Plaintext
/* pages/article/publish3.wxss */
|
|
.enter-sty{
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
padding-left: 30rpx;
|
|
height: 73rpx;
|
|
font-size: 28rpx;
|
|
text-align: left;
|
|
}
|
|
.enter-sty-left{
|
|
background-color: #ffffff;
|
|
margin-top: 20rpx;
|
|
padding: 20rpx 30rpx;
|
|
color: #A0A0A0;
|
|
}
|
|
.v-sty{
|
|
width: 75%;
|
|
height: 250rpx;
|
|
}
|
|
.tips {
|
|
color: #666;
|
|
font-size: 24rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.img-box {
|
|
/* margin: auto; */
|
|
padding-top: 20rpx;
|
|
padding-left: 4%;
|
|
padding-right: 4%;
|
|
background: #fff;
|
|
}
|
|
.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;
|
|
}
|
|
.video-content{
|
|
width: 100%;
|
|
background-color: #fff;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.chooseimg {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.weui-uploader__input-box {
|
|
float: left;
|
|
position: relative;
|
|
margin-right: 9px;
|
|
margin-bottom: 9px;
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
border: 1px solid #d9d9d9;
|
|
}
|
|
|
|
.weui-uploader__input-box:before {
|
|
width: 2px;
|
|
height: 39.5px;
|
|
}
|
|
|
|
.weui-uploader__input-box:after, .weui-uploader__input-box:before {
|
|
content: " ";
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
background-color: #d9d9d9;
|
|
}
|
|
|
|
.weui-uploader__input-box:after {
|
|
width: 39.5px;
|
|
height: 2px;
|
|
}
|
|
|
|
.weui-uploader__input-box:after, .weui-uploader__input-box:before {
|
|
content: " ";
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
background-color: #d9d9d9;
|
|
} |