/* pages/order/roadOrder/index.wxss */ page { background: #f6f6f6; } .top-box { padding: 30rpx 47rpx; color: #333333; font-size: 28rpx; border-bottom: 1rpx solid #ccc; } .product-title { color: #000000; font-size: 33rpx; font-weight: 500; line-height: 47rpx; margin-bottom: 30rpx; } .product-num { margin-top: 30rpx; } .product-num text { margin-right: 50rpx; } .user-box { margin: 25rpx; background: #FFFFFF; border-radius: 9rpx; } .user-box-title { border-bottom: 1rpx solid #ccc; line-height: 113rpx; font-size: 33rpx; color: #000; font-weight: 500; padding: 0 20rpx; } .user-item { margin: 0 20rpx; display: flex; align-items: center; justify-content: space-between; height: 126rpx; border-bottom: 1rpx solid #ccc; } .user-item .user-info { font-size: 27rpx; margin-right: 20rpx; flex: 1; text-align: left; } .user-item>text { flex-shrink: 0; font-size: 29rpx; color: #000; font-weight: 500; margin-right: 20rpx; } .user-item input { flex: 1; font-size: 29rpx; display: block; } .user-item .add-btn { display: flex; width: 140rpx; height: 57rpx; border: 1rpx solid #333333; border-radius: 29rpx; box-sizing: border-box; justify-content: center; align-items: center; font-size: 28rpx; color: #000; } .user-item .icon-bianji1 { margin-right: 10rpx; } .linkmanlist-item { background: white; margin-bottom: 24rpx; border-radius: 9rpx; } .linkmanlist-item-top { display: flex; margin: 0 20rpx; padding: 30rpx 13rpx; border-bottom: 1rpx dashed #ccc; display: flex; justify-content: space-between; align-items: center; color: #666; font-size: 25rpx; } .linkmanlist-item-top .iconfont { flex-shrink: 0; font-size: 42rpx; position: static; } .linkman-nickname { font-size: 29rpx; color: #000; margin-left: 50rpx; } .linkman-info { flex: 1; margin: 0 30rpx; } .linkmanlist-item-top .icon-gou { color: #D62828; } .linkmanlist-tip { line-height: 70rpx; font-size: 24rpx; color: #666; margin: 0 34rpx; } .linkmanlist-tip .iconfont { margin-right: 4rpx; font-size: 23rpx; } .add-btn1 { width: 218rpx; line-height: 72rpx; border: 1rpx solid #333333; border-radius: 37rpx; text-align: center; font-size: 29rpx; color: #000; margin: 25rpx auto; } .mask-content.linkman-mask { width: 700rpx; padding: 0 25rpx; background: #F7F7F7; overflow-y: auto; } .btns { display: flex; justify-content: space-between; font-size: 31rpx; color: #000; margin-bottom: 10rpx; line-height: 90rpx; } .add-btn { line-height: 80rpx; background: #FFFFFF; text-align: center; border-radius: 40rpx; font-size: 29rpx; color: #000; } .fixed-bottom .order-all-price text { flex: 1; font-size: 36rpx; color: #D62828; } .fixed-bottom .order-all-price { flex: 1; font-size: 29rpx; color: #333; font-weight: 500; } .fixed-bottom .order-btn { width: 320rpx; text-align: center; line-height: 113rpx; background: #D62828; color: #fff; font-size: 36rpx; font-weight: 500; margin-left: 30rpx; } .fixed-bottom { position: fixed; left: 0; right: 0; bottom: 0; height: 113rpx; background: white; display: flex; justify-content: space-between; align-items: center; padding-left: 25rpx; box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1); z-index: 1; }