1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- /* page {
- background-color: #f2f2f2;
- } */
- .personxx {
- width: 710rpx;
- margin-left: 20rpx;
- height: 350rpx;
- border-radius: 20rpx;
- position: absolute;
- top: 0;
- color: white;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .title {
- color: #a7a7a7;
- font-size: 30rpx;
- box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.15);
- }
- .tx {
- width: 200rpx;
- height: 200rpx;
- border-radius: 50%;
- overflow: hidden;
- /* margin-left: 46rpx; */
- }
- .nc {
- margin-top: 15rpx;
- /* margin-left: 50rpx; */
- font-size: 28rpx;
- }
- .title {
- display: flex;
- justify-content: space-between;
- background: rgba(255, 255, 255, 1);
- border-radius: 10rpx;
- width: 85%;
- margin: 0 auto;
- padding: 15rpx;
- margin-top: 15rpx;
- }
- .small-title {
- display: flex;
- align-items: center;
- justify-content: center;
- color: #333333;
- font-weight: 600;
- }
- .small-zi {
- margin-left: 20rpx;
- }
- .jiantou {
- font-size: 40rpx;
- color: #9b9b9b;
- }
|