174 lines
2.7 KiB
Plaintext
174 lines
2.7 KiB
Plaintext
/* pages/activity/activity.wxss */
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.member {
|
|
margin-bottom: 100rpx;
|
|
}
|
|
|
|
.tool .dt image {
|
|
width: 100%;
|
|
}
|
|
|
|
.btn {
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.btn .button {
|
|
background-color: #04be02;
|
|
border: none;
|
|
width: 100%;
|
|
display: block;
|
|
font-size: 30rpx;
|
|
height: 90rpx;
|
|
margin-top: 50rpx;
|
|
border-radius: 6rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
|
|
/* 地址选择器 */
|
|
|
|
/* -------------------------------- */
|
|
.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;
|
|
}
|
|
|
|
/* -------------------------------- */
|
|
|
|
.cell_box .title {
|
|
padding: 5rpx 24rpx 10rpx;
|
|
font-size: 28rpx;
|
|
text-align: left;
|
|
color: #888;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.cell_box textarea {
|
|
min-height: 200rpx;
|
|
}
|
|
|
|
.cell_box .van-radio {
|
|
padding: 10rpx 0;
|
|
margin-left: 16rpx;
|
|
}
|
|
|
|
.cell_box .van-checkbox {
|
|
padding: 10rpx 0;
|
|
margin-left: 16rpx;
|
|
}
|
|
|
|
.image-list {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 24rpx 0;
|
|
margin-top: -20rpx;
|
|
}
|
|
|
|
.image-list .otherphoto .top {
|
|
height: 100rpx;
|
|
text-align: left;
|
|
padding-left: 26rpx;
|
|
line-height: 100rpx;
|
|
border-bottom: solid 1px #ccc;
|
|
}
|
|
|
|
.image-list .otherphoto .top .span {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.image-list .otherphoto .imgflex {
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.image-list .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;
|
|
}
|
|
|
|
.image-list .otherphoto .imgflex .photobox image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.image-list .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;
|
|
}
|
|
|
|
.image-list .otherphoto .imgflex .photoshow {
|
|
padding: 30rpx;
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
border: 2rpx dashed rgb(192, 204, 218);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.image-list .otherphoto .imgflex .photoshow image {
|
|
width: 100%;
|
|
}
|