studentInfo.wxss 708 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. color: #FFFFFF;
  25. }
  26. .des {
  27. margin-top: 10rpx;
  28. font-size: 28rpx;
  29. color: #FFFFFF;
  30. }
  31. .btn {
  32. margin: 40rpx;
  33. }
  34. .avater-title {
  35. height: 100%;
  36. display: flex;
  37. align-items: center;
  38. }
  39. .user-avater-img {
  40. width: 200rpx;
  41. height: 200rpx;
  42. }