/* pages/login/login.wxss */ .containerView{ margin-left: 30rpx; margin-right: 30rpx; height: 240rpx; margin-top: 40%; display: flex; flex-direction: column; } .customerChooseView{ height: 120rpx; width: 100%; display: flex; flex-direction: row; font-size: 20px; color: black; } .keyView{ padding-top: 60rpx; width: 40%; height: 100%; } .valueView{ padding-top: 60rpx; width: 60%; height: 100%; } .pickerPlaceHolder{ color:rgb(202, 202, 202); } .pickerSelected{ color: black; } .lineView { height: 1rpx; background-color: #dbdbdb; } .imageView { height: 80px; width: 100%; margin-top: 30px; position: relative; align-items: center; justify-content: center; box-sizing: content-box; } .currentImage { width: 100%; height: 100%; } .btnTextView { position: absolute; width: 100%; top:0; line-height: 65px; text-align: center; } .btnText { color: white; font-size: 34rpx; }