weizhang_detail.acss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /* required by usingComponents */
  2. page{
  3. height: 100%;
  4. background: #F4F4F4;
  5. }
  6. .box{
  7. width: 100%;
  8. height: 100%;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. }
  13. .text1{
  14. font-size:32rpx;
  15. font-family:PingFang SC;
  16. font-weight:400;
  17. width: 82%;
  18. padding-top: 63rpx;
  19. }
  20. .text2{
  21. font-size:32rpx;
  22. font-family:PingFang SC;
  23. font-weight:400;
  24. width: 82%;
  25. padding: 32rpx 0rpx;
  26. border-bottom: 2rpx solid #D5D5D5;
  27. }
  28. .view1{
  29. display: flex;
  30. width: 82%;
  31. padding: 31rpx 0rpx;
  32. border-bottom: 2rpx solid #D5D5D5;
  33. justify-content: flex-start;
  34. }
  35. .view1 text{
  36. font-size:32rpx;
  37. font-family:PingFang SC;
  38. font-weight:400;
  39. }
  40. .view1 text:nth-of-type(1){
  41. width: 27%;
  42. }
  43. .view1 text:nth-of-type(2){
  44. width: 73%;
  45. }
  46. .view2{
  47. display: flex;
  48. justify-content: space-between;
  49. width: 82%;
  50. font-size:32rpx;
  51. font-family:PingFang SC;
  52. font-weight:400;
  53. /* color:rgba(255,71,71,1); */
  54. padding: 31rpx 0rpx;
  55. border-bottom: 2rpx solid #D5D5D5;
  56. }
  57. .text3{
  58. font-size:26rpx;
  59. font-family:PingFang SC;
  60. font-weight:500;
  61. color:rgba(56,60,63,1);
  62. padding: 40rpx 0rpx;
  63. }
  64. .view3{
  65. width:100%;
  66. height:94rpx;
  67. display: flex;
  68. align-items: center;
  69. justify-content: center;
  70. font-size:36rpx;
  71. font-family:PingFang SC;
  72. font-weight:400;
  73. background: #ff0000;
  74. color: white;
  75. position: fixed;
  76. bottom: 0;
  77. left: 0;
  78. }/* pages/weizhang_detail/weizhang_detail.wxss */