31 lines
481 B
Plaintext
31 lines
481 B
Plaintext
.nav_border {
|
|
background: #fff;
|
|
}
|
|
.nav {
|
|
color: #333;
|
|
font-size: 34rpx;
|
|
font-weight: 700;
|
|
height: 72rpx;
|
|
line-height: 72rpx;
|
|
margin: 0 auto;
|
|
padding: 30rpx 0;
|
|
width: 690rpx;
|
|
}
|
|
.nav_img {
|
|
border-radius: 100%;
|
|
float: right;
|
|
height: 72rpx;
|
|
width: 72rpx;
|
|
}
|
|
.text_border {
|
|
border-top: 1rpx solid rgba(0, 0, 0, 0.1);
|
|
margin: 0 auto;
|
|
padding: 15rpx 0 30rpx;
|
|
width: 690rpx;
|
|
}
|
|
.text_border_modle {
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
margin-top: 15rpx;
|
|
}
|