index.scss 933 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @import '/static/unread.wxss';
  2. /* 搜索和上传按钮 */
  3. .search-and-upload {
  4. width: 750rpx;
  5. height: 104rpx;
  6. background-color: var(--primary);
  7. box-sizing: border-box;
  8. padding: 20rpx 30rpx;
  9. .con {
  10. display: flex;
  11. justify-content: space-between;
  12. width: 100%;
  13. height: 100%;
  14. }
  15. }
  16. .upload-box {
  17. position: relative;
  18. width: 190rpx;
  19. height: 100%;
  20. .upload {
  21. position: absolute;
  22. height: 64rpx;
  23. display: flex;
  24. align-items: center;
  25. line-height: 64rpx;
  26. border-radius: 32rpx;
  27. border: 1rpx solid #fff;
  28. padding: 0 20rpx !important;
  29. box-sizing: border-box;
  30. margin: 0 20rpx;
  31. font-size: 28rpx;
  32. font-family: PingFang SC-Bold, PingFang SC;
  33. font-weight: bold;
  34. color: #FFFFFF;
  35. top: -30rpx;
  36. text {
  37. margin-right: 15rpx;
  38. }
  39. }
  40. }