.pull-right{ float: right; } .device{ width: 710rpx; height: auto; background-color: #FFFFFF; border-radius: 20rpx; margin: 15rpx 20rpx; overflow: hidden; } .cbox{ margin-bottom: 80px; } .device-header{ width: 750rpx; height: 83rpx; line-height: 83rpx; padding: 0 30rpx; overflow: hidden; } .device-header-title{ width: 682rpx; height: 40rpx; line-height: 40rpx; margin-top: 23rpx; color: var(--themeColor); /* border-left: 8rpx solid var(--themeColor); */ /* padding-left: 17rpx; */ font-size: 34rpx; font-weight: bold; font-family:PingFang-SC-Bold; } .device-list{ font-size: 32rpx; font-family:PingFang-SC-Medium; padding: 0 28rpx; } .device-list view{ height: 80rpx; line-height: 80rpx; border-bottom: 1rpx solid #CCCCCC; } .device-list view:last-child{ border: 0; } .device-list text{ display: inline-block; width: 400rpx; height: 80rpx; line-height: 80rpx; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; text-align: right; color: #999999 } .detail{ display: inline-block; width: 155rpx; height: 40rpx; line-height: 40rpx; } .detail view{ display: inline-block; width: 120rpx; height: 40rpx; line-height: 40rpx; color: var(--themeColor); font-size: 30rpx; font-family: PingFang-SC-Medium; font-weight:500; text-align: right; padding-right: 10rpx; } .detail image{ display: inline-block; width: 12rpx; height: 20rpx; margin-top: 10rpx; } .yhbox{ position: fixed; z-index: 10; bottom: 0; left: 0; width: 710rpx; height: 90rpx; background-color: #ffffff; padding: 20rpx; } .user-info{ height: 90rpx; line-height: 90rpx; background-color: var(--themeColor) !important; color: #ffffff !important; width: 100% !important; }