/* packageUser/pages/user/bind/bind.wxss */ .bg { width: 100%; min-height: 100%; background-color: #fff; } .safe-top { width: 100%; height: 360rpx; background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/safebg.jpg'); background-size: 100%; } .phone { width: 633rpx; padding-left: 77rpx; height: 88rpx; line-height: 88rpx; font-size: 28rpx; } .phone-block { position: relative; width: 710rpx; height: 88rpx; border-bottom: 1px solid #cccccc; margin: 80rpx auto 0; } .text-placeholder { color: #bbbbbb; } .phone-logo { position: absolute; top: 23rpx; left: 16rpx; width: 30rpx; height: 40rpx; } .yzm-block { position: relative; width: 710rpx; margin: 40rpx auto 0; } .yzm-textBlock { position: relative; float: left; border-bottom: 1px solid #cccccc; } .yzm { width: 363rpx; height: 88rpx; padding-left: 77rpx; line-height: 88rpx; font-size: 28rpx; } .yzm-logo { position: absolute; top: 23rpx; left: 16rpx; width: 32rpx; height: 40rpx; } .getyzm { display: block; float: right; width: 228rpx; height: 86rpx; border: 1px solid #eab86a; line-height: 86rpx; text-align: center; color: #eab86a; font-size: 28rpx; border-radius: 6rpx; } .nogetyzm { display: block; float: right; width: 228rpx; height: 86rpx; border: 1px solid #cccccc; line-height: 86rpx; text-align: center; color: #cccccc; font-size: 28rpx; border-radius: 6rpx; } .pwd-block { margin: 40rpx auto 0; position: relative; width: 710rpx; height: 88rpx; border-bottom: 1px solid #cccccc; } .pwd { width: 633rpx; padding-left: 77rpx; height: 88rpx; line-height: 88rpx; font-size: 28rpx; } .pwd-logo { position: absolute; top: 23rpx; left: 16rpx; width: 32rpx; height: 40rpx; } .safe-btn { width: 710rpx; height: 88rpx; border-radius: 5rpx; margin: 120rpx auto 0; background-color: #eab86a; text-align: center; line-height: 88rpx; color: #fff; font-size: 36rpx; }