/* packageE/form/form.wxss */ @import "/mycss/iconfont.wxss"; .image-list { width: 100%; height: 100%; padding: 24rpx 0; margin-top: -20rpx; } .image-list .otherphoto .top { height: 100rpx; text-align: left; padding-left: 16rpx; line-height: 100rpx; border-bottom: solid 1px #ccc; } .image-list .otherphoto .top .span { font-size: 26rpx; } .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%; } .cell_box .title { padding: 20rpx 24rpx; font-size: 26rpx; text-align: left; position: relative; z-index: 1; color: #969799; } .cell_box .van-radio { margin-bottom: 10rpx; margin-top: 10rpx; margin-left: 10rpx; } /* 地址选择器 */ /* -------------------------------- */ .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 textarea { min-height: 200rpx; } .cell_box .van-radio { padding: 10rpx 0; margin-left: 16rpx; } .cell_box .van-checkbox { padding: 10rpx 0; margin-left: 16rpx; } .success .ico { display: flex; align-items: center; justify-content: center; } .btn { background-color: #f5f5f5; } .btn .button { font-size: 28rpx; height: 80rpx; width: 60%; margin: 0 auto; margin-bottom: 30rpx; color: #fff; border-radius: 8rpx; background-color: #f55955; display: flex; align-items: center; justify-content: center; margin-top: 30rpx; } .btn .save { font-size: 28rpx; height: 80rpx; width: 60%; margin: 0 auto; margin-bottom: 30rpx; color: #fff; border-radius: 8rpx; background-color: #04be02; display: flex; align-items: center; justify-content: center; margin-top: 30rpx; } van-radio-group { width: 100%; } van-icon { margin-left: 20rpx; margin-top: 20rpx; } van-icon:last-child { margin-bottom: 20rpx; } .wrap { width: 100%; padding-bottom: 20rpx; display: flex; flex-wrap: wrap; align-items: center; } .wrap .photo { margin-top: 20rpx; display: flex; width: 25%; justify-content: center; align-items: center; } .wrap .photo image { width: 160rpx; height: 160rpx; } .cellTitleStyle{ color: #969799; }