| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .vheigh {
- height: 25px;
- background-color: #ffffff;
- }
- button {
- padding: 0;
- margin: 0;
- border: none;
- background-color: #ffffff;
- line-height: 1;
- height: auto;
- }
- button::after {
- border: none;
- }
- page,
- .content {
- min-height: 100%;
- height: auto;
- }
- .top-bg {
- padding-top: 20rpx;
- background: #ffffff;
- }
- .list-scroll-content {
- background: #ffffff;
- height: 100%;
- }
- .list-scroll-content .yan {
- padding-bottom: 100rpx;
- }
- .top {
- width: 689rpx;
- height: 58rpx;
- background: #ededed;
- border-radius: 29rpx;
- margin: 0 auto;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .top .top-icon {
- width: 32rpx;
- height: 32rpx;
- }
- .top .top-icon image {
- width: 100%;
- height: 100%;
- }
- .top .top-main {
- margin-left: 20rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #cbcbcb;
- }
- .navbar {
- display: flex;
- height: 88rpx;
- padding: 0 5px;
- background: #ffffff;
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
- position: relative;
- z-index: 10;
- }
- .navbar .nav-item {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- font-size: 15px;
- color: #999999;
- position: relative;
- }
- .navbar .nav-item.current {
- color: #000;
- }
- .navbar .nav-item.current:after {
- content: '';
- position: absolute;
- left: 50%;
- bottom: 0;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- width: 44px;
- height: 0;
- border-bottom: 2px solid #000000;
- }
- .main {
- margin-top: 20rpx;
- padding: 35rpx 20rpx 24rpx;
- background: #ffffff;
- }
- .main image {
- width: 100%;
- height: 100%;
- }
- .main .main-userInfo {
- display: flex;
- align-items: center;
- }
- .main .main-userInfo .avatar {
- width: 80rpx;
- height: 80rpx;
- background: #ffffff;
- border-radius: 50%;
- }
- .main .main-userInfo .main-user-info {
- margin-left: 14rpx;
- line-height: 1;
- }
- .main .main-userInfo .main-user-info .main-userName {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #000000;
- }
- .main .main-userInfo .main-user-info .main-user-time {
- margin-top: 14rpx;
- font-size: 21rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- .main .main-info {
- margin-top: 20rpx;
- }
- .main .imagebox {
- margin-top: 40rpx;
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- }
- .main .imagebox .image-item {
- margin: 10rpx;
- width: 30%;
- height: 230rpx;
- }
- .main .main-bottom {
- margin-top: 60rpx;
- }
- .main .main-bottom .main-bottom-item {
- padding: 30rpx 0;
- width: 33%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .main .main-bottom .main-bottom-item .main-bottom-icon {
- width: 36rpx;
- height: 36rpx;
- }
- .main .main-bottom .main-bottom-item .main-bottom-icon1 {
- width: 43rpx;
- height: 36rpx;
- }
- .main .main-bottom .main-bottom-item .main-bottom-icon2 {
- width: 36rpx;
- height: 36rpx;
- }
- .main .main-bottom .main-bottom-item .main-bottom-font {
- margin-left: 17rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .info {
- padding: 10rpx;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .info image {
- width: 100%;
- height: 100%;
- }
- .info .info-item {
- width: 48%;
- padding-bottom: 20rpx;
- }
- .info .info-item .info-image {
- width: 100%;
- height: 480rpx;
- }
- .info .info-item .info-name {
- margin-top: 20rpx;
- padding: 0 10rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #000000;
- }
- .info .info-item .info-userinfo {
- margin-top: 20rpx;
- padding: 0 10rpx;
- }
- .info .info-item .info-userinfo .info-left {
- display: flex;
- align-items: center;
- }
- .info .info-item .info-userinfo .info-left .info-avatar {
- width: 32rpx;
- height: 32rpx;
- }
- .info .info-item .info-userinfo .info-userinfo-name {
- margin-left: 10rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #999999;
- }
- .info .info-item .info-userinfo .info-right {
- display: flex;
- align-items: center;
- }
- .info .info-item .info-userinfo .info-right .info-avatar {
- width: 30rpx;
- height: 30rpx;
- }
|