225 lines
3.5 KiB
Plaintext
225 lines
3.5 KiB
Plaintext
/* packageD/auction/auctioneer-publish/publish_second/publish_second.wxss */
|
|
|
|
/* 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 #f1f1f1;
|
|
}
|
|
|
|
.item .title {
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
margin-left: 8rpx;
|
|
margin-bottom: 25rpx;
|
|
}
|
|
|
|
.input input {
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
margin-left: 8rpx;
|
|
}
|
|
|
|
.fenlei {
|
|
width: 229rpx;
|
|
height: 60rpx;
|
|
background: #ff2c29;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
border-radius: 30rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.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: 2;
|
|
}
|
|
|
|
.btn_left {
|
|
width: 186rpx;
|
|
height: 60rpx;
|
|
border: solid 1rpx #ff2c29;
|
|
border-radius: 30rpx;
|
|
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;
|
|
}
|
|
|
|
.tit_rig {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
width: 129rpx;
|
|
height: 42rpx;
|
|
background-color: #ff6333;
|
|
border-radius: 21rpx;
|
|
}
|
|
|
|
.bl {
|
|
width: 60rpx;
|
|
height: 36rpx;
|
|
color: #ff1f1c;
|
|
background-color: #fff;
|
|
border-radius: 17rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 22rpx;
|
|
align-items: center;
|
|
transition: 1s;
|
|
}
|
|
|
|
.bls {
|
|
color: #fff;
|
|
width: 60rpx;
|
|
height: 36rpx;
|
|
border-radius: 17rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 22rpx;
|
|
align-items: center;
|
|
transition: 1s;
|
|
}
|
|
|
|
.gd {
|
|
width: 60rpx;
|
|
height: 36rpx;
|
|
border-radius: 17rpx;
|
|
background-color: #fff;
|
|
color: #ff1f1c;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 22rpx;
|
|
transition: 1s;
|
|
}
|
|
|
|
.gds {
|
|
color: #fff;
|
|
width: 60rpx;
|
|
height: 36rpx;
|
|
border-radius: 17rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 22rpx;
|
|
transition: 1s;
|
|
}
|
|
|
|
.time {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
}
|
|
|
|
/* 弹窗0 */
|
|
.popup {
|
|
padding-top: 92rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.popup image {
|
|
margin-bottom: 48rpx;
|
|
}
|
|
|
|
.popup .success {
|
|
font-size: 24px;
|
|
color: #000;
|
|
margin-bottom: 32rpx;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.popup .span {
|
|
color: #999;
|
|
display: inline-block;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.popup .btn {
|
|
width: 408rpx;
|
|
height: 90rpx;
|
|
background-color: #ff6333;
|
|
border-radius: 46rpx;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
margin-top: 86rpx;
|
|
}
|