/* home/pages/acceptanceBW/acceptanceBW.wxss */ @import "/home/pages/acceptance/acceptance.wxss"; .content-address { display: flex; flex-direction: column; flex: 1; } .content-picker { display: flex; flex-direction: row; } .content-img-right { width: 50rpx; height: 50rpx; } .content-text { flex: 1; } .content-text-gray { color: gray; } .from-submit-buttom-cancle { width: 250rpx; height: 80rpx; background-color: #ffffff; display: flex; align-items: center; justify-content: center; } .from-submit-buttom-confirm { width: 500rpx; height: 80rpx; background-color: #0a6597; color: #ffffff; display: flex; align-items: center; justify-content: center; } .txt-blue{ color: blue;}