/* pages/mine/wxml/Connect/Connect.wxss */ .container{ width: 100%; box-sizing: border-box; } #container{ width: 90%; } .header{ width: 100%; font-size: 40rpx; padding: 20rpx 0; margin: 0 auto; } .count{ width: 100%; } .phone::after{ content: ''; display: block; clear: both; } .phone{ width: 100%; padding: 20rpx 0; border-bottom: 1rpx solid #ececec; } .phone text{ font-size: 30rpx; float: left; line-height: 60rpx; color: #333; } .phone button{ height: 60rpx; box-sizing: border-box; font-size: 28rpx; float: right; padding: 10rpx; color: #fff; background: #999; line-height: 40rpx; } .phone input{ width: 300rpx; font-size: 30rpx; display: block; float: left; height: 60rpx; margin-left: 50rpx; } .btn{ color: #fff; background: #fb752c; border-radius: 6rpx; font-size: 32rpx; } .tip{ margin: 30rpx 0; } .tip text{ display: block; font-size: 28rpx; color: #999; width: 100%; text-align: center; }