fine_detail.wxss 1.3 KB

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