123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- /* pages/ucenter/center/center.wxss */
- page {
- height: 100%;
- width: 100%;
- }
- .title {
- background-color: #2483c0;
- width: 100%;
- height: 88rpx;
- }
- .container {
- height: auto;
- overflow: hidden;
- margin: 0rpx 32rpx;
- border-bottom: 1rpx solid #f1f1f1;
- }
- .user_text {
- width: 100%;
- background: #fff;
- margin: 40rpx 0rpx;
- }
- .user_text.active {
- background: #ebebeb;
- }
- .userAvatarUrl {
- height: 70rpx;
- width: 69rpx;
- border-radius: 50%;
- display: block;
- margin: 11rpx 30rpx;
- float: right;
- overflow: hidden;
- }
- .userAvatarUrl image {
- height: 70rpx;
- width: 69rpx;
- }
- text {
- display: block;
- font-size: 32rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #545253;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 32rpx;
- height: 32rpx;
- min-height: 32rpx;
- }
- text.bold {
- font-size: 48rpx;
- line-height: 92rpx;
- height: 92rpx;
- min-height: 92rpx;
- margin: 0 0 0rpx 30rpx;
- }
- .h1 {
- margin: 0 0 0 30rpx;
- font-size: 24rpx;
- line-height: 24rpx;
- height: 24rpx;
- min-height: 24rpx;
- color: #959595;
- }
- .main {
- height: auto;
- width: 100%;
- position: relative;
- }
- .main .context {
- height: 100%;
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .context_input {
- margin: 0rpx 32rpx 30rpx 32rpx;
- }
- .account_img {
- width: 26rpx;
- height: 32rpx;
- margin: 28rpx 32rpx 28rpx 0;
- }
- .password_img {
- width: 24rpx;
- height: 30rpx;
- margin: 29rpx 34rpx 29rpx 0;
- }
- .phone_img {
- width: 24rpx;
- height: 24rpx;
- margin: 32rpx 34rpx 32rpx 0;
- }
- .email_img {
- width: 26rpx;
- height: 20rpx;
- margin: 34rpx 32rpx 34rpx 0;
- }
- .man_img {
- width: 28rpx;
- height: 24rpx;
- margin: 32rpx 30rpx 32rpx 0;
- }
- .context_input .input_view {
- border-bottom: 1rpx solid #f1f1f1;
- }
- .input_text_view {
- width: 158rpx;
- display: inline-block;
- }
- .input_text {
- display: inline-block;
- font-size: 32rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #545253;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 88rpx;
- height: 88rppx;
- min-height: 88rpx;
- }
- .context_input input {
- width: calc(100% - 158rpx);
- text-align: right;
- display: inline-block;
- font-size: 32rpx;
- height: 88rppx;
- line-height: 88rpx;
- min-height: 88rpx;
- color: #c9c9c9;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- }
- .context_input picker {
- width: calc(100% - 158rpx);
- text-align: right;
- display: inline-block;
- font-size: 32rpx;
- height: 88rppx;
- line-height: 88rpx;
- min-height: 88rpx;
- color: #c9c9c9;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- }
- .context_input picker text {
- font-size: 32rpx;
- height: 88rppx;
- line-height: 88rpx;
- min-height: 88rpx;
- color: #c9c9c9;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- }
- .context_input .placeholder {
- color: #c9c9c9;
- font-size: 32rpx;
- height: 88rppx;
- line-height: 88rpx;
- min-height: 88rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- }
- .errorMsg text {
- height: 28rpx;
- margin: 0rpx 32rpx 32rpx 30rpx;
- 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;
- }
- .login_button {
- width: calc(100% - 62rpx);
- 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: #3cb8b6;
- }
- .login_button_disable {
- width: calc(100% - 62rpx);
- 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;
- }
- .login_button.button-hover {
- background-color: #36a9a6;
- }
|