index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .pull-right{
  2. float: right;
  3. }
  4. .device{
  5. width: 710rpx;
  6. height: auto;
  7. border-radius: 20rpx;
  8. background-color: #FFFFFF;
  9. margin: 15rpx 20rpx;
  10. overflow: hidden;
  11. }
  12. .device-header{
  13. width: 720rpx;
  14. height: 83rpx;
  15. line-height: 83rpx;
  16. padding: 0 30rpx;
  17. overflow: hidden;
  18. }
  19. .device-header-title{
  20. width: 682rpx;
  21. height: 40rpx;
  22. line-height: 40rpx;
  23. margin-top: 23rpx;
  24. color: var(--themeColor);
  25. /* border-left: 8rpx solid #3595A5; */
  26. /* padding-left: 17rpx; */
  27. font-size: 34rpx;
  28. font-weight: bold;
  29. font-family:PingFang-SC-Bold;
  30. }
  31. .device-list{
  32. font-size: 32rpx;
  33. font-family:PingFang-SC-Medium;
  34. padding: 0 28rpx;
  35. }
  36. .device-list view{
  37. height: 80rpx;
  38. line-height: 80rpx;
  39. border-bottom: 1rpx solid #CCCCCC;
  40. }
  41. .device-list view:last-child{
  42. border: 0;
  43. }
  44. .detail{
  45. display: inline-block;
  46. width: 155rpx;
  47. height: 40rpx;
  48. line-height: 40rpx;
  49. }
  50. .detail view{
  51. display: inline-block;
  52. width: 120rpx;
  53. height: 40rpx;
  54. line-height: 40rpx;
  55. color: var(--themeColor);
  56. font-size: 30rpx;
  57. font-family: PingFang-SC-Medium;
  58. font-weight:500;
  59. text-align: right;
  60. padding-right: 10rpx;
  61. }
  62. .detail image{
  63. display: inline-block;
  64. width: 12rpx;
  65. height: 20rpx;
  66. margin-top: 10rpx;
  67. }