273 lines
4.1 KiB
Plaintext
273 lines
4.1 KiB
Plaintext
/* packageD/auction/auctioneer-publish/publish_first/publish_first.wxss */
|
|
page {
|
|
background: #fff;
|
|
height: 100vh;
|
|
}
|
|
|
|
.content {
|
|
padding: 0 25rpx;
|
|
padding-bottom: 180rpx;
|
|
}
|
|
|
|
.item {
|
|
text-align: left;
|
|
padding-top: 27rpx;
|
|
padding-bottom: 24rpx;
|
|
border-bottom: 1rpx solid #ccc;
|
|
}
|
|
|
|
.items {
|
|
text-align: left;
|
|
padding-top: 27rpx;
|
|
padding-bottom: 14rpx;
|
|
border-bottom: 1rpx solid #ccc;
|
|
}
|
|
|
|
.item .title {
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
margin-left: 8rpx;
|
|
margin-bottom: 25rpx;
|
|
}
|
|
|
|
.items .title {
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
margin-left: 8rpx;
|
|
margin-bottom: 25rpx;
|
|
}
|
|
|
|
.input input {
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
margin-left: 8rpx;
|
|
}
|
|
|
|
.is_fenlei {
|
|
max-width: 240rpx;
|
|
height: 60rpx;
|
|
background: #fff;
|
|
border-radius: 30rpx;
|
|
border: 1px solid #ff2c29;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
color: #000;
|
|
text-align: center;
|
|
line-height: 60rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
|
|
.fenlei {
|
|
width: 229rpx;
|
|
height: 60rpx;
|
|
background: #ff2c29;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
border-radius: 30rpx;
|
|
}
|
|
|
|
.image_thumb {
|
|
width: 148rpx;
|
|
height: 148rpx;
|
|
border-radius: 15rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-right: 20rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.postabax {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.image_thumb image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 15rpx;
|
|
}
|
|
|
|
.image_one {
|
|
width: 148rpx;
|
|
height: 148rpx;
|
|
border: 1rpx dashed #999;
|
|
border-radius: 15rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.image_one image {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
|
|
textarea {
|
|
width: 100%;
|
|
background: #fafafa;
|
|
}
|
|
|
|
.shuxing {
|
|
width: 229rpx;
|
|
height: 60rpx;
|
|
border-radius: 30rpx;
|
|
border: solid 1rpx #ff1f1c;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
color: #ff1f1c;
|
|
background: #fff;
|
|
}
|
|
|
|
.shuxingAdd {
|
|
/* width: 229rpx; */
|
|
height: 60rpx;
|
|
border-radius: 30rpx;
|
|
border: solid 1rpx #ff1f1c;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
color: #ff1f1c;
|
|
background: #fff;
|
|
padding: 0 10rpx 0 20rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.bottom_btn {
|
|
width: 750rpx;
|
|
height: 98rpx;
|
|
background-color: #fff;
|
|
box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(0, 0, 0, 0.08);
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
z-index: 100;
|
|
}
|
|
|
|
.btn_left {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-left: 29rpx;
|
|
color: #ff2c29;
|
|
}
|
|
|
|
.btn_right {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
background: #ff2c29;
|
|
width: 186rpx;
|
|
height: 60rpx;
|
|
border-radius: 30rpx;
|
|
margin-right: 41rpx;
|
|
}
|
|
|
|
/* 弹窗 */
|
|
.pop {
|
|
border-radius: 32rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.pop .top {
|
|
padding: 32rpx;
|
|
border-bottom: solid 1px #e2e2e2;
|
|
}
|
|
|
|
.pop .top .input {
|
|
display: flex;
|
|
color: #666;
|
|
align-items: center;
|
|
outline: none;
|
|
border: none;
|
|
border-bottom: solid 1px #e2e2e2;
|
|
margin-bottom: 32rpx;
|
|
width: 100%;
|
|
padding-bottom: 15rpx;
|
|
}
|
|
|
|
.pop .top .input:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.pop .bottom {
|
|
display: flex;
|
|
height: 66rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.pop .bottom view {
|
|
width: 50%;
|
|
}
|
|
|
|
.two .van-popup {
|
|
border-radius: 31rpx;
|
|
}
|
|
|
|
/* **************** */
|
|
|
|
/* 地址选择器 */
|
|
|
|
/* -------------------------------- */
|
|
.btn-area {
|
|
padding: 0rpx 20rpx;
|
|
}
|
|
|
|
.dateBe {
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
left: -5rpx;
|
|
width: 760rpx;
|
|
padding: 0rpx 5rpx;
|
|
box-sizing: border-box;
|
|
z-index: 200;
|
|
font-size: 28rpx;
|
|
border-top: 1rpx solid #d9d9d9;
|
|
opacity: 0;
|
|
transform: translate(-750rpx, 0rpx);
|
|
}
|
|
|
|
.dateBe.true {
|
|
opacity: 1;
|
|
transform: translate(0rpx, 0rpx);
|
|
}
|
|
|
|
.dateBe .head {
|
|
display: flex;
|
|
flex-flow: nowrap;
|
|
padding: 0rpx 30rpx;
|
|
line-height: 80rpx;
|
|
border-bottom: 1rpx solid #d9d9d9;
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.dateBe .head .ll {
|
|
flex: 1;
|
|
}
|
|
|
|
.dateBe .head .rr {
|
|
text-align: right;
|
|
flex: 1;
|
|
}
|
|
|
|
.dateBe .main {
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.dateBe .main view {
|
|
text-align: center;
|
|
}
|
|
|
|
/* ----------------------------------------- */
|