/* pages/ucenter/center/center.wxss */ page { height: 100%; width: 100%; } /* .title { background-color: #2483c0; width: 100%; height: 88rpx; } */ .container { height: auto; overflow: hidden; width: 100%; } .user_text { width: 100%; background: #fff; padding: 40rpx; box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset; } .user_text.active { background: #ebebeb; } .userAvatarUrl { height: 100rpx; width: 100rpx; border-radius: 50%; display: block; margin: 10rpx 42rpx 10rpx 30rpx; float: left; overflow: hidden; } .userAvatarUrl image { height: 100rpx; width: 100rpx; } text { display: block; font-size: 24rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #434343; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 24rpx; height: 24rpx; min-height: 24rpx; } text.bold { width: calc(100% - 172rpx); font-weight:600; font-size: 28rpx; line-height: 80rpx; height: 80rpx; min-height: 80rpx; color:#000000; margin-top: 20rpx; /* margin: 0rpx 0rpx 0rpx 30rpx; */ } text.thin { width: calc(100% - 172rpx); font-size: 22rpx; line-height: 40rpx; height: 40rpx; min-height: 40rpx; color:#8f8e94; /* margin: 0rpx 0rpx 0rpx 30rpx; */ } .edit { position: absolute; top: 40rpx; right: 30rpx; margin: 0 0 0 30rpx; font-size: 24rpx; line-height: 120rpx; height: 120rpx; min-height: 120rpx; } .main { height: auto; width: 100%; position: relative; } .main .context { height: 100%; width: 100%; position: absolute; top: 0; left: 0; } .context_input .input_view { padding: 0rpx 30rpx 0rpx 42rpx; border-bottom: 2rpx solid #f1f1f1; height: 90rpx; } .input_text_view { width: 158rpx; display: inline-block; } .input_text { display: inline-block; font-size: 24rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #434343; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 90rpx; height: 90rppx; min-height: 90rpx; } .context_input input { width: calc(100% - 190rpx); text-align: right; display: inline-block; font-size: 24rpx; height: 90rppx; line-height: 90rpx; min-height: 90rpx; color: #999999; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .context_input picker { width: calc(100% - 190rpx); text-align: right; display: inline-block; font-size: 24rpx; height: 90rppx; line-height: 90rpx; min-height: 90rpx; color: #999999; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .context_input picker view { font-size: 24rpx; height: 90rppx; line-height: 85rpx; min-height: 90rpx; color: #999999; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .input_view .zan-ft { } .context_input .placeholder { font-size: 24rpx; height: 90rppx; line-height: 90rpx; min-height: 90rpx; color: #999999; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .errorMsg{ height: 24rpx; margin: 32rpx 60rpx 32rpx 60rpx; font-size: 28rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: red; text-overflow: ellipsis; white-space: nowrap; } .errorMsg text { color: red; } .login_button { width: calc(100% - 152rpx); font-size: 32rpx; /* margin: 0rpx 32rpx; */ font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #fff; text-overflow: ellipsis; white-space: nowrap; background-color: #00a8dc; border-radius: 40rpx; height: 80rpx; border: none; margin: 235rpx 76rpx 0 76rpx; } .login_button_disable { width: calc(100% - 152rpx); font-size: 32rpx; /* margin: 0rpx 32rpx; */ font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #fff; text-overflow: ellipsis; white-space: nowrap; background-color: #c9c9c9; border-radius: 40rpx; height: 80rpx; border: none; margin: 235rpx 76rpx 0 76rpx; } .login_button.button-hover { background-color: #36a9a6; } .zan-ft{ margin-left: 20rpx; width: 14rpx; height: 90rppx; line-height: 90rpx; min-height: 90rpx; display: inline-block; position: absolute; } .zan-ft image{ display: inline-block; width: 14rpx; height: 24rpx; /*transform:rotate(180deg);*/ }