/* packageC/selfCarry/selfCarryApply/selfCarryApply.wxss */ /* page{ background: #fff; } */ .tips { text-align: left; color: #ff5d5c; font-size: 12px; padding-left: 12px; background: #fff; } .supplier .banner image { width: 100%; } .main { padding-bottom: 36rpx; } .supplier .main { position: relative; } .tittop { margin-top: 20rpx; } .nrig { margin-left: 516rpx; color: red; } button { width: 32rpx; height: 32rpx; background-color: #fff; opacity: 0; padding: 0; margin: 0; font-size: inherit; position: absolute; right: 24rpx; } button::after { border: none; } .supplier .titlemessage { padding-left: 30rpx; line-height: 90rpx; font-size: 28rpx; text-align: left; color: #888; display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box; background: #fff; } .supplier .titlemessage .titleIcon { width: 6rpx; height: 28rpx; background-color: rgba(248, 112, 112, 1); } .supplier .titlemessage :nth-child(2) { font-size: 28rpx; color: rgba(248, 110, 110, 1); padding-left: 26rpx; } .mapshow { height: 90rpx; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1rpx solid rgba(242, 242, 242, 1); } .mapshow text { color: red; } .mapshow .left { padding-left: 30rpx; display: flex; justify-content: flex-start; flex: 1; } .mapshow .left view { width: 155px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 55rpx; } .mapshow .right { padding-right: 34rpx; display: flex; justify-content: flex-start; align-items: center; } .top { color: red; padding-left: 20rpx; box-sizing: border-box; } .mapshow .right .bottom { display: flex; justify-content: center; align-items: center; color: rgba(153, 153, 153, 1); } .mapshow .right .bottom van-icon { margin-top: 5rpx; margin-right: 10rpx; } .image-list { width: 100%; height: 100%; background-color: #fff; /* padding: 24rpx 0; margin-top: -20rpx; */ } .image-list .otherphoto .top { text-align: left; box-sizing: border-box; padding-left: 26rpx; line-height: 100rpx; } .image-list .otherphoto .top text { color: red; } .image-list .otherphoto .top .span { font-size: 30rpx; color: rgba(51, 51, 51, 1); } .section { height: 200rpx; display: flex; justify-content: space-between; padding-right: 26rpx; box-sizing: border-box; } .image-list .otherphoto .imgflex { display: flex; justify-content: flex-end; flex-wrap: wrap; align-items: center; margin-top: 24rpx; height: 119rpx; width: 240rpx; } .image-list .otherphoto .imgflex2 { display: flex; justify-content: flex-end; flex-wrap: wrap; align-items: center; margin-top: 41rpx; height: 119rpx; width: 309rpx; } .image-list .otherphoto .imgflex .photobox { width: 190rpx; height: 190rpx; border: 2rpx dashed rgb(192, 204, 218); position: relative; margin-right: 6rpx; margin-left: 6rpx; margin-bottom: 6rpx; overflow: hidden; } .image-list .otherphoto .imgflex2 .photobox { width: 190rpx; height: 190rpx; border: 2rpx dashed rgb(192, 204, 218); position: relative; margin-right: 6rpx; margin-left: 6rpx; margin-bottom: 6rpx; overflow: hidden; } .image-list .otherphoto .imgflex .photobox image { width: 100%; } .image-list .otherphoto .imgflex2 .photobox image { width: 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 .imgflex2 .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 { float: right; border-radius: 8rpx; width: 119rpx; height: 119rpx; border: 2rpx dashed rgb(192, 204, 218); overflow: hidden; display: flex; justify-content: center; align-items: center; } .image-list .otherphoto .imgflex2 .photoshow { float: right; border-radius: 8rpx; width: 221rpx; height: 81rpx; border: 2rpx dashed rgb(192, 204, 218); overflow: hidden; display: flex; justify-content: center; align-items: center; } .cimg { width: 46rpx; height: 46rpx; } .yimg { width: 100%; height: 100%; } .imtext { color: rgba(153, 153, 153, 1); font-size: 20rpx; margin-top: 10rpx; } .choosebtn { display: flex; align-items: center; background-color: #f5f5f5; padding-left: 30rpx; padding-top: 20rpx; box-sizing: border-box; } .choosebtn .left text { font-size: 20rpx; color: #ff5959; } .choosebtn .left { padding-left: 20rpx; font-size: 20rpx; color: #999; } .choosebtn .right { border-radius: 50%; } .main .btn.submit { width: 90%; background: #f55955; color: #fff; height: 64rpx; border-radius: 8rpx; padding: 0 10rpx; box-sizing: border-box; text-align: center; font-size: 28rpx; line-height: 64rpx; margin: 20rpx 24rpx 0; } /* 地址选择器 */ /* -------------------------------- */ .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; } /* -------------------------------- */ .supplier .main .vip_main { background: #fff; margin: 30rpx 0; } .supplier .main .vip_main .title { padding: 20rpx; font-size: 24rpx; border-bottom: 2rpx solid #eee; } .supplier .main .vip_main .vip { padding: 30rpx 20rpx; overflow: hidden; font-size: 24rpx; color: #999; } .supplier .main .vip_main .vip .text { width: 100%; } .supplier .main .vip_main .vip .text .t1 { font-size: 32rpx; color: #333; margin-bottom: 20rpx; text-align: left; } .supplier .success { height: 400rpx; padding-top: 130rpx; background: #fff; } .supplier .success .ico { height: 130rpx; width: 130rpx; margin: 0 auto; } .supplier .success .text { height: 64rpx; margin-top: 60rpx; color: #666; line-height: 51rpx; text-align: center; } .supplier .success .a .sub { height: 64rpx; width: 80%; background: #f55955; margin: 40rpx auto; border-radius: 64rpx; color: #fff; line-height: 64rpx; text-align: center; font-size: 28rpx; margin-bottom: 40rpx; } .bwText { width: 100%; height: 60rpx; background: #fff; font-size: 20rpx; color: rgba(153, 153, 153, 1); display: flex; align-items: center; margin-bottom: 20rpx; } .bwText view { margin-left: 30rpx; box-sizing: border-box; } .introduce { background: #fff; } .introduce .area { margin: 0 30rpx; box-sizing: border-box; border-radius: 15rpx; } .introduce .area textarea { width: 100%; background-color: rgba(248, 248, 248, 1); } .areaimgBox { /* margin-top: 20rpx; */ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; } .areimage { width: 120rpx; height: 120rpx; border-radius: 8rpx; border: solid 1rpx rgba(153, 153, 153, 1); display: flex; justify-content: center; align-items: center; margin-left: 20rpx; margin-top: 20rpx; } .areaimgBox .dbox { margin-left: 18rpx; margin-top: 20rpx; } .dbox { width: 120rpx; height: 120rpx; position: relative; } .icon-cel { position: absolute; top: -4rpx; right: 0; color: red; } .area text { padding-top: 19rpx; font-size: 20rpx; color: rgba(153, 153, 153, 1); box-sizing: border-box; } .statusSet { background: #fff; margin-bottom: 19rpx; } .statusBox { margin: 0 57rpx 42rpx 30rpx; box-sizing: border-box; } .statusTitle { font-size: 24rpx; color: rgba(51, 51, 51, 1); } .statusBox text { color: red; } .staImg { width: 641rpx; height: 341rpx; margin-left: 23rpx; margin-top: 22rpx; } .staImg image { width: 96%; height: 97%; } .imaborder { border: 1rpx solid rgba(153, 153, 153, 1); } .qitaTitle { margin-left: 29rpx; font-size: 24rpx; color: #333; margin-bottom: 22rpx; } .qitaimgbox { margin-left: 54rpx; margin-right: 57rpx; padding-bottom: 39rpx; box-sizing: border-box; background: #fff; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; } .qitaimage { width: 200rpx; height: 200rpx; border-radius: 8rpx; border: solid 1rpx rgba(153, 153, 153, 1); display: flex; justify-content: center; align-items: center; margin: 5rpx 7rpx; position: relative; } .qitaMin { width: 76rpx; height: 76rpx; } .qitaMax { width: 98%; height: 98%; border-radius: 8rpx; } .textWork { background: #fff; padding-bottom: 45rpx; box-sizing: border-box; } .textWork .area { margin: 0 30rpx; box-sizing: border-box; border-radius: 15rpx; } .textWork .area textarea { width: 100%; background-color: rgba(248, 248, 248, 1); height: 450rpx; }