index.scss 975 B

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