You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
916 B
Plaintext

.cy-register-view {
position: absolute;
z-index: 9999;
top: 180rpx;
left: 10%;
width: 80%;
height: 680rpx;
border-radius: 18rpx;
background-color: whitesmoke;
overflow: hidden;
}
.cy-icon-view {
width: 100%;
height: 200rpx;
}
.cy-icon-view image {
width: 140rpx;
height: 140rpx;
border-radius: 70rpx;
border: 1px solid goldenrod;
}
.cy-icon-name {
width: 100%;
height: 80rpx;
font-size: 16px;
color: #333;
}
.cy-line-back {
width: 100%;
height: 90rpx;
}
.cy-icon-line {
width: 80%;
height: 1px;
background-color: #ccc;
}
.cy-icon-des{
width: 100%;
height: auto;
}
.cy-icon-des view{
width: 80%;
min-height: 80rpx;
color: #999;
font-size: 14px;
font-weight: 300;
}
.cy-icon-iphone{
width: 100%;
height: 150rpx;
}
.cy-icon-iphone button{
width: 80%;
height: auto;
background-color: #e02827;
border-radius: 200rpx;
font-size: 16px;
}