115 lines
1.7 KiB
Plaintext
115 lines
1.7 KiB
Plaintext
/* packageD/energy/powerAddMeb/powerAddMeb.wxss */
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.list {
|
|
margin: 0 25rpx;
|
|
height: 95rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: solid 1rpx #f5f7fa;
|
|
}
|
|
|
|
.name {
|
|
min-width: 162rpx;
|
|
margin-left: 12rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.list input {
|
|
flex: 1;
|
|
}
|
|
|
|
.phoneBtn {
|
|
width: 150rpx;
|
|
height: 55rpx;
|
|
background-color: rgba(255, 77, 72, 0.27);
|
|
border-radius: 28rpx;
|
|
text-align: center;
|
|
line-height: 55rpx;
|
|
font-size: 28rpx;
|
|
color: #ff4d48;
|
|
}
|
|
|
|
/* 地址选择器 */
|
|
|
|
/* -------------------------------- */
|
|
.btn-area {
|
|
padding: 0rpx 20rpx;
|
|
}
|
|
|
|
.dateBe {
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
left: -5rpx;
|
|
width: 760rpx;
|
|
padding: 0rpx 5rpx;
|
|
box-sizing: border-box;
|
|
z-index: 200;
|
|
font-size: 28rpx;
|
|
border-top: 1rpx solid #d9d9d9;
|
|
opacity: 0;
|
|
transform: translate(-750rpx, 0rpx);
|
|
}
|
|
|
|
.dateBe.true {
|
|
opacity: 1;
|
|
transform: translate(0rpx, 0rpx);
|
|
}
|
|
|
|
.dateBe .head {
|
|
display: flex;
|
|
flex-flow: nowrap;
|
|
padding: 0rpx 30rpx;
|
|
line-height: 80rpx;
|
|
border-bottom: 1rpx solid #d9d9d9;
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.dateBe .head .ll {
|
|
flex: 1;
|
|
}
|
|
|
|
.dateBe .head .rr {
|
|
text-align: right;
|
|
flex: 1;
|
|
}
|
|
|
|
.dateBe .main {
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.dateBe .main view {
|
|
text-align: center;
|
|
}
|
|
|
|
/* -------------------------------- */
|
|
|
|
.btnpos {
|
|
width: 600rpx;
|
|
height: 80rpx;
|
|
background-image:
|
|
linear-gradient(
|
|
0deg,
|
|
#ff8a66 0%,
|
|
#ff4946 84%
|
|
),
|
|
linear-gradient(
|
|
#03ddc8,
|
|
#03ddc8
|
|
);
|
|
background-blend-mode:
|
|
normal,
|
|
normal;
|
|
box-shadow:
|
|
0rpx 4rpx 8rpx 0rpx
|
|
rgba(255, 79, 73, 0.13);
|
|
border-radius: 40rpx;
|
|
margin: 60rpx auto;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
}
|