yuminge-app/yun-min-program-plugin-master/packageA/mycomponent/basicInformation/basicInformation.wxss

146 lines
2.7 KiB
Plaintext

/* pages/member/CommodityRelease/CommodityRelease.wxss */
.goods-release {
background: #fff;
}
.goods-release {
padding-bottom: 160rpx;
}
.goods-release .commodity {
display: flex;
align-items: center;
font-size: 28rpx;
padding-left: 30rpx;
margin: 20rpx 0;
}
.goods-release .commodity .button {
max-width: 480rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-radius: 10rpx;
color: rgb(31, 45, 61);
border: 2rpx solid rgb(191, 203, 217);
min-width: 160rpx;
margin-left: 30rpx;
text-align: center;
padding-left: 10rpx;
padding-right: 10rpx;
}
.goods-release .edit-b {
display: flex;
align-items: center;
font-size: 28rpx;
padding-left: 30rpx;
}
.goods-release .edit-b .photoshow {
padding: 30rpx;
width: 130rpx;
height: 130rpx;
border: 2rpx dashed rgb(192, 204, 218);
overflow: hidden;
margin-left: 30rpx;
margin-top: 20rpx;
margin-bottom: 20rpx;
}
.goods-release .edit-b .photoshow image {
width: 100%;
}
.goods-release .otherphoto {
margin-top: 20rpx;
margin-bottom: 20rpx;
}
.goods-release .otherphoto .top {
font-size: 28rpx;
height: 100rpx;
text-align: left;
padding-left: 26rpx;
line-height: 100rpx;
}
.goods-release .otherphoto .imgflex {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.goods-release .otherphoto .imgflex .photobox {
width: 190rpx;
height: 190rpx;
border: 2rpx dashed rgb(192, 204, 218);
overflow: hidden;
position: relative;
margin-right: 6rpx;
margin-left: 6rpx;
margin-bottom: 6rpx;
}
.goods-release .otherphoto .imgflex .photobox image {
width: 100%;
}
.goods-release .otherphoto .imgflex .photobox .i {
width: 40rpx;
height: 40rpx;
position: absolute;
top: 4rpx;
right: 4rpx;
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/close_iocn.png") no-repeat;
background-size: 100%;
z-index: 100;
}
.goods-release .otherphoto .imgflex .photoshow {
padding: 30rpx;
width: 130rpx;
height: 130rpx;
border: 2rpx dashed rgb(192, 204, 218);
overflow: hidden;
}
.goods-release .otherphoto .imgflex .photoshow image {
width: 100%;
}
.goods-release .btn {
background-color: #fff;
width: 100%;
position: fixed;
bottom: 0;
z-index: 100;
border-top: solid 2rpx #ebebeb;
padding: 0 28rpx;
margin-top: 40rpx;
box-sizing: border-box;
}
.goods-release .btn .button {
height: 80rpx;
line-height: 80rpx;
border-radius: 6rpx;
margin: 12rpx 0;
width: 100%;
color: #fff;
font-size: 32rpx;
background-color: #f15353;
text-align: center;
}
.areaConten {
margin: 0 26rpx;
}
.areaConten textarea {
width: 100%;
height: 120rpx;
border-bottom: 1rpx solid #ebebeb;
margin-bottom: 30rpx;
}