index.wxss 771 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /**index.wxss**/
  2. .userinfo {
  3. width:100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. }
  8. .imageSize{
  9. width: 100%;
  10. }
  11. .search{
  12. margin-top: -50rpx;
  13. background-color: #fff;
  14. border: 1rpx solid #fff;
  15. border-radius: 10rpx;
  16. align-items: center;
  17. width:90%;
  18. height: 80rpx;
  19. display: flex;
  20. flex-direction: row;
  21. justify-content:space-between;
  22. align-items: center;
  23. }
  24. .weui-input{
  25. margin-left: 30rpx;
  26. height: 100%;
  27. }
  28. .weui-search-bar__cancel-btn{
  29. margin-right: 40rpx;
  30. }
  31. .news{
  32. margin-top:20rpx;
  33. width:90%;
  34. }
  35. .news-today{
  36. color: #fff;
  37. font-size: 40rpx;
  38. }
  39. .userinfo-avatar {
  40. width: 128rpx;
  41. height: 128rpx;
  42. margin: 20rpx;
  43. border-radius: 50%;
  44. }
  45. .userinfo-nickname {
  46. color: #aaa;
  47. }
  48. .usermotto {
  49. margin-top: 200px;
  50. }