home.wxss 785 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #ffffff;
  13. height: 100%;
  14. }
  15. .container {
  16. width: 100%;
  17. padding: 90rpx 60rpx;
  18. }
  19. .name {
  20. padding: 60rpx 0rpx;
  21. color: #323232;
  22. font-size: 50rpx;
  23. font-weight: bold;
  24. }
  25. .image {
  26. width: 100%;
  27. height: 250rpx;
  28. position: relative;
  29. margin-bottom: 65rpx;
  30. }
  31. .image image {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .image .identity {
  36. position: absolute;
  37. top: 60rpx;
  38. left: 50rpx;
  39. color: #ffffff;
  40. font-size: 40rpx;
  41. }
  42. .image .info {
  43. position: absolute;
  44. left: 50rpx;
  45. top: 125rpx;
  46. color: #ffffff;
  47. font-size: 24rpx;
  48. opacity: 0.5;
  49. }