| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .bg {
- position: relative;
- width: 100%;
- min-height: 100%;
- background-color: #f3f3f3;
- }
- .userinfo-line {
- line-height: 90rpx;
- background-color: #fff;
- font-size: 28rpx;
- border-bottom: 1px solid #eeeeee;
- overflow:hidden;
- padding: 20rpx;
- }
- .userinfo-title {
- margin-left: 20rpx;
- color: #4c4c4c;
- width:80px;
- vertical-align: middle;
- display: inline-block;
- }
- .nameText {
- width: 330rpx;
- height: 90rpx;
- line-height: 90rpx;
- color: #4c4c4c;
- float: right;
- text-align: right;
- padding-right: 20rpx;
- }
- .img-avatar{
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- vertical-align: middle;
- float:right;
- }
- .savebtn{
- width: 90%;
- padding: 5rpx;
- border-radius: 90rpx;
- background: #eab86a;
- color: #FFF;
- font-size: 30rpx;
- margin: 5%;
- margin-top: 100rpx;
- }
- .sexpicker{
- display: inline;
- width: 200rpx;
- float: right;
- text-align: right;
- padding-right: 25rpx;
- }
|