| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- /* 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;
- }
|