/* 最大的框 */ .big-rim{ width: 100%; } .tou{ width: 90%; height: auto; margin-left: -25rpx; display: flex; } .zhons{ width: 99%; height: auto; margin-left: -25rpx; } .xia{ width: 90%; height: auto; margin-left: -25rpx; } /* 可提现余额的边框 */ .txyebk{ display: flex; border-bottom:10px solid #eeeeee; width: 100%; height: 110rpx; line-height: 110rpx; } /* 可提现余额 */ .ktxye{ margin-left: 60rpx; width: 130rpx; height: 35rpx; font-size: 25rpx; } /* 余额 */ .ye{ margin-left: 19rpx; width:40rpx; height: 35rpx; color: #C4182E; font-size: 27rpx; } .texts{ color: #C4182E; font-size: 28rpx; font-family: 'SimHei',Arial; margin-left: 10rpx; width: 170rpx; height: 35rpx; } /* 提现金额的边框 */ .txjebk{ border-bottom:10px solid #eeeeee; width: 100%; height: 140rpx; } /*银行名字*/ .yhmz{ width: 129rpx; height: 50rpx; margin-left:50rpx; color: #999; font-size: 30rpx; font-family: 'SimHei',Arial; /* margin-top:-70rpx; */ } /* 提现金额 */ .txje{ margin-left: 60rpx; margin-top:28rpx; width: 140rpx; height: 35rpx; font-size: 25rpx; } .dd{ width: 100%; height: 110rpx; display: flex; margin-top:-5rpx; } .a{ font-size: 30rpx; margin-left: 60rpx; margin-top: 24rpx; height: 30rpx; width: 30rpx; } /* 输入框的边框 */ .srk-rim{ margin-top: 20rpx; width:99%; height:60rpx; border-bottom: 1px solid #EEEEEE; margin-left:-6rpx; } /* 输入框 */ .srk{ width: 600rpx; font-size: 28rpx; margin-left: 20rpx; font-family: "微软雅黑"; color: #C4182E; } /* 列表的大边框 */ .list-rim{ width: 100%; height: auto; border-bottom:10px solid #eeeeee; } /* 列表1 */ .one-list{ font-size: 25rpx; width: 680rpx; height: 110rpx; color: #000000; line-height: 130rpx; margin-left: 60rpx; border-bottom: 1px solid #EEEEEE; } /* 列表2 */ .two-list{ display: flex; font-size: 30rpx; width: 680rpx; height:90rpx; line-height: 90rpx; margin-left: 60rpx; border-bottom: 1px solid #EEEEEE; } /* 提现方式 */ .txfs{ width:100rpx; display: inline-block; font-size: 25rpx; color: #000000; } /* 单选框1的边框 */ .big-rim-one{ display: flex; margin-top:14rpx; /* margin-left:30rpx; */ width:180rpx; height:40rpx; line-height:44rpx; } /* 单选框1 */ .rim-one{ margin-left:18rpx; display:inline-block; margin-top:18rpx; width: 25rpx; height: 25rpx; line-height: 35rpx; border-radius: 50%; border: 3rpx solid #C4182E; } /* 选中样式 1*/ .ys{ width:21rpx; height:21rpx; margin-left:4rpx; margin-top: 4rpx; background-color:#C4182E; border-radius:25rpx; /* 图形的半径 */ display: none; } .ys.tab_item_active{ display: block; } .yhk{ margin-top: 20rpx; margin-left: 20rpx; display:inline-block; font-size: 25rpx; color: #3b639f; width: 100rpx; height: 100%; line-height: 100%; } /* 单选框2的边框 */ .big-rim-two{ display: flex; line-height:60rpx; width:250rpx; height:60rpx; margin-top:14rpx; } .yhks{ margin-top: 19rpx; margin-left: 21rpx; display:inline-block; font-size: 25rpx; color: #3b639f; width: 120rpx; height: 100%; line-height: 100%; } /* 列表1 */ .one-lists{ display: flex; font-size: 25rpx; width: 680rpx; height: 90rpx; color: #000000; line-height: 90rpx; margin-left: 60rpx; border-bottom: 1px solid #EEEEEE; } /* 输入框样式 */ .srk-two{ width: 200px; height: 50rpx; margin-left:50rpx; margin-top:18rpx; color: #999; font-size: 25rpx; font-family: 'SimHei',Arial; } /* 银行 */ .yh{ font-family: 'SimHei',Arial; font-size: 25rpx; width: 620rpx; height:92rpx; color: #000000; line-height:70rpx; margin-left: 60rpx; display:flex; } /* 确认按钮 */ .botton{ margin-top:55rpx; margin-left: 49rpx; background-color: #C4182E; width: 88%; border-radius:10rpx; text-align: center; height: 80rpx; line-height: 80rpx; color: #FFF; font-size: 14px; border: none; font-family: 'SimHei',Arial; } .om{ margin-top:55rpx; margin-left: 49rpx; background: gainsboro; width: 88%; border-radius:10rpx; text-align: center; height:80rpx; line-height: 80rpx; color: #FFF; font-size:27rpx; border: none; font-family: 'SimHei',Arial; }