1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .card {
- background: #FFFFFF;
- box-shadow: 0 2rpx 15rpx 1rpx rgba(201, 201, 204, 0.2);
- border-radius: 16rpx;
- margin: 30rpx;
- }
- .top {
- position: relative;
- padding-bottom: 60rpx;
- }
- .top-txt {
- width: 690rpx;
- height: 180rpx;
- position: absolute;
- left: 0;
- top: 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .title {
- font-size: 36rpx;
- font-weight: 400;
- color: #FFFFFF;
- }
- .des {
- margin-top: 10rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #FFFFFF;
- }
- .btn {
- margin: 40rpx;
- }
- .avater-title {
- height: 100%;
- display: flex;
- align-items: center;
- }
- .user-avater-img {
- width: 200rpx;
- height: 200rpx;
- }
|