about-us.wxss 834 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. page{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .float-left{
  6. float: left;
  7. }
  8. .float-right{
  9. float: right;
  10. }
  11. image{
  12. width: 100%;
  13. height: 100%;
  14. }
  15. /* 页面 */
  16. .container{
  17. width: 100%;
  18. height: 100%;
  19. background-color: #f7f7f7;
  20. }
  21. .list{
  22. width: 100%;
  23. padding: 5rpx 20rpx;
  24. font-size: 28rpx;
  25. text-align: left;
  26. background-color: #ffffff;
  27. display: flex;
  28. overflow: hidden;
  29. }
  30. .list-item{
  31. padding: 10rpx 10rpx;
  32. }
  33. .icon{
  34. flex: 1;
  35. height: 60rpx;
  36. justify-content: center;
  37. }
  38. .icon image{
  39. width: 35rpx;
  40. height: 35rpx;
  41. }
  42. .title{
  43. flex: 5;
  44. font-size: 29rpx;
  45. font-weight: 540;
  46. height: 60rpx;
  47. justify-content: center;
  48. }
  49. .content{
  50. flex: 15;
  51. word-break: break-all;
  52. }
  53. .real-pic{
  54. margin: 20rpx 0rpx 20rpx 20rpx;
  55. width: 150rpx;
  56. height: 150rpx;
  57. }