index.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .upload{
  2. padding: 20px 0px 0 20px;
  3. .tipTxt{
  4. margin-bottom: 10rpx;
  5. }
  6. }
  7. .topBox {
  8. height: 500rpx;
  9. display: flex;
  10. justify-content: center;
  11. align-items: center;
  12. }
  13. ::v-deep .buttonCalss {
  14. margin-top: 40px !important;
  15. }
  16. ::v-deep .u-upload__wrap {
  17. // width: 350px !important;
  18. // height: 350px !important;
  19. // margin: 0 auto;
  20. }
  21. .imagesRow {
  22. width: 80px;
  23. height: 80px;
  24. margin-left: 5px;
  25. }
  26. .textBorder {
  27. width: 70%;
  28. height: 130px;
  29. border-radius: 50% 50% 0 0;
  30. }
  31. .images {
  32. margin: 40px 0px 0px 20px;
  33. width: 70%;
  34. height: 130px;
  35. border-radius: 50% 50% 0 0;
  36. }
  37. .content {
  38. padding-left: 0;
  39. }
  40. .logo {
  41. height: 200rpx;
  42. width: 200rpx;
  43. margin-top: 200rpx;
  44. margin-left: auto;
  45. margin-right: auto;
  46. margin-bottom: 50rpx;
  47. }
  48. .text-area {
  49. display: flex;
  50. justify-content: center;
  51. }
  52. .title {
  53. font-size: 36rpx;
  54. color: #8f8f94;
  55. }
  56. .borders {
  57. border: black 2px solid;
  58. }
  59. ::v-deep .u-upload__wrap__preview__image {
  60. // width: 350px !important;
  61. // height: 350px !important;
  62. }
  63. ::v-deep .u-upload__button {
  64. border: 1rpx dashed #999!important;
  65. border-radius: 20rpx!important;
  66. }
  67. .btnBox{
  68. position: fixed;
  69. bottom: 20px;
  70. right: 10px;
  71. width: 80px;
  72. height: 80px;
  73. border-radius: 50%;
  74. display: flex;
  75. justify-content: center;
  76. align-items: center;
  77. .btn{
  78. width: 80px;
  79. height: 80px;
  80. border-radius: 50%;
  81. display: flex;
  82. justify-content: center;
  83. align-items: center;
  84. color: white;
  85. font-weight: bold;
  86. }
  87. .b1{
  88. background: green;
  89. }
  90. .b2{
  91. background: orange;
  92. }
  93. }
  94. .examplePic{
  95. display: flex;
  96. justify-content: space-around;
  97. padding: 0 20rpx 0 20rpx;
  98. .item{
  99. display: flex;
  100. flex-direction: column;
  101. align-items: center;
  102. width: 22%;
  103. .imagesRow{
  104. width: 100%;
  105. }
  106. }
  107. }
  108. .tipTxtBox{
  109. padding: 0 20px;
  110. }