|
- /* pages/membersinfo/index.wxss */
- /* pages/index/transaction/transaction.wxss */
- .transaction {
- width: 710rpx;
- height: 100%;
- line-height: 87rpx;
- margin: 69rpx auto 0;
- display: flex;
- flex-direction: column;
- }
-
- .transaction_msg {
- width: 710rpx;
- margin: 0 auto 30rpx;
- height: 100%;
- display: flex;
- flex-direction: column;
- border-radius: 16rpx;
- overflow: hidden;
- padding-bottom: 20rpx;
- padding-top: 20rpx;
- background: #fff;
- box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
- /* border-bottom: 20rpx solid #f5f5f5;*//* margin-bottom: 70rpx; */
- }
-
- .transaction_msg view {
- width: 100%;
- background: #fff;
- }
- .section-items{
- width: 100%;
- height: 120rpx;
- line-height: 120rpx;
- }
- .input-label{
- width: 30%!important;
- padding-left: 20rpx;
- box-sizing: border-box;
- float: left;
- color: #bfbfbf;
- height: 120rpx;
- line-height: 120rpx;
- }
- .input-text{
- width: 70%!important;
- float: right;
- height: 120rpx;
- line-height: 120rpx;
- }
- .input-text input{
- width: 100%!important;
- text-align: end!important;
- padding-right: 12rpx;
- box-sizing: border-box;
- height: 120rpx;
- line-height: 120rpx;
- }
- .text-submit{
- width: 90%;
- }
- .picker{
- width: 100%!important;
- text-align: end;
- padding-right: 12rpx;
- box-sizing: border-box;
- height: 120rpx;
- line-height: 120rpx;
- }
- .radio-group{
- text-align: right;
- }
- .radio{
- margin-right: 20rpx;
- }
|