100 lines
2.0 KiB
Plaintext
100 lines
2.0 KiB
Plaintext
.container {
|
|
background-color: #fff;
|
|
min-height: 100vh;
|
|
}
|
|
.container .nocode {
|
|
padding: 0 48rpx;
|
|
}
|
|
.container .nocode .node-title {
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
line-height: 45rpx;
|
|
text-align: center;
|
|
font-style: normal;
|
|
margin-top: 53rpx;
|
|
}
|
|
.container .nocode .container-code {
|
|
align-items: center;
|
|
padding-bottom: 14rpx;
|
|
border-bottom: 2rpx solid #f7f9fc;
|
|
margin-top: 90rpx;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.container .nocode .container-code .code-input {
|
|
flex: 1;
|
|
}
|
|
.container .nocode .container-code .code-input .code-input-placeholder {
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #c5c5c7;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.container .nocode .node-btn {
|
|
width: 644rpx;
|
|
height: 96rpx;
|
|
background: #f7f9fc;
|
|
border-radius: 48rpx;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #8e929f;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-top: 60rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.container .nocode .node-btn.active {
|
|
color: #fff;
|
|
background: #ff3344;
|
|
}
|
|
.container .isCode .isCode-title {
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
line-height: 45rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.isActive {
|
|
background-color: transparent;
|
|
padding: 25rpx 20rpx;
|
|
}
|
|
.isActive .isCode-card {
|
|
padding: 30rpx;
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.isActive .isCode-card .isCode-card-title {
|
|
font-weight: 400;
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
line-height: 42rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.isActive .isCode-card .isCode-card-title__img {
|
|
width: 36rpx;
|
|
height: 30rpx;
|
|
margin-right: 13rpx;
|
|
}
|
|
.isActive .isCode-card .isCode-card-card {
|
|
margin-top: 20rpx;
|
|
width: 650rpx;
|
|
border-radius: 20rpx;
|
|
position: relative;
|
|
}
|
|
.isActive .isCode-card .isCode-card-card__img {
|
|
width: 650rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
|