You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.1 KiB
74 lines
1.1 KiB
/* post.wxss */
|
|
.wrapper {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
}
|
|
.tab-content {
|
|
width: 240rpx;
|
|
height: 76rpx;
|
|
text-align: center;
|
|
line-height: 76rpx;
|
|
}
|
|
.select {
|
|
border-bottom-width: 2rpx;
|
|
border-bottom-style: solid;
|
|
border-bottom-color: blue;
|
|
color: blue;
|
|
}
|
|
.noSelect {
|
|
color: #666;
|
|
}
|
|
.tip {
|
|
width: 100%;
|
|
color: red;
|
|
font-size: 28rpx;
|
|
background-color: #e6e6e6;
|
|
}
|
|
.title{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around
|
|
}
|
|
|
|
.title_right{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.title_image {
|
|
margin: auto 0rpx;
|
|
border: 1rpx solid #d3d3d3;
|
|
}
|
|
.title_image image {
|
|
width: 185rpx;
|
|
height: 220rpx;
|
|
}
|
|
|
|
.weui-cell_input {
|
|
margin-top: 4rpx;
|
|
}
|
|
.weui-label {
|
|
width: 170rpx;
|
|
}
|
|
.describe {
|
|
border: 1px solid #d3d3d3;
|
|
height: 340rpx;
|
|
line-height: 28rpx;
|
|
width: 535rpx;
|
|
margin-bottom: 5rpx;
|
|
}
|
|
.describe_thing {
|
|
border: 1px solid #d3d3d3;
|
|
height: 320rpx;
|
|
line-height: 28rpx;
|
|
width: 535rpx;
|
|
margin-bottom: 5rpx;
|
|
margin-top: 5rpx;
|
|
}
|
|
.outside_border {
|
|
width: 98%;
|
|
margin: 0rpx auto;
|
|
margin-bottom: 600rpx;
|
|
}
|