180 lines
2.8 KiB
Plaintext
180 lines
2.8 KiB
Plaintext
/* pages/article/publish.wxss */
|
|
@import "./assets/iconfont.wxss";
|
|
@import "./assets/weui.wxss";
|
|
|
|
.enter-sty{
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
height: 73rpx;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
}
|
|
.toolbar{
|
|
/* position: relative; */
|
|
z-index: 999;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
|
|
.content {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.img-list {
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.img-item {
|
|
width: 30%;
|
|
text-align: left;
|
|
margin-right: 20rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.img-item image {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
}
|
|
|
|
.submit-btn {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
height: 80rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
font-size: 30rpx;
|
|
position: fixed;
|
|
bottom: 100rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.tips {
|
|
color: #666;
|
|
font-size: 24rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.img-box {
|
|
width: 92%;
|
|
margin: auto;
|
|
padding-top: 20rpx;
|
|
}
|
|
.enter-sty-left{
|
|
background-color: #ffffff;
|
|
margin-top: 20rpx;
|
|
padding: 20rpx 30rpx;
|
|
color: #A0A0A0;
|
|
} |