123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- <<<<<<< HEAD
- =======
- .container {
- width: 100%
- height: 100%
- background:
- padding-top:72rpx
- }
- .menu{
- position: fixed
- top: 0
- left: 0
- width: 100%
- z-index: 99
- background:
- }
- .top-nav{
- white-space: nowrap
- }
- .top-btn{
- position: relative
- display: inline-block;
- padding: 12rpx 20rpx
- font-size: 36rpx
- color:
- }
- .top-hoverd-btn {
- color:
- }
- .striping {
- position: absolute
- left: 50%
- bottom: 0
- transform: translateX(-50%)
- width: 26rpx
- border-bottom:
- display: none
- }
- .top-hoverd-striping {
- display: block;
- }
- >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
- .none {
- display: none
- }
- <<<<<<< HEAD
- .my {
- width: 100%
- padding: 0 15rpx
- box-sizing: border-box;
- =======
- .content {
- height:100%
- }
- .content scroll-view{
- height: 100%
- }
- ::-webkit-scrollbar{
- width: 0
- height: 0
- color: transparent
- }
- .my,
- .recommend,
- .art {
- position: relative
- width: 100%
- padding: 0 15rpx
- box-sizing: border-box;
- overflow: hidden
- >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
- }
- .message,.medal {
- width: 100%
- margin: 20rpx 0
- border-radius: 25rpx
- padding: 32rpx 24rpx
- box-sizing: border-box;
- background:
- }
- .user {
- display: flex
- justify-content: space-between;
- border-bottom: 2rpx solid
- padding-bottom: 20rpx
- }
- .head {
- display: flex
- align-items: center
- }
- .left {
- display: flex
- flex-direction: column
- justify-content: center
- margin-left: 34rpx
- }
- .userinfo-avatar {
- width: 86rpx
- height: 86rpx
- border-radius: 50%
- }
- .name {
- height:44rpx
- font-size: 36rpx
- font-weight: 600
- }
- .LV {
- font-size: 24rpx
- }
- .student {
- height:34rpx
- font-size: 28rpx
- color:
- margin-top: 10rpx
- }
- .grade {
- width: 128rpx
- height: 46rpx
- font-size: 28rpx
- font-weight: bolder;
- color:
- border: 2rpx solid
- border-radius: 30rpx
- text-align: center
- line-height: 48rpx
- }
- .personal {
- display: flex
- margin-top: 34rpx
- }
- .personal .particulars {
- flex: 1
- display: flex
- flex-direction: column
- text-align: center
- }
- .medal {
- padding: 28rpx
- }
- .medal .title {
- display: flex
- justify-content: space-between;
- align-items: center
- }
- .medal .title text:nth-child(1){
- font-size: 36rpx
- font-weight: 600
- }
- .medal .title text:nth-child(2){
- font-size: 28rpx
- color:
- }
- .img {
- display: flex
- margin-top: 38rpx
- }
- .img view {
- flex: 1
- display: flex
- flex-direction: column
- justify-content: center
- align-items: center
- }
- .img image {
- width: 100rpx
- height: 100rpx
- }
- .img text {
- font-size: 24rpx
- color:
- margin-top: 10rpx
- }
- .personal .particulars text:nth-child(1) {
- font-size: 24rpx
- color:
- }
- .personal .particulars text:nth-child(2) {
- font-size: 28rpx
- color:
- font-weight: 600
- }
- .questions, .share {
- width: 100%
- margin-top: 40rpx
- }
- .questions text, .share text {
- width: 100%
- display: inline-block;
- border: 1px solid
- background:
- }
- .questions view, .share view {
- height: 1400rpx
- margin-top: 20rpx
- background: red
- }
- .adsorb {
- position: fixed
- left: 0
- top: 84rpx
- }
|