@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { background: #ffffff; height: 100%; } page .content { background: #ffffff; height: 100%; } /* 多条商品 */ .order-item { display: flex; flex-direction: column; padding: 0rpx 30rpx; background: #fff; margin-top: 20rpx; /* 单条商品 */ } .order-item .goods-box-single { display: flex; padding: 20rpx 0; } .order-item .goods-box-single .goods-img { display: block; width: 120rpx; height: 120rpx; } .order-item .goods-box-single .right { flex: 1; display: flex; flex-direction: column; padding: 0 30rpx 0 24rpx; overflow: hidden; height: 100%; } .order-item .goods-box-single .right .title { align-self: flex-start; font-size: 30rpx; color: #303133; height: 80rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .order-item .goods-box-single .right .title-right { flex-shrink: 0; text-align: right; align-self: flex-start; } .order-item .goods-box-single .right .attr-box { font-size: 26rpx; color: #909399; } .order-item .goods-box-single .right .price { font-size: 30rpx; color: #303133; } .order-item .goods-box-single .right .price:before { content: '¥'; font-size: 24rpx; margin: 0 2rpx 0 8rpx; } .equity_box { background-color: #fafafa; border-radius: 10rpx; padding: 25rpx 25rpx; margin: 25rpx 0rpx; } .equity_box .text-box { height: 200rpx; } .equity_box .text-box textarea { font-size: 25rpx; width: 100%; height: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; } .zhil { font-size: 28rpx !important; padding: 15rpx 15rpx; } .submit-box { bottom: 0; left: 0; width: 750rpx; } .submit-btn { margin-top: 10px; display: inline-block; width: 670rpx; height: 96rpx; line-height: 96rpx; text-align: center; background-color: #1BCC26 !important; opacity: 1; border-radius: 32rpx; border-width: 8rpx; border-color: white; box-shadow: 0rpx 8rpx 12rpx rgba(0, 0, 0, 0.16); border-radius: 56rpx; font-size: 39rpx; font-weight: bold; color: white; } .submit-btn-txt { font-size: 39rpx; font-weight: bold; line-height: 47rpx; color: white; opacity: 1; } .map-box { width: 484rpx; height: 256rpx; border-width: 4rpx; border-color: white; box-shadow: 0rpx 0rpx 24rpx rgba(0, 0, 0, 0.16); /* border-radius: 12rpx; */ position: relative; } .map { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 476rpx; height: 250rpx; } .map-img { position: absolute; top: 90rpx; left: 156rpx; width: 230rpx; height: 68rpx; background-color: rgba(51, 51, 51, 0.64); border-width: 1rpx; border-color: rgba(0, 0, 0, 0); border-radius: 34px; font-size: 28rpx; font-weight: bold; line-height: 66rpx; color: white; text-align: center; } .address-box { padding: 15rpx 40rpx; margin-bottom: 10px; } .label { font-size: 36rpx; font-weight: bold; line-height: 50rpx; color: #222222; } .label-img { padding-left: 40rpx; } .add-img-box { width: 100%; flex-direction: row; flex-wrap: wrap; margin-top: 50rpx; } .add-img-item { width: 180rpx; height: 180rpx; border-radius: 24rpx; position: relative; margin: 0rpx 20rpx; margin-bottom: 25rpx; } .add-img-item .add-img { width: 100%; height: 100%; border-radius: 24rpx; } .add-img-camera { flex: 1; } .add-img-del { position: absolute; width: 40rpx; height: 40rpx; left: 155rpx; bottom: 155rpx; border-radius: 20rpx; } .address-time { width: 484rpx; height: 88rpx; background-color: whitesmoke; opacity: 1; border-radius: 24rpx; text-align: center; font-size: 35rpx; font-weight: 500; color: #333333; } .line { width: 750rpx; height: 1px; -webkit-transform: scaleY(0.3); transform: scaleY(0.3); background-color: rgba(0, 0, 0, 0.5); }