accounts.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /* pages/accounts/accounts.wxss */
  2. .art-header{
  3. position: relative;
  4. width: 100%;
  5. }
  6. .art-img{
  7. width: 100%;
  8. height: 219px;
  9. }
  10. .art-title{
  11. position: absolute;
  12. bottom: 36px;
  13. left: 8px;
  14. font-size: 16px;
  15. }
  16. .art-source {
  17. position: absolute;
  18. bottom: 8px;
  19. font-size: 14px;
  20. right: 8px;
  21. }
  22. .art-content{
  23. padding-top: 10px;
  24. background-color: #FFF;
  25. line-height: 1.5;
  26. }
  27. .header-title{
  28. text-align : center;
  29. margin : 0 auto;
  30. font-size : 50rpx;
  31. font-weight: bold;
  32. }
  33. .auto-title{
  34. margin-top : 10rpx;
  35. margin-left:16rpx;
  36. font-weight: bold;
  37. }
  38. .auto-text{
  39. margin-top : 10rpx;
  40. margin-left : 16rpx;
  41. margin-right : 16rpx;
  42. font-size : 30rpx;
  43. }
  44. .firstTableStyle{
  45. hegiht:800px;
  46. font-size:35px;
  47. }
  48. .table{
  49. border:1px solid #dadada;
  50. border-right:0;
  51. border-bottom: 0;
  52. width: 98%;
  53. margin-left: 1%;
  54. }
  55. .tr{
  56. width:100%;
  57. display: flex;
  58. justify-content: space-between;
  59. }
  60. .th,.td{
  61. padding: 10px;
  62. border-bottom: 1px solid #dadada;
  63. border-right: 1px solid #dadada;
  64. text-align: center;
  65. width: 100%;
  66. }
  67. .th1,.th2,.td1,.td2{
  68. width: 40%;
  69. }
  70. .th{
  71. font-weight: 800;
  72. background-color: #b66242;
  73. font-size: 28rpx;
  74. color: #330e0e;
  75. }
  76. .td{
  77. font-size: 20rpx;
  78. }
  79. .caption{
  80. font-size:35rpx;
  81. font-weight: bold;
  82. }
  83. .auto-image{
  84. height:300rpx;
  85. }
  86. .pageBottom{
  87. margin-top:100rpx;
  88. margin-left:10px;
  89. margin-right:10px;
  90. }
  91. .bottomImage{
  92. height:125rpx;
  93. width:720rpx;
  94. }