index.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. .cbox{
  13. margin-bottom: 80px;
  14. }
  15. .device-header{
  16. width: 750rpx;
  17. height: 83rpx;
  18. line-height: 83rpx;
  19. padding: 0 30rpx;
  20. overflow: hidden;
  21. }
  22. .device-header-title{
  23. width: 682rpx;
  24. height: 40rpx;
  25. line-height: 40rpx;
  26. margin-top: 23rpx;
  27. color: var(--themeColor);
  28. /* border-left: 8rpx solid var(--themeColor); */
  29. /* padding-left: 17rpx; */
  30. font-size: 34rpx;
  31. font-weight: bold;
  32. font-family:PingFang-SC-Bold;
  33. }
  34. .device-list{
  35. font-size: 32rpx;
  36. font-family:PingFang-SC-Medium;
  37. padding: 0 28rpx;
  38. }
  39. .device-list view{
  40. height: 80rpx;
  41. line-height: 80rpx;
  42. border-bottom: 1rpx solid #CCCCCC;
  43. }
  44. .device-list view:last-child{
  45. border: 0;
  46. }
  47. .device-list text{
  48. display: inline-block;
  49. width: 400rpx;
  50. height: 80rpx;
  51. line-height: 80rpx;
  52. overflow: hidden;
  53. text-overflow:ellipsis;
  54. white-space: nowrap;
  55. text-align: right;
  56. color: #999999
  57. }
  58. .detail{
  59. display: inline-block;
  60. width: 155rpx;
  61. height: 40rpx;
  62. line-height: 40rpx;
  63. }
  64. .detail view{
  65. display: inline-block;
  66. width: 120rpx;
  67. height: 40rpx;
  68. line-height: 40rpx;
  69. color: var(--themeColor);
  70. font-size: 30rpx;
  71. font-family: PingFang-SC-Medium;
  72. font-weight:500;
  73. text-align: right;
  74. padding-right: 10rpx;
  75. }
  76. .detail image{
  77. display: inline-block;
  78. width: 12rpx;
  79. height: 20rpx;
  80. margin-top: 10rpx;
  81. }
  82. .yhbox{
  83. position: fixed;
  84. z-index: 10;
  85. bottom: 0;
  86. left: 0;
  87. width: 710rpx;
  88. height: 90rpx;
  89. background-color: #ffffff;
  90. padding: 20rpx;
  91. }
  92. .user-info{
  93. height: 90rpx;
  94. line-height: 90rpx;
  95. background-color: var(--themeColor) !important;
  96. color: #ffffff !important;
  97. width: 100% !important;
  98. }