| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 | /* pages/login/login.wxss */page {  position: relative;  width: 100%;  height: 100%;}.login-container {  position: relative;  height: 100%;  width: 100%;}image {  display: block;  width: 150rpx;  height: 150rpx;  margin: auto;  border-radius: 50%;}view.msg {  font-size: 24rpx;  color: #666;  width: 100%;  text-align: center;  margin-top: 10rpx;}view.title {  font-size: 28rpx;  color: #333;  width: 100%;  text-align: center;  margin-top: 20rpx;}button {  margin-top: 30rpx;  width: 450rpx;  height: 85rpx;  line-height: 85rpx;  color: #fff;}.button-hover {  background-color: #fff;  color: #0ab906;}button::after{  border: 0 !important;}.authorized-btn {  margin: 0 auto;  width: 702rpx;  height: 116rpx;  line-height: 116rpx;  background: #006CE8;  border-radius: 60rpx 60rpx 60rpx 60rpx;  color: #fff;  font-weight: bold;  font-size: 32rpx;  color: #FFFFFF;}.hole-btn{  font-size: 32rpx;  color: #AAAAAA;  background-color: #fff;}.login-phone {  width: 100%;  margin: 30rpx auto;}.login-bottom {  position: absolute;  bottom: 5%;  left: 6%;  display: flex;  justify-content: space-between;  width: 88%;}.bottom-btn {  background: #fff;  border: 1rpx solid #e43130;  color: #e43130;}.bottom-btn:last-child {  margin-left: 6%;  color: #000;  border: 1rpx solid #000;}.bind-tips {  position: absolute;  z-index: 2;  width: 100%;  height: 100%;  top: 20%;  left: 0;}.user-info{  margin: auto;}.head-img{	display:block; 	overflow:hidden; 	border-radius: 50%;	width: 156rpx;	height: 156rpx;  margin: 0 auto;}.userNickName{  display:block;   margin: 20rpx 0 180rpx 0;  text-align: center;}.logo{  margin: 160rpx auto 240rpx;  width: 212rpx;  height: 212rpx;}
 |