123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /* pages/deviceInfo/deviceInfo.wxss */
- .form-group {
- background-color: #fff;
- }
- .form-item {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- line-height: 3.5;
- border-bottom: solid 1px #f8f8f8;
- padding: 0 20rpx;
- }
- .form-label {
- white-space: nowrap;
- }
- .form-value {
- width: 100%;
- text-align: right;
- /* color: #999; */
- }
- .u-unit {
- margin-left: 20rpx;
- color: #333;
- }
- .remark-info {
- width: 80%;
- height: 120rpx;
- line-height: 1;
- }
- .local-icon {
- width: 20px;
- vertical-align: center;
- }
- .save-op {
- margin-top: 60rpx;
- padding: 30rpx 60rpx;
- }
- .save-op button {
- font-size: 28rpx;
- }
- .edit-user-btn {
- padding: 6rpx 20rpx;
- background-color: #2d8cf0;
- color: #fff;
- margin-left: 20rpx;
- font-size: 24rpx;
- border-radius: 5rpx;
- }
- .input-bats {
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- }
- .input-bat-item {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- }
- .input-bat-type {
- width: 50px;
- border: solid 1px #f8f8f8;
- padding-right: 10px;
- }
- .return-status-view {
- height: 100%;
- width: 100%;
- text-align: left;
- }
- .return-status-button {
- margin-right: 10px;
- margin-bottom: 10px;
- display: inline-flex;
- }
- .return-uptitle {
- padding: 16px 16px 8px;
- font-size: 14px;
- line-height: 16px;
- color: #969799;
- }
- .return-upimage {
- padding: 16px 16px 8px;
- }
- .input-bats {
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- }
- .input-bat-item {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- }
- .input-bat-type {
- width: 50px;
- border: solid 1px #f8f8f8;
- padding-right: 10px;
- }
|