123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .top-bar{
- background-color: #343434;
- .bar-text{
- text-align: center;
- color: #fff;
- position: relative;
- padding-bottom: 15rpx;
- font-size: 25rpx;
- .left{
- position: absolute;
- left: 30rpx;
- top: 6rpx;
- >.left-img{
- width: 38rpx;
- height: 38rpx;
- }
- }
- }
- }
- .container {
- background-color: #F7F7F7;
- min-height: 1200rpx;
- letter-spacing: 3rpx;
- .head-img {
- height: 200rpx;
- display: flex;
- justify-content: space-between;
- background-color: #fff;
- padding: 0 50rpx;
- margin-bottom: 20rpx;
- .title{
- height: 200rpx;
- line-height: 200rpx;
- }
- .info {
- width: 150rpx;
- height: 150rpx;
- border-radius: 50%;
- margin-top: 25rpx;
- >image {
- width: 150rpx;
- height: 150rpx;
- border-radius: 50%;
- }
- }
- }
- .user-name,.sex,.birth,.tel{
- display: flex;
- justify-content: space-between;
- height: 100rpx;
- background-color: #fff;
- position: relative;
- padding: 0 50rpx;
-
- .title,.info{
- line-height: 100rpx;
- }
- .info{
- text-align: right;
- color: #707070;
- >input{
- height: 100%;
- }
- }
- .icon{
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- top: 38rpx;
- right: 15rpx;
- }
- }
- }
|