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.
 

58 lines
758 B

page {
background: #f7f7f7;
}
.my_img {
width: 130rpx;
height: 130rpx;
border-radius: 50%;
margin: 0 30rpx;
}
.my_dv {
background: white;
height: 220rpx;
}
.my_dvs{
background: white;
line-height: 220rpx;
text-align: center;
color: #fa3534;
}
.my_imgs {
width: 45rpx;
height: 45rpx;
padding: 0 20rpx;
}
.my_imgx{
width: 45rpx;
height: 45rpx;
}
.box {
background: white;
}
.out {
background: white;
width: 90%;
line-height: 80rpx;
text-align: center;
color: #fa3534;
font-size: 30rpx;
border-radius: 10rpx;
margin: 40rpx auto;
}
.my_box {
width: 85%;
border-bottom: #efefef solid 1rpx;
padding: 30rpx 0;
}
.icon{
width: 40rpx;
height: 40rpx;
vertical-align: middle;
margin-right: 10rpx
}