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.
95 lines
1.3 KiB
95 lines
1.3 KiB
page {
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: #f7f7f7;
|
|
}
|
|
|
|
.black {
|
|
color: #333333;
|
|
}
|
|
|
|
.gray {
|
|
color: #646566;
|
|
}
|
|
|
|
|
|
.author {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
/* height: 140rpx;
|
|
padding: 15rpx 40rpx;
|
|
box-sizing: border-box; */
|
|
}
|
|
|
|
.author image {
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
}
|
|
|
|
.card {
|
|
margin: 0 auto;
|
|
margin-top: 12rpx;
|
|
width: calc(100% - 40rpx);
|
|
}
|
|
|
|
.card .title {
|
|
font-weight: 600;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.card .van-cell__title {
|
|
color: #646566;
|
|
}
|
|
|
|
.tip {
|
|
margin: 0 auto;
|
|
margin-top: 12rpx;
|
|
width: calc(100% - 40rpx);
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.tip .van-checkbox__label {
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
.tip text {
|
|
color: #333333;
|
|
}
|
|
|
|
.bot-btn {
|
|
text-align: center;
|
|
max-width: 400rpx;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.bot-btn .van-button--primary {
|
|
width: calc(100% - 40rpx);
|
|
}
|
|
|
|
.van-field__label {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.van-field__control {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.van-cell {
|
|
padding: 20rpx 0 !important;
|
|
}
|
|
.cus-avatar{
|
|
padding: 0 20rpx !important;
|
|
}
|
|
.van-cell--required:before {
|
|
left: var(--padding-xs, -7px) !important;
|
|
}
|
|
|
|
.van-cell__title {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.van-cell__value {
|
|
font-size: 30rpx;
|
|
}
|
|
|