index.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* pages/yichang/index.wxss */
  2. page{
  3. padding: 252rpx 0 0;
  4. background: #f4f4f4;
  5. }
  6. .header_view{
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. width: 100vw;
  11. background: #fff;
  12. }
  13. .header_input_view{
  14. padding: 30rpx;
  15. }
  16. .header_input{
  17. padding: 0 30rpx;
  18. width: calc(100% - 60rpx);
  19. height: 80rpx;
  20. background: #F6F6F6;
  21. border-radius: 8rpx;
  22. }
  23. .label-view{
  24. display: flex;
  25. justify-content: space-between;
  26. align-items: center;
  27. }
  28. .label-item{
  29. flex: 1;
  30. position: relative;
  31. height: 88rpx;
  32. font-size: 28rpx;
  33. display: flex;
  34. flex-direction: column;
  35. justify-content: center;
  36. align-items: center;
  37. }
  38. .label-ac{
  39. color: #4699FF;
  40. }
  41. .label-ac::after{
  42. display: block;
  43. content: '';
  44. position: absolute;
  45. bottom: 0;
  46. left: 30%;
  47. width: 40%;
  48. height: 4rpx;
  49. border-radius: 50rpx;
  50. background: #4699FF;
  51. }
  52. .item_icom{
  53. width: 24rpx;
  54. height: 24rpx;
  55. display: inline-block;
  56. margin-left: 24rpx;
  57. }
  58. .item_view{
  59. margin: 0 32rpx 24rpx;
  60. padding: 44rpx 24rpx;
  61. display: flex;
  62. justify-content: space-between;
  63. align-items: center;
  64. background: #fff;
  65. border-radius: 16rpx;
  66. }
  67. .item_left{
  68. flex: 1;
  69. }
  70. .item_left>view:nth-child(1){
  71. font-size: 28rpx;
  72. color: #333;
  73. margin-bottom: 20rpx;
  74. }
  75. .item_left>view:nth-child(2){
  76. font-size: 26rpx;
  77. color: #666;
  78. }