665 lines
14 KiB
Plaintext
665 lines
14 KiB
Plaintext
/* packageH/circleCommunity/circleTopic/circleTopic.wxss */
|
|
|
|
.microRelease {
|
|
text-align: center;
|
|
}
|
|
|
|
.microRelease .content {
|
|
background: #fff;
|
|
padding-top: 40rpx;
|
|
padding-left: 24rpx;
|
|
padding-right: 24rpx;
|
|
padding-bottom: 48rpx;
|
|
margin-bottom: 32.96rpx;
|
|
}
|
|
|
|
.microRelease .content .uploadphotolist {
|
|
padding-bottom: 20.16rpx;
|
|
}
|
|
|
|
.microRelease .content .uploadphotolist .ul {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.microRelease .content .uploadphotolist .ul .li {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin-left: 12.16rpx;
|
|
border-radius: 8rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.microRelease .content .uploadphotolist .ul .li .close {
|
|
width: 38.4rpx;
|
|
height: 38.4rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
}
|
|
|
|
.microRelease .content .uploadphotolist .ul .li image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .content .textInput .titleinp {
|
|
height: 80rpx;
|
|
border-bottom: 1.92rpx solid #e5e5e5;
|
|
margin-bottom: 24.96rpx;
|
|
}
|
|
|
|
.microRelease .content .textInput .titleinp input {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
width: 100%;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.microRelease .content .textInput .contentinp {
|
|
height: 213.12rpx;
|
|
border-bottom: 1.92rpx solid #e5e5e5;
|
|
}
|
|
|
|
.microRelease .content .textInput .contentinp .noneBlock {
|
|
display: none;
|
|
}
|
|
|
|
.microRelease .content .textInput .contentinp van-field .van-field__body {
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .content .textInput .contentinp van-field .van-field__body textarea {
|
|
height: 100%;
|
|
|
|
/* width: 100%;
|
|
text-align: left;
|
|
border: none;
|
|
outline: none; */
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li {
|
|
display: flex;
|
|
min-height: 108.16rpx;
|
|
align-items: center;
|
|
border-bottom: 1.92rpx solid #e5e5e5;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .left {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 20.16rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .left image {
|
|
width: 38.4rpx;
|
|
height: 38.4rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right {
|
|
flex: 1;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .inforselection {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .inforselection .inf_left {
|
|
line-height: 29.12rpx;
|
|
font-size: 29.12rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .inforselection .inf_right {
|
|
font-size: 32rpx;
|
|
height: 32rpx;
|
|
width: 22.08rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .inforselection.selecolor .inf_left {
|
|
color: #1c96fe;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-top: 20.16rpx;
|
|
padding-bottom: 20.16rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsleft {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsleft .goleft {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 6.4rpx;
|
|
border: 1.92rpx solid #e5e5e5;
|
|
margin-right: 20.16rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsleft .goleft image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsleft .gocenter .goodsname {
|
|
font-size: 26.88rpx;
|
|
line-height: 32rpx;
|
|
max-width: 256rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
margin-bottom: 24rpx;
|
|
padding-top: 6.4rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsleft .gocenter .fobottom {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsleft .gocenter .fobottom .foleft {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 32rpx;
|
|
line-height: 32rpx;
|
|
margin-right: 54.08rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsleft .gocenter .fobottom .foleft .pic {
|
|
color: #f15353;
|
|
font-size: 28.16rpx;
|
|
margin-right: 18.88rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsleft .gocenter .fobottom .foleft .delpic {
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsleft .gocenter .fobottom .foright {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 32rpx;
|
|
line-height: 32rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsleft .gocenter .fobottom .foright .sold {
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsright {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectgoods .selectgoodsright .goright {
|
|
width: 120rpx;
|
|
height: 52.16rpx;
|
|
background-color: #fff;
|
|
border-radius: 8rpx;
|
|
border: solid 1.92rpx #e5e5e5;
|
|
line-height: 52.16rpx;
|
|
color: #333;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectshop {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-top: 20.16rpx;
|
|
padding-bottom: 20.16rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectshop .selectgoodsleft {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectshop .selectgoodsleft .goleft {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 6.4rpx;
|
|
border: 1.92rpx solid #e5e5e5;
|
|
margin-right: 20.16rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectshop .selectgoodsleft .goleft image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectshop .selectgoodsleft .gocenter .shopname {
|
|
font-size: 26.88rpx;
|
|
line-height: 32rpx;
|
|
max-width: 256rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
padding-top: 6.4rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectshop .selectgoodsleft .gocenter .start_1 {
|
|
text-align: left;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectshop .selectgoodsleft .gocenter .start_1 image {
|
|
width: 12.16rpx;
|
|
height: 12.16rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectshop .selectgoodsleft .gocenter .fobottom {
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectshop .selectgoodsright {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.microRelease .content .messageadd .ul .li .right .selectshop .selectgoodsright .goright {
|
|
width: 120rpx;
|
|
height: 52.16rpx;
|
|
background-color: #fff;
|
|
border-radius: 8rpx;
|
|
border: solid 1.92rpx #e5e5e5;
|
|
line-height: 52.16rpx;
|
|
color: #333;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.microRelease .user_protocol {
|
|
font-size: 28.16rpx;
|
|
color: #999;
|
|
padding-bottom: 128rpx;
|
|
}
|
|
|
|
.microRelease .user_protocol .us_color {
|
|
color: #1c96fe;
|
|
}
|
|
|
|
.microRelease .Releasebtn {
|
|
position: fixed;
|
|
z-index: 2;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
padding: 13.12rpx 30.08rpx;
|
|
height: 105.92rpx;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.microRelease .Releasebtn .submit {
|
|
line-height: 80rpx;
|
|
height: 80rpx;
|
|
background-color: #f15353;
|
|
border-radius: 8rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.microRelease .classification {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .classification .searchbox {
|
|
display: flex;
|
|
padding-top: 15.04rpx;
|
|
padding-bottom: 15.04rpx;
|
|
border-bottom: 1.92rpx solid #ebedf0;
|
|
}
|
|
|
|
.microRelease .classification .searchbox .left {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 30.08rpx;
|
|
width: 580.16rpx;
|
|
height: 60.16rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 30.08rpx;
|
|
}
|
|
|
|
.microRelease .classification .searchbox .left .searchion {
|
|
font-size: 25.92rpx;
|
|
color: #999;
|
|
margin-left: 16rpx;
|
|
margin-right: 13.12rpx;
|
|
}
|
|
|
|
.microRelease .classification .searchbox .left .van-cell {
|
|
background-color: transparent;
|
|
padding: 0;
|
|
}
|
|
|
|
.microRelease .classification .searchbox .right {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 30.08rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.microRelease .classification .classification_list {
|
|
padding-left: 23.04rpx;
|
|
}
|
|
|
|
.microRelease .classification .classification_list .ul .li {
|
|
height: 108.16rpx;
|
|
line-height: 108.16rpx;
|
|
font-size: 30.08rpx;
|
|
text-align: left;
|
|
color: #333;
|
|
border-bottom: solid 1.92rpx #e5e5e5;
|
|
}
|
|
|
|
.microRelease .Locations {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .Locations .searchbox {
|
|
display: flex;
|
|
padding-top: 15.04rpx;
|
|
padding-bottom: 15.04rpx;
|
|
border-bottom: 1.92rpx solid #ebedf0;
|
|
}
|
|
|
|
.microRelease .Locations .searchbox .left {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 30.08rpx;
|
|
width: 90%;
|
|
height: 60.16rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 30.08rpx;
|
|
}
|
|
|
|
.microRelease .Locations .searchbox .left .searchion {
|
|
font-size: 25.92rpx;
|
|
color: #999;
|
|
margin-left: 16rpx;
|
|
margin-right: 13.12rpx;
|
|
}
|
|
|
|
.microRelease .Locations .searchbox .left input {
|
|
border: none;
|
|
}
|
|
|
|
.microRelease .Locations .searchbox .right {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 30.08rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.microRelease .addgoodslist {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.microRelease .addgoodslist .searchbox {
|
|
display: flex;
|
|
padding-top: 15.04rpx;
|
|
padding-bottom: 15.04rpx;
|
|
border-bottom: 1.92rpx solid #ebedf0;
|
|
}
|
|
|
|
.microRelease .addgoodslist .searchbox .left {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 30.08rpx;
|
|
width: 580.16rpx;
|
|
height: 60.16rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 30.08rpx;
|
|
}
|
|
|
|
.microRelease .addgoodslist .searchbox .left .searchion {
|
|
font-size: 25.92rpx;
|
|
color: #999;
|
|
margin-left: 16rpx;
|
|
margin-right: 13.12rpx;
|
|
}
|
|
|
|
.microRelease .addgoodslist .searchbox .left .van-cell {
|
|
background-color: transparent;
|
|
padding: 0;
|
|
}
|
|
|
|
.microRelease .addgoodslist .searchbox .right {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 30.08rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul {
|
|
padding-left: 20.16rpx;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul .li {
|
|
padding-top: 20.16rpx;
|
|
padding-bottom: 20.16rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: solid 1.92rpx #f5f5f5;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul .li .left {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 6.08rpx;
|
|
margin-right: 24.96rpx;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul .li .left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul .li .center {
|
|
width: 452.16rpx;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul .li .center .top {
|
|
width: 452.16rpx;
|
|
font-size: 30.08rpx;
|
|
line-height: 40rpx;
|
|
color: #333;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
padding-bottom: 22.4rpx;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul .li .center .bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul .li .center .bottom .picleft {
|
|
font-size: 25.92rpx;
|
|
line-height: 40rpx;
|
|
color: #f15353;
|
|
margin-right: 37.12rpx;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul .li .center .bottom .picright {
|
|
font-size: 24rpx;
|
|
line-height: 40rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul .li .right {
|
|
width: 38.72rpx;
|
|
height: 33.6rpx;
|
|
margin-left: 76.16rpx;
|
|
}
|
|
|
|
.microRelease .addgoodslist .addgoodslist_list .ul .li .right image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .storelist {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.microRelease .storelist .searchbox {
|
|
display: flex;
|
|
padding-top: 15.04rpx;
|
|
padding-bottom: 15.04rpx;
|
|
border-bottom: 1.92rpx solid #ebedf0;
|
|
}
|
|
|
|
.microRelease .storelist .searchbox .left {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 30.08rpx;
|
|
width: 580.16rpx;
|
|
height: 60.16rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 30.08rpx;
|
|
}
|
|
|
|
.microRelease .storelist .searchbox .left .searchion {
|
|
font-size: 25.92rpx;
|
|
color: #999;
|
|
margin-left: 16rpx;
|
|
margin-right: 13.12rpx;
|
|
}
|
|
|
|
.microRelease .storelist .searchbox .left .van-cell {
|
|
background-color: transparent;
|
|
padding: 0;
|
|
}
|
|
|
|
.microRelease .storelist .searchbox .right {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 30.08rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul {
|
|
padding-left: 24rpx;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul .li {
|
|
padding-top: 20.16rpx;
|
|
padding-bottom: 20.16rpx;
|
|
border-bottom: 1.92rpx solid #ebedf0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul .li .left {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 30.08rpx;
|
|
margin-right: 21.12rpx;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul .li .left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul .li .center {
|
|
width: 452.16rpx;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul .li .center .top {
|
|
width: 452.16rpx;
|
|
font-size: 28.16rpx;
|
|
line-height: 24rpx;
|
|
color: #333;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul .li .center .start_1 {
|
|
text-align: left;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul .li .center .start_1 image {
|
|
width: 12.16rpx;
|
|
height: 12.16rpx;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul .li .center .fobottom {
|
|
width: 452.16rpx;
|
|
font-size: 24rpx;
|
|
line-height: 24rpx;
|
|
color: #999;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul .li .right {
|
|
width: 38.72rpx;
|
|
height: 33.6rpx;
|
|
margin-left: 76.16rpx;
|
|
}
|
|
|
|
.microRelease .storelist .astorelist_list .ul .li .right image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microRelease .van-popup {
|
|
z-index: 201 !important;
|
|
}
|
|
|
|
.seachboxBottom {
|
|
position: absolute;
|
|
z-index: 1024;
|
|
background-color: #fefefe;
|
|
border: 1px solid #d1d1d1;
|
|
width: 70%;
|
|
overflow: hidden;
|
|
top: 70rpx;
|
|
left: 100rpx;
|
|
padding-left: 10rpx;
|
|
padding-right: 10rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.seachboxBottom .seachboxContent {
|
|
padding-top: 5rpx;
|
|
padding-bottom: 5rpx;
|
|
}
|