studentInfo.wxss 750 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .card {
  2. background: #FFFFFF;
  3. box-shadow: 0 2rpx 15rpx 1rpx rgba(201, 201, 204, 0.2);
  4. border-radius: 16rpx;
  5. margin: 30rpx;
  6. }
  7. .top {
  8. position: relative;
  9. padding-bottom: 60rpx;
  10. }
  11. .top-txt {
  12. width: 690rpx;
  13. height: 180rpx;
  14. position: absolute;
  15. left: 0;
  16. top: 0;
  17. display: flex;
  18. flex-direction: column;
  19. align-items: center;
  20. justify-content: center;
  21. }
  22. .title {
  23. font-size: 36rpx;
  24. font-weight: 400;
  25. color: #FFFFFF;
  26. }
  27. .des {
  28. margin-top: 10rpx;
  29. font-size: 28rpx;
  30. font-weight: 400;
  31. color: #FFFFFF;
  32. }
  33. .btn {
  34. margin: 40rpx;
  35. }
  36. .avater-title {
  37. height: 100%;
  38. display: flex;
  39. align-items: center;
  40. }
  41. .user-avater-img {
  42. width: 200rpx;
  43. height: 200rpx;
  44. }