38 lines
591 B
Plaintext
38 lines
591 B
Plaintext
/* packageD/energy/bindEquipment/bindEquipment.wxss */
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.list {
|
|
margin: 0 25rpx;
|
|
border-bottom: solid 1rpx #f5f7fa;
|
|
padding: 36rpx 12rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.list text {
|
|
margin-right: 41rpx;
|
|
}
|
|
|
|
.btn {
|
|
position: fixed;
|
|
bottom: 10rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.cbtn {
|
|
width: 600rpx;
|
|
height: 80rpx;
|
|
background-color: #ff2c29;
|
|
border-radius: 40rpx;
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
}
|