1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- /* pages/deviceBatchAlter/deviceBatchAlter.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;
- }
- .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;
- }
|