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.

132 lines
2.2 KiB
Plaintext

page {
background: #f3f3f3;
}
.cy-view-top {
width: 750rpx;
height: 300rpx;
background: white;
}
.cy-header-image {
margin: 45rpx 300rpx 10rpx;
width: 150rpx;
height: 150rpx;
background: #f3f3f3;
border-radius: 150rpx;
overflow: hidden;
}
.cy-header-nick {
width: 750rpx;
height: 40rpx;
line-height: 40rpx;
text-align: center;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(0, 0, 0, 1);
}
.cy-content-view {
margin-top: 20rpx;
width: 750rpx;
height: auto;
background: white;
}
.cy-view-item {
display: flex;
width: 100%;
height: 91rpx;
border-bottom: 1rpx solid rgba(243, 243, 243, 1);
box-sizing: border-box;
}
.cy-left-view {
margin-left: 30rpx;
width: 153rpx;
height: 90rpx;
line-height: 90rpx;
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(0, 0, 0, 1);
}
.cy-right-view {
position: relative;
display: flex;
width: 535rpx;
height: 90rpx;
font-size: 28rpx;
}
.cy-input-mobile {
width: 320rpx;
height: 90rpx;
font-size: 28rpx;
}
.cy-input-placeholder {
font-size: 28rpx;
font-family: PingFang-SC-Regular;
font-weight: 400;
color: rgba(153, 153, 153, 1);
}
button {
position: absolute;
top: 15rpx;
right: 0rpx;
width: auto;
height: 60rpx;
border: 2rpx solid var(--color--);
border-radius: 8rpx;
font-size: 26rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(51, 51, 51, 1);
background: white;
line-height: 60rpx;
}
.cy-radio-view {
width: 180rpx;
height: 90rpx;
}
.cy-radio-view image {
width: 24rpx;
height: 18rpx;
border-radius: 50%;
}
.cy-radio-view view {
margin-left: 12rpx;
width: 80rpx;
height: 90rpx;
line-height: 95rpx;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(0, 0, 0, 1);
}
.cy-normal-view {
border: 2rpx solid #ccc;
box-sizing: border-box;
}
.cy-save-view {
margin: 60rpx 75rpx;
width: 600rpx;
height: 90rpx;
background: var(--color--);
border-radius: 10rpx;
color: white;
font-size: 40rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
}