index.wxss 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. page{background-color: white;}
  2. .picker{display: flex; align-items: center; font-size: 24rpx; white-space: nowrap; padding: 20rpx;background: #f1f1f1}
  3. .picker .selector{background: #fff;border-radius: 12rpx;position: relative;}
  4. .picker .selector:first-child{width: 200rpx;}
  5. .picker .selector:last-child{width: 490rpx;margin-left: 20rpx;}
  6. .picker>.selector>picker{height: 68rpx; line-height: 68rpx; padding-left: 20rpx;}
  7. .picker .selector::after{content:"";position: absolute; top: 30rpx; right: 15rpx; width:0; height:0; border-width:10rpx 10rpx 0; border-style:solid; border-color:#898989 transparent transparent transparent;}
  8. .selector text{display: inline-block; max-width: 95%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
  9. .title{text-align: center; font-size: 30rpx; padding:20rpx 60rpx;}
  10. .title>text{font-size: 26rpx; margin-top: 10rpx; display: block;}
  11. .photo-tabs{display: flex;border-bottom: 2rpx solid #F1F1F1;}
  12. .photo-tabs .tabs-item{height: 84rpx;line-height: 84rpx;text-align: center;}
  13. .photo-tabs-two .tabs-item{width: 375rpx;}
  14. .photo-tabs-one .tabs-item{width: 750rpx;color:#EE3A43 }
  15. .photo-tabs-two .tabs-bottom-line{box-sizing: border-box;border-bottom: 4rpx solid #EE3A43;color:#EE3A43; }
  16. .photo-date-list{display: flex;}
  17. .photo-date-list-title{box-sizing: border-box;padding: 10px 0;text-align: center}
  18. .photo-date-list-title b{line-height: 20px;border-right:2rpx solid #c7c7c7; padding:0 10rpx;}
  19. .date-tabs-wrap{width: 610rpx; overflow: auto; -webkit-overflow-scrolling: touch;}
  20. .date-tabs{position: relative;padding: 18rpx 0;}
  21. .date-tabs-item{display: inline-block;font-size: 28rpx;line-height: 20rpx;width: 140rpx;text-align: center;}
  22. .scoreImg{width:100%;display:flex;align-items:center;flex-wrap:wrap;padding-left: 4rpx;}
  23. .scoreImg image{width:182rpx;height:182rpx;margin-right:4rpx;margin-bottom:4rpx;}
  24. .save-photo{
  25. position: fixed;
  26. right: 20rpx;
  27. bottom: 200rpx;
  28. color: #EE3A43;
  29. background: #fff;
  30. border: 1rpx solid #EE3A43;
  31. border-radius: 50%;
  32. font-size: 28rpx;
  33. width: 80rpx;
  34. height: 80rpx;
  35. text-align: center;
  36. padding: 10rpx;
  37. }
  38. .btn-bottom{
  39. width: calc(100% - 40rpx);
  40. position: fixed;
  41. bottom: 0;
  42. display: flex;
  43. justify-content: space-around;
  44. background: #fff;
  45. padding: 20rpx;
  46. font-size: 36rpx;
  47. z-index: 999;
  48. }
  49. .btn-bottom view:first-child{
  50. border: 1rpx solid #EE3A43;
  51. color: #EE3A43;
  52. line-height: 2;
  53. padding: 0 20rpx;
  54. border-radius: 10rpx;
  55. }
  56. .btn-bottom view:last-child{
  57. color: #fff;
  58. line-height: 2;
  59. padding: 0 40rpx;
  60. background: #EE3A43;
  61. border-radius: 10rpx;
  62. flex: 1;
  63. margin-left: 40rpx;
  64. text-align: center;
  65. }
  66. .scoreImg .img-item .icon {
  67. position: absolute;
  68. top: -10rpx;
  69. right: -10rpx;
  70. z-index: 555;
  71. background: #fff;
  72. border-radius: 50%;
  73. font-size: 36rpx;
  74. color: #EE3A43;
  75. }
  76. .img-item{
  77. position: relative;
  78. margin-bottom: 28rpx;
  79. }