student.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-809c9d48 {
  4. display: flex;
  5. flex-direction: column;
  6. padding: 0 20rpx;
  7. min-height: 100vh;
  8. background-color: #f1f6fe;
  9. }
  10. .container .img_bg.data-v-809c9d48 {
  11. position: absolute;
  12. top: -70rpx;
  13. right: 0;
  14. width: 589rpx;
  15. height: 320rpx;
  16. pointer-events: none;
  17. }
  18. .container .identity.data-v-809c9d48 {
  19. margin: 20rpx 0 40rpx 0;
  20. color: #808080;
  21. font-size: 28rpx;
  22. }
  23. .container .box.data-v-809c9d48 {
  24. display: flex;
  25. margin-bottom: 30rpx;
  26. height: 120rpx;
  27. }
  28. .container .box .box_img.data-v-809c9d48 {
  29. width: 120rpx;
  30. height: 120rpx;
  31. border-radius: 50%;
  32. }
  33. .container .box .box_info.data-v-809c9d48 {
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: space-evenly;
  37. margin-left: 22rpx;
  38. }
  39. .container .box .box_info .info_name.data-v-809c9d48 {
  40. display: flex;
  41. align-items: center;
  42. font-size: 32rpx;
  43. }
  44. .container .box .box_info .info_name .info_type.data-v-809c9d48 {
  45. margin-left: 15rpx;
  46. padding: 0 14rpx;
  47. height: 37rpx;
  48. line-height: 37rpx;
  49. font-size: 20rpx;
  50. color: #0061ff;
  51. border: 1rpx solid #0061ff;
  52. border-radius: 6rpx;
  53. background-color: #d9e7ff;
  54. }
  55. .container .box .box_info .info_phone.data-v-809c9d48 {
  56. color: #808080;
  57. font-size: 28rpx;
  58. }
  59. .container .box .box_btn.data-v-809c9d48 {
  60. display: flex;
  61. justify-content: center;
  62. align-items: center;
  63. align-self: center;
  64. margin-left: auto;
  65. width: 140rpx;
  66. height: 68rpx;
  67. color: #fff;
  68. font-size: 28rpx;
  69. border-radius: 10rpx;
  70. background-color: #0061ff;
  71. }
  72. .container .mb-50.data-v-809c9d48 {
  73. margin-bottom: 50rpx;
  74. }