123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .itemContainer {
- padding: 0.2rem;
- display: flex;
- justify-content: space-between;
- font-size: 0.26rem;
- border-bottom: 1px solid #dbdbdb;
- .toDetail {
- color: #4a90e2;
- }
- }
- .title {
- font-size: 0.3rem;
- color: #4a90e2;
- line-height: 0.4rem;
- padding-left: 0.1rem;
- padding-top: 0.16rem;
- }
- .detailDeviceName {
- color: #4089ff;
- background-color: #dce7f9;
- font-size: 0.28rem;
- padding: 0.4rem 0.2rem;
- border-radius: 0.2rem;
- }
- .detailDevice {
- padding: 0.1rem;
- .detailDeviceTitle {
- font-size: 0.3rem;
- font-weight: 500;
- color: #4089ff;
- margin: 0.2rem 0;
- }
- .detailDeviceCharts {
- padding: 0.2rem;
- }
- }
- .form {
- margin-bottom: 0.14rem;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .dateTabs {
- display: flex;
- border: 0.01rem solid #d5d5d5;
- height: 0.45rem;
- .dateTabsItem {
- width: 1rem;
- text-align: center;
- cursor: pointer;
- border-right: 0.01rem solid #d5d5d5;
- line-height: 0.45rem;
- font-size: 0.24rem;
- font-weight: 400;
- color: #4a4a4a;
- &:last-child {
- border-right: none;
- }
- &.active {
- background: #4a90e2;
- color: #fff;
- }
- }
- }
|