index.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .pull-right{
  2. float: right;
  3. }
  4. .device{
  5. width: 710rpx;
  6. height: auto;
  7. background-color: #FFFFFF;
  8. border-radius: 20rpx;
  9. margin: 15rpx 20rpx;
  10. overflow: hidden;
  11. }
  12. .device-header{
  13. width: 750rpx;
  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 var(--themeColor); */
  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. .device-list text{
  45. display: inline-block;
  46. width: 400rpx;
  47. height: 80rpx;
  48. line-height: 80rpx;
  49. overflow: hidden;
  50. text-overflow:ellipsis;
  51. white-space: nowrap;
  52. text-align: right;
  53. color: #999999
  54. }
  55. .detail{
  56. display: inline-block;
  57. width: 155rpx;
  58. height: 40rpx;
  59. line-height: 40rpx;
  60. }
  61. .detail view{
  62. display: inline-block;
  63. width: 120rpx;
  64. height: 40rpx;
  65. line-height: 40rpx;
  66. color: var(--themeColor);
  67. font-size: 30rpx;
  68. font-family: PingFang-SC-Medium;
  69. font-weight:500;
  70. text-align: right;
  71. padding-right: 10rpx;
  72. }
  73. .detail image{
  74. display: inline-block;
  75. width: 12rpx;
  76. height: 20rpx;
  77. margin-top: 10rpx;
  78. }