zhongping-miniprogram/miniprogram/pages/certificateCreate/certificateCreate.scss

292 lines
5.2 KiB
SCSS

/* pages/certificateCreate/certificateCreate.wxss */
.certificate-create-page {
box-sizing: border-box;
padding: 48rpx 54rpx;
.title {
font-size: 36rpx;
font-family: PingFang SC;
font-weight: bold;
color: #000000;
}
}
.form-box {
.form-item {
padding: 40rpx 0;
border-bottom: 2rpx solid #F3F5F8;
display: flex;
justify-content: space-between;
align-items: center;
&:last-child {
border: none;
}
&.switch {
display: flex;
flex-direction: column;
align-items: flex-start;
switch {
zoom: .7;
margin-right: 20rpx;
}
.label {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20rpx;
}
.time {
display: flex;
align-items: center;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #C3C3C3;
image {
width: 24rpx;
height: 24rpx;
margin-right: 19rpx;
}
}
}
.label {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #494949;
flex-shrink: 0;
}
.name-input {
text-align: right;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
}
.switch-box {
display: flex;
align-items: center;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #494949;
}
.tagList {
display: flex;
flex-wrap: wrap;
.tagItem {
width: 231rpx;
height: 49rpx;
background: #E7EDF8;
border-radius: 25rpx;
display: flex;
align-items: center;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #3A61B1;
padding-left: 12rpx;
box-sizing: border-box;
margin-bottom: 20rpx;
margin-right: 20rpx;
.icon_delete {
margin-left: 15rpx;
width: 16rpx;
height: 18rpx;
}
}
}
.operations {
display: flex;
justify-content: space-between;
width: 100%;
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #3A61B1;
margin-top: 23rpx;
view {
display: flex;
align-items: center;
.icon_add {
width: 26rpx;
height: 26rpx;
margin-right: 10rpx;
}
.icon_contact {
width: 25rpx;
height: 25rpx;
margin-right: 10rpx;
}
}
}
}
}
.btn-box {
display: flex;
justify-content: center;
margin-top: 80rpx;
}
.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;
}
}
.addPhone-shadow {
width: 558rpx;
background: #FFFFFF;
box-sizing: border-box;
border-radius: 24rpx;
.title {
padding: 64rpx 55rpx 0 60rpx;
text-align: center;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: bold;
color: #000000;
line-height: 30rpx;
margin-bottom: 58rpx;
}
.form {
padding: 0 55rpx 0 60rpx;
.border_input {
width: 100%;
height: 70rpx;
background: #FFFFFF;
border: 1rpx solid #E6E6E6;
border-radius: 10rpx;
box-sizing: border-box;
margin-bottom: 58rpx;
padding-left: 28rpx;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #C3C3C3;
}
}
.btns {
display: flex;
border-top: 1px solid #E9E9E9;
justify-content: space-evenly;
.btn {
flex: 1;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
}
.btn_cancel {
display: flex;
align-items: center;
justify-content: center;
height: 98rpx;
color: #838383;
}
.btn_ok {
display: flex;
align-items: center;
justify-content: center;
border-left: 1px solid #E9E9E9;
color: #3A61B1;
height: 98rpx;
}
}
}