page { background: #f6f6f6; padding-bottom: 50rpx; } .top { padding: 20rpx 30rpx; .top-image { width: 120rpx; height: 120rpx; } .top-figure { margin-bottom: 20rpx; } .image { width: 120rpx; height: 120rpx; } .input { width: 100%; border-bottom: 1rpx solid #adabab; margin: 20rpx 0 0 0; padding-bottom: 20rpx; } .top-input { display: flex; justify-content: space-between; margin-top: 20rpx; .top-txt { display: flex; justify-content: space-between; border-bottom: 1rpx solid #adabab; width: 40%; .inputs { margin: 0rpx 20rpx 20rpx 0rpx; width: 180rpx; } } } } .goods-title { display: flex; justify-content: space-between; padding: 20rpx 30rpx; background: #e7e6e6; border-radius: 20rpx; width: 90%; margin: 20rpx auto; .goods-titles { display: flex; justify-content: space-between; } .images { display: flex; .goods-place { width: 60rpx; height: 60rpx; margin: 0 20rpx; } } .goods-txt { margin: 20rpx 0; } .txt-placeholder { display: flex; margin: 20rpx 0; .txt-place { color: #918d8d; margin-right: 20rpx; } } } .goods-titlet { // display: flex; // justify-content: space-between; padding: 20rpx 30rpx; background: #e7e6e6; border-radius: 20rpx; width: 90%; margin: 20rpx auto; .goods-numbe { color: #918d8d; margin-top: 5rpx; } .goods-titles { display: flex; justify-content: space-between; } .images { display: flex; .goods-place { width: 60rpx; height: 60rpx; margin: 0 20rpx; } } .goods-txt { margin: 20rpx 0; } .txt-placeholder { display: flex; margin: 20rpx 0; .txt-place { color: #918d8d; margin-right: 20rpx; } } } .buttoms { display: flex; justify-content: center; margin-top: 80rpx; .buttoms-bottom { width: 200rpx; background: #ffffff; padding: 20rpx; text-align: center; margin-right: 30rpx; border-radius: 20rpx; } .buttoms-bottom2 { width: 200rpx; background: rgb(24, 185, 86); padding: 20rpx; text-align: center; color: #ffffff; border-radius: 20rpx; } } .shop-mask { width: 100%; height: 100%; position: fixed; bottom: 0; left: 0; z-index: 9000; background-color: rgba(0, 0, 0, 0.6); } .shop-modalDlg { width: 750rpx; position: fixed; bottom: 0; left: 0; z-index: 9999; background-color: #ffffff; border-radius: 30rpx 30rpx 0rpx 0rpx; display: flex; flex-direction: column; .top { display: flex; justify-content: space-between; } } .service { margin: 30rpx; background: #e7e6e6; border-radius: 20rpx; padding: 20rpx; .services { margin-top: 20rpx; } .inputs { // margin: 0rpx 20rpx 20rpx 0rpx; padding: 20rpx; } .determine { padding: 20rpx 30rpx; margin: 30rpx 36%; text-align: center; background: #46a9a4; border-radius: 20rpx; } .service-add { margin-top: 20rpx; padding: 10rpx; text-align: center; background: #46a9a4; border-radius: 20rpx; width: 150rpx; } .txt { margin-top: 30rpx; text-align: center; } }