12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .mine {
- width: 100%;
- }
- .mine-top {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .top-area {
- width: 100%;
- height: 468rpx;
- border-bottom-left-radius: 4%;
- border-bottom-right-radius: 4%;
- background-color: #4065FB;
- }
- .mine-user {
- margin-top: -150rpx;
- padding-left: 32rpx;
- padding-right: 32rpx;
- width: 646rx;
- height: 254rpx;
- }
- .mine-user-msg {
- width: 646rx;
- height: 254rpx;
- background-color: #fff;
- border-radius: 6px;
- position: relative;
- margin-bottom: 40rpx;
- }
- .mine-head {
- width: 174rpx;
- height: 174rpx;
- background-color: #edeef5;
- border-radius: 50%;
- position: absolute;
- left: 252rpx;
- top: -83rpx;
- }
- .mine-name {
- display: block;
- text-align: center;
- height: 68rpx;
- font-size: 40rpx;
- padding-top: 150rpx;
- }
- .mine-btn button {
- background-color: #4065FB;
- color: #fff;
- height: 96rpx;
- line-height: 96rpx;
- }
- .mine-bgc button {
- background-color: #fff;
- color: #333;
- }
|