You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
154 lines
2.6 KiB
154 lines
2.6 KiB
.main{
|
|
padding: 0 32rpx;
|
|
padding-bottom: 100rpx;
|
|
}
|
|
.main .title{
|
|
text-align: center;
|
|
margin-top: 80rpx;
|
|
color: #000;
|
|
font-size: 32rpx;
|
|
line-height: 48rpx;
|
|
}
|
|
.main .title2{
|
|
text-align: center;
|
|
margin-top: 32rpx;
|
|
color: #7D87A6;
|
|
font-size: 28rpx;
|
|
line-height: 48rpx;
|
|
}
|
|
.mnemonic{
|
|
margin-top: 40rpx;
|
|
overflow: hidden;
|
|
}
|
|
.mnemonicBlock{
|
|
width: 212rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 80rpx;
|
|
margin-bottom: 10rpx;
|
|
background-color: #E0E5F2;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
position: relative;
|
|
color: #000000;
|
|
float: left;
|
|
margin-left: 10rpx;
|
|
}
|
|
.mnemonicBlock .number{
|
|
position: absolute;
|
|
right: 14rpx;
|
|
font-size: 24rpx;
|
|
bottom: 10rpx;
|
|
color: #7D87A6;
|
|
}
|
|
.main .textareaa{
|
|
min-height: 364rpx;
|
|
border: 2rpx solid #E9EDF7;
|
|
border-radius: 10rpx;
|
|
margin-top: 60rpx;
|
|
padding: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
/deep/ .u-input__textarea{
|
|
padding: 20rpx 20rpx !important;
|
|
}
|
|
.main .textareaa .item{
|
|
float: left;
|
|
}
|
|
.main .textareaa .item{
|
|
margin-left: 10rpx;
|
|
}
|
|
.mnemonicBlock .item{
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.info_con{
|
|
background-color: #fff;
|
|
width: 95%;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
border-radius: 24rpx;
|
|
z-index: 999;
|
|
padding-top: 128rpx;
|
|
padding-bottom: 64rpx;
|
|
}
|
|
.info_con .img{
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 124rpx;
|
|
height: 124rpx;
|
|
}
|
|
.info_con .info{
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.info_con .text{
|
|
color: #7D87A6;
|
|
text-align: center;
|
|
font-size: 30rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
.info_con .btn{
|
|
margin: 0 auto;
|
|
background-color: #5B53FF;
|
|
width: 480rpx;
|
|
line-height: 96rpx;
|
|
border-radius: 32rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
margin-top: 104rpx;
|
|
|
|
}
|
|
.info_con .img2{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 30rpx;
|
|
}
|
|
.info_con .btncon{
|
|
margin-top: 64rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 24rpx;
|
|
}
|
|
.info_con .btncon .can{
|
|
width: 314rpx;
|
|
line-height: 96rpx;
|
|
border-radius: 32rpx;
|
|
text-align: center;
|
|
color: #F16063;
|
|
border: 2rpx solid #F16063;
|
|
}
|
|
.info_con .btncon .con{
|
|
width: 314rpx;
|
|
line-height: 96rpx;
|
|
border-radius: 32rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
background-color: #5B53FF;
|
|
}
|
|
.scroll{
|
|
padding: 28rpx 0;
|
|
background-color: #FAFAFA;
|
|
display: flex;
|
|
justify-content:space-around;
|
|
}
|
|
.scroll .item{
|
|
line-height: 80rpx;
|
|
padding: 0 15rpx;
|
|
border-radius: 15rpx;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
margin-left: 24rpx;
|
|
}
|
|
uni-scroll-view{
|
|
background-color: #FAFAFA;
|
|
}
|