| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- /* packageUser/pages/user/bind/bind.wxss */
- .bg {
- width: 100%;
- height: 100%;
- }
- .bind {
- width: 100%;
- height: 100%;
- }
- .bind-logo {
- display: block;
- width: 100%;
- height: 365rpx;
- }
- .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: 56rpx 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;
- border-radius: 6rpx;
- background-color: #fff;
- }
- .getyzm-btn {
- width: 100%;
- height: 100%;
- line-height: 86rpx;
- text-align: center;
- color: #eab86a;
- font-size: 28rpx;
- }
- .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;
- }
- .bind-btn {
- display: block;
- width: 710rpx;
- height: 88rpx;
- margin: 70rpx auto 0;
- border-radius: 4rpx;
- }
- .bind-button {
- width: 100%;
- height: 100%;
- background-color: #eab86a;
- text-align: center;
- line-height: 88rpx;
- color: #fff;
- font-size: 36rpx;
- }
- .d5c-logo {
- width: 120rpx;
- height: 120rpx;
- margin: 240rpx auto 0;
- text-align: center;
- display: block;
- }
- .one-bind {
- margin: 0 auto;
- color: #b6b6b6;
- font-size: 28rpx;
- text-align: center;
- }
- .bind-border {
- position: relative;
- width: 710rpx;
- height: 60rpx;
- margin: 0 auto 50rpx;
- border-bottom: 1rpx solid #cccccc;
- }
- .bind-huo {
- width: 100rpx;
- height: 50rpx;
- position: absolute;
- background-color: #fff;
- color: #cccccc;
- font-size: 24rpx;
- position: absolute;
- left: 50%;
- margin-left: -50rpx;
- bottom: -25rpx;
- line-height: 50rpx;
- text-align: center;
- }
- .bind-d5c {
- width: 708rpx;
- height: 88rpx;
- border: 0;
- border: 1rpx solid #cccccc;
- background-color: #f3f3f3;
- border-radius: 4rpx;
- margin: 0 auto 20rpx;
- text-align: center;
- line-height: 88rpx;
- font-size: 32rpx;
- }
- button::after{
- border:none;
- }
|