yuminge-app/yun-min-program-plugin-master/packageE/energy/powerEquipment/powerEquipment.wxss

130 lines
1.9 KiB
Plaintext

/* packageD/energy/powerEquipment/powerEquipment.wxss */
page {
background-color: #fff;
}
.headTop {
/* width: 100%; */
height: 70rpx;
display: flex;
justify-content: flex-start;
align-items: center;
padding-left: 35rpx;
font-size: 28rpx;
color: #666;
background-color: #f4f4f4;
}
.list {
width: 100%;
/* height: 202rpx; */
display: flex;
flex-direction: column;
background-color: #fff;
}
.list_top {
margin: 0 24rpx;
border-bottom: solid 2rpx #f5f7fa;
height: 98rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.list_bottom {
display: flex;
justify-content: flex-end;
align-items: center;
flex: 1;
margin: 20rpx 0;
}
.lis {
padding: 20rpx 0;
border-bottom: solid 2rpx #f5f7fa;
}
.lis view {
margin-left: 30rpx;
}
.lis view text {
line-height: 26rpx;
}
.erweima {
width: 194rpx;
height: 58rpx;
background-color: #ff2c29;
border-radius: 29rpx;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.hexiao {
display: flex;
justify-content: center;
align-items: center;
width: 167rpx;
height: 58rpx;
border-radius: 29rpx;
border: solid 1rpx #ff2c29;
margin-left: 41rpx;
color: #ff2c29;
margin-right: 34rpx;
}
.line {
width: 100%;
height: 10rpx;
background-color: #f5f7fa;
}
.popupBox {
width: 540rpx;
height: 535rpx;
background-color: #fff;
border-radius: 23rpx;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.is_code {
width: 354rpx;
height: 351rpx;
margin: 0 auto;
background-color: aquamarine;
margin-top: 25rpx;
}
.is_code image {
width: 100%;
height: 100%;
}
.texts {
margin: 0 auto;
font-size: 24rpx;
color: #999;
margin-top: 24rpx;
}
.btn {
width: 600rpx;
height: 80rpx;
background-color: #ff2c29;
border-radius: 40rpx;
position: fixed;
bottom: 10rpx;
font-size: 32rpx;
color: #fff;
text-align: center;
line-height: 80rpx;
left: 10%;
}