41 lines
571 B
Plaintext
41 lines
571 B
Plaintext
/* packageD/energy/powerStore/powerStore.wxss */
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.line {
|
|
margin: 0 25rpx;
|
|
height: 94rpx;
|
|
border-bottom: solid 1rpx #f5f7fa;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.name {
|
|
font-size: 28rpx;
|
|
padding-left: 12rpx;
|
|
padding-right: 51rpx;
|
|
}
|
|
|
|
.lineInp {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.line input {
|
|
flex: 1;
|
|
}
|
|
|
|
.btn {
|
|
width: 600rpx;
|
|
height: 80rpx;
|
|
background-color: #ff2c29;
|
|
border-radius: 40rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
position: fixed;
|
|
bottom: 9rpx;
|
|
left: 10%;
|
|
margin: 0 auto;
|
|
color: #fff;
|
|
}
|