managePhoto.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. page {
  2. background-color: #161616;
  3. }
  4. .page {
  5. background-color: #161616;
  6. }
  7. .topbg {
  8. }
  9. .topBody {
  10. width:750rpx;
  11. }
  12. .list_info {
  13. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  14. width:750rpx;
  15. .tips {
  16. width:690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;
  17. font-weight: 400;font-size: 28rpx;color: #FE2D56;
  18. }
  19. .item_tag {
  20. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  21. flex-wrap: wrap;width: 690rpx;
  22. .tag {
  23. width:218rpx;height:218rpx;position: relative;
  24. border-radius: 20rpx;margin-right: 12rpx;margin-bottom: 12rpx;
  25. display: flex;flex-direction: row;justify-content: center;align-items: center;
  26. .close {
  27. width:48rpx;height:48rpx;margin-left:10rpx;position: absolute;right:10rpx;top:10rpx;
  28. }
  29. .logo {
  30. width:218rpx;height:218rpx;border-radius: 28rpx;
  31. }
  32. }
  33. .tagAdd {
  34. width:218rpx;height:218rpx;position: relative;
  35. border-radius: 20rpx;margin-right: 12rpx;margin-bottom: 12rpx;
  36. border: 2rpx dotted #404040;
  37. display: flex;flex-direction: row;justify-content: center;align-items: center;
  38. .add {
  39. width:50rpx;height:50rpx;
  40. }
  41. }
  42. }
  43. }
  44. .btn_submit {
  45. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  46. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  47. border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FFFFFF;
  48. display: flex;flex-direction: row;justify-content: center;align-items: center;
  49. }
  50. .blankHeight {
  51. height:300rpx;
  52. }