zhongping-miniprogram/miniprogram/pages/inspected/inspected.scss

337 lines
5.5 KiB
SCSS

/* pages/inspected/inspected.wxss */
page {
background: #214A9D;
padding-bottom: 70rpx;
}
.logo {
width: 208rpx;
height: 37rpx;
}
.bg-box {
position: relative;
.bg {
width: 750rpx;
height: 500rpx;
}
.header {
position: absolute;
top: 240rpx;
left: 407rpx;
.top {
font-size: 47rpx;
font-family: FZZhengHeiS-DB-GB;
font-weight: 400;
color: #FFFFFF;
line-height: 69rpx;
opacity: 0.8;
margin-bottom: 20rpx;
}
.bottom {
font-size: 29rpx;
font-family: PingFang SC;
font-weight: bold;
color: #FFFFFF;
line-height: 42rpx;
opacity: 0.57;
margin-bottom: 16rpx;
}
.line {
width: 79rpx;
height: 8rpx;
background: #FFFFFF;
opacity: 0.32;
}
}
}
.container {
box-sizing: border-box;
padding: 0 30rpx;
}
.white-box {
box-sizing: border-box;
padding: 60rpx 100rpx;
background: #fff;
border-radius: 32rpx;
margin-bottom: 22rpx;
position: relative;
margin-top: -66rpx;
&.member {
background: linear-gradient(#F9EBDB, #FFFFFF 112rpx);
.title-container {
color: #502B16;
.title-box::before {
background: #F7EEE2;
}
}
.description {
color: #653E12;
}
.field-item {
position: relative;
input {
background: #FDF9F4;
border: none;
}
.contactBox {
z-index: 999;
position: absolute;
right: 26rpx;
bottom: 24rpx;
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #3A61B1;
display: flex;
align-items: center;
.contact {
width: 25rpx;
height: 25rpx;
margin-right: 12rpx;
}
}
}
}
.title-container {
display: flex;
justify-content: center;
align-items: center;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #000000;
image {
width: 32rpx;
height: 41rpx;
&:last-child {
transform: rotateY(180deg);
}
}
.title-box {
margin: 0 24rpx;
display: flex;
// flex-direction: column;
flex-direction: column-reverse;
align-items: center;
&::before {
content: ' ';
width: 75rpx;
height: 14rpx;
background: #CAD4EA;
border-radius: 7rpx;
margin-top: -12rpx;
}
}
}
.description {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 400;
color: #838383;
margin-top: 50rpx;
}
.field-item {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #494949;
margin-top: 37rpx;
position: relative;
input {
width: 100%;
height: 86rpx;
line-height: 86rpx;
font-size: 28rpx;
background: #FFFFFF;
border: 1rpx solid #E6E6E6;
border-radius: 10rpx;
margin-top: 25rpx;
padding-left: 32rpx;
box-sizing: border-box;
}
.contactBox {
z-index: 999;
position: absolute;
right: 26rpx;
bottom: 24rpx;
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #3A61B1;
display: flex;
align-items: center;
.contact {
width: 25rpx;
height: 25rpx;
margin-right: 12rpx;
}
}
}
.time-box {
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 400;
color: #838383;
text-align: center;
margin-top: 44rpx;
text {
font-weight: bold;
color: #FF5129;
}
}
.btn-box {
margin-top: 60rpx;
position: relative;
z-index: 2;
}
.bg {
position: absolute;
z-index: 1;
width: 407rpx;
height: 264rpx;
right: 0;
bottom: 0;
}
}
.cell {
height: 113rpx;
background: #fff;
border-radius: 32rpx;
display: flex;
align-items: center;
box-sizing: border-box;
padding: 0 34rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #494949;
text {
width: 100%;
}
image {
flex-shrink: 0;
&.icon {
width: 33rpx;
height: 36rpx;
margin-right: 22rpx;
}
&.arrows {
width: 14rpx;
height: 25rpx;
}
}
}
.member-shadow {
width: 558rpx;
box-sizing: border-box;
padding: 56rpx 66rpx;
background: linear-gradient(#F9EBDB, #FFFFFF 112rpx);
border-radius: 24rpx;
position: relative;
.cancel {
position: absolute;
top: 0;
right: 10rpx;
width: 31rpx;
height: 31rpx;
padding: 21rpx;
}
.title {
padding-top: 30rpx;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #502B16;
margin-bottom: 30rpx;
}
.price {
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 400;
color: #838383;
margin-bottom: 30rpx;
text {
color: #FF5129;
font-weight: bold;
}
}
.grid-box {
display: flex;
justify-content: space-between;
.grid-item {
display: flex;
flex-direction: column;
align-items: center;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 500;
color: #502B16;
text-align: center;
width: 86rpx;
image {
width: 74rpx;
height: 85rpx;
margin-bottom: 22rpx;
}
}
}
.btn-box {
position: relative;
z-index: 2;
}
.bg {
position: absolute;
bottom: 0;
right: 0;
width: 256rpx;
height: 273rpx;
z-index: 1;
}
}