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.
32 lines
2.6 KiB
32 lines
2.6 KiB
.nav{z-index: 4; position: fixed; top:0;left:0;width:100%;height:100rpx;line-height:100rpx;background:#fff;border-bottom:4rpx solid #F5F5F5} |
|
.nav .navtop{width:50%;margin:0 auto;display:flex;box-sizing: border-box;} |
|
.navtop> view{text-align:center;width:100%;} |
|
.navtop> view text{height:70rpx; display:inline-block;line-height: 70rpx;color:#979797;font-size: 32rpx;} |
|
.navtop .cur text{ border-bottom:4rpx solid #FE4C00; color:#494949;font-size: 34rpx;} |
|
.content{width:94%;padding:0 3%;margin-top:100rpx;background:#fff;} |
|
.content .content-title{height:64rpx;line-height:64rpx;padding:12rpx 0;} |
|
.circle{width:100%;padding:24rpx 0;} |
|
.circle .circle-list{width:100%;border-bottom:2rpx solid #F5F5F5;display: flex;padding:24rpx 0;} |
|
.circle .circle-list .list-left{width:20%;} |
|
.circle .circle-list .list-left image{width:112rpx;height:112rpx;border-radius:50%;} |
|
.circle .circle-list .list-right{width:80%;} |
|
.circle .circle-list .list-right .right-top{display: flex;justify-content: space-between;height:60rpx;line-height:60rpx;} |
|
.circle .circle-list .list-right .right-top .name{font-size:32rpx;} |
|
.circle .circle-list .list-right .right-top .name text{font-size:24rpx;margin-left:20rpx;background: #FF6C01;padding:6rpx 16rpx;color:#fff;border-radius:16rpx;} |
|
.circle .circle-list .list-right .right-top .time{font-size:24rpx;color:#C7C7C7} |
|
.circle .circle-list .list-right .right-bottom{height:52rpx;line-height:52rpx;color:#F66A01;font-size:26rpx;} |
|
.circle .team-list{width:100%;border-bottom:2rpx solid #F5F5F5;display: flex;padding:24rpx 0;} |
|
.circle .team-list .list-left{width:30%;} |
|
.circle .team-list .list-left image{width:176rpx;height:144rpx;border-radius:12rpx;} |
|
.circle .team-list .list-right{width:70%;} |
|
.circle .team-list .list-right .right-title{color:#F66A01;font-size:32rpx;height:44rpx;line-height:44rpx;} |
|
.circle .team-list .list-right .right-title image{width:32rpx;height:32rpx;margin-left:8rpx;vertical-align: middle;} |
|
.circle .team-list .list-right .right-timename{display: flex;justify-content: space-between;} |
|
.circle .team-list .list-right .right-timename .right-time{text-align: center;} |
|
.circle .team-list .list-right .right-timename .one{padding-top:22rpx;font-size:24rpx;color:#D2D2D2} |
|
.circle .team-list .list-right .right-timename .two{padding-top:8rpx;font-size:28rpx;color:#717171} |
|
.tewm{padding-bottom:130rpx;} |
|
.bottom{width:100%;position: fixed;bottom:0;left:0;background:#fff;} |
|
.bottom-circle{width:702rpx;height:96rpx;background: #F66A01;line-height:96rpx;color:#fff;text-align:center;border-radius: 12rpx; |
|
box-shadow: 0px 4px 12px 0px rgba(255,108,1,0.34);font-size:28rpx;margin:24rpx auto} |
|
|
|
|