洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.4 KiB

  1. .textareaBg {
  2. min-height: 364rpx;
  3. background: #F8F8F8;
  4. border-radius: 16rpx;
  5. border: 2rpx solid #E8E9EC;
  6. display: flex;
  7. flex-direction: column;
  8. justify-content: space-between;
  9. .flex {
  10. padding: 20rpx;
  11. align-items: flex-start;
  12. .icon {
  13. width: 24rpx;
  14. height: 24rpx;
  15. margin: 0 14rpx 0 24rpx;
  16. }
  17. .inputBox {
  18. flex: 1;
  19. }
  20. /deep/ .inputBox .u-textarea {
  21. padding: 0 !important;
  22. border: none !important;
  23. background: none !important;
  24. font-size: 24rpx
  25. }
  26. }
  27. .phoneBox {
  28. display: flex;
  29. padding: 0 10rpx 20rpx 20rpx;
  30. .imgBox {
  31. display: flex;
  32. .img {
  33. margin-right: 14rpx;
  34. position: relative;
  35. image {
  36. width: 160rpx;
  37. height: 160rpx;
  38. border-radius: 8rpx;
  39. overflow: hidden;
  40. }
  41. .minusCircle {
  42. position: absolute;
  43. right: -14rpx;
  44. top: -20rpx;
  45. z-index: 9;
  46. }
  47. }
  48. }
  49. .phone {
  50. border: 2rpx dashed #CDCED0;
  51. width: 160rpx;
  52. height: 160rpx;
  53. background: #F8F8F8;
  54. border-radius: 8rpx;
  55. overflow: hidden;
  56. display: flex;
  57. align-items: center;
  58. justify-content: center;
  59. flex-direction: column;
  60. .phoneIcon {
  61. width: 60rpx;
  62. height: 60rpx;
  63. }
  64. .lab {
  65. font-size: 20rpx;
  66. color: #686B73;
  67. margin-top: 8rpx;
  68. }
  69. }
  70. }
  71. }