index.wxss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. .main {
  2. float: left;
  3. width: 92%;
  4. margin: 30rpx 30rpx 0 30rpx;
  5. }
  6. .main view {
  7. float: left;
  8. width: 100%;
  9. height: 88rpx;
  10. line-height: 88rpx;
  11. border-bottom: 1rpx solid #ccc;
  12. }
  13. .info{
  14. border-bottom: 0rpx solid #ccc!important;
  15. background-color: #f5f6fa;
  16. border-radius: 20rpx;
  17. margin-top: 30rpx;
  18. }
  19. .red {
  20. display: inline-block;
  21. width: 4px;
  22. height: 20px;
  23. background: rgba(233, 2, 29, 1);
  24. vertical-align: text-bottom;
  25. }
  26. .main view text:first-child {
  27. float: left;
  28. /* width: 50%; */
  29. text-align: left;
  30. font-size: 30rpx;
  31. font-family: Source Han Sans SC;
  32. font-weight: 400;
  33. color: rgba(136, 136, 136, 1);
  34. }
  35. .main view text:last-child {
  36. float: right;
  37. /* width: 66%; */
  38. width: auto;
  39. font-size: 30rpx;
  40. font-family: Source Han Sans SC;
  41. font-weight: 400;
  42. color: rgba(40, 40, 40, 1);
  43. text-align: right;
  44. }
  45. .company{
  46. width: auto;
  47. }
  48. /* .main view:last-child {
  49. border-bottom: none;
  50. } */
  51. .main view:last-child text:first-child {
  52. /* float: left;
  53. width: 100%;
  54. font-size: 30rpx;
  55. font-family: Source Han Sans SC; */
  56. /* font-weight: bold; */
  57. /* color: rgba(40, 40, 40, 1); */
  58. }
  59. .main view text:last-child {
  60. /* float: left;
  61. width: 100%; */
  62. /* text-align: left; */
  63. /* font-size: 30rpx;
  64. font-family: Source Han Sans SC;
  65. font-weight: 400;
  66. color: rgba(40, 40, 40, 1);
  67. line-height: 50rpx; */
  68. }
  69. button {
  70. /* margin: 40rpx; */
  71. margin-bottom: 40rpx;
  72. font-size: 30rpx!important;
  73. display: inline;
  74. }
  75. .btn-left {
  76. float: left;
  77. }
  78. .btn-right{
  79. float: right;
  80. }
  81. .last {
  82. margin-bottom: 40rpx;
  83. }
  84. button:not([size='mini']) {
  85. width: 150px !important;
  86. }