patentDetails.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* pages/patentDetails/patentDetails.wxss */
  2. .line{
  3. border-top: 2rpx solid var(--themeColor) !important;
  4. color: var(--themeColor) !important;
  5. font-weight: bold !important;
  6. font-size: 15px !important;
  7. }
  8. .line::before{
  9. width: 0px !important;
  10. }
  11. .line>.wux-divider__text{
  12. padding-left: 0px !important;
  13. }
  14. .form{
  15. padding: 0 10px;
  16. }
  17. .swiper{
  18. height: 200rpx;
  19. }
  20. .slide-image {
  21. width: 100%;
  22. height: 100%;
  23. background-size:contain; /* 图片覆盖整个容器,可能部分图片不可见 */
  24. background-position: center; /* 图片居中显示 */
  25. background-repeat: no-repeat; /* 图片不重复 */
  26. }
  27. .patentDetail{
  28. padding: 10px 25rpx;
  29. }
  30. .patentNo{
  31. border-radius: 10rpx;
  32. background-color: var(--themeColor);
  33. width: fit-content;
  34. padding: 8px;
  35. margin-left: 10px;
  36. color: #ffffff;
  37. }
  38. .title{
  39. margin-top: 10px;
  40. margin-left: 10px;
  41. font-weight: bold;
  42. }
  43. .form_item{
  44. padding:0 10rpx;
  45. font-size: 14px;
  46. font-weight: normal;
  47. color: var(--themeColor);
  48. /* width: fit-content;
  49. border-radius: 10rpx;
  50. border: 1px solid var(--themeColor); */
  51. }