index.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .item-camera {
  2. /* position: fixed; */
  3. /* top: 0;
  4. left: 0; */
  5. width: 100%;
  6. height: 1300rpx;
  7. background-color: #ffffff;
  8. }
  9. .camera {
  10. width: 100%;
  11. /* height: 760rpx; */
  12. height: 912rpx;
  13. }
  14. .item-cover {
  15. /* width: 669rpx;
  16. height: 581.3rpx; */
  17. width: 802.8rpx;
  18. height: 697.56rpx;
  19. /* margin-left: 40rpx; */
  20. margin-left: -26.4rpx;
  21. margin-top: 180rpx;
  22. }
  23. /* .submit-btn {
  24. width: 100%;
  25. margin-top: 5rpx;
  26. display: flex;
  27. flex-direction: row;
  28. align-items: center;
  29. } */
  30. .item-list{
  31. /* z-index: 1; */
  32. width: 555rpx;
  33. margin-top: 89rpx;
  34. margin-left: 100rpx;
  35. display: -webkit-box;
  36. display: -webkit-flex;
  37. display: flex;
  38. -webkit-box-orient: horizontal;
  39. -webkit-box-direction: normal;
  40. -webkit-flex-direction: row;
  41. flex-direction: row;
  42. -webkit-box-pack: justify;
  43. -webkit-justify-content: space-between;
  44. justify-content: space-between;
  45. -webkit-box-align:center;
  46. -webkit-align-items:center;
  47. align-items:center;
  48. }
  49. .image-btn {
  50. width: 150rpx;
  51. height: 150rpx;
  52. /* margin-left: 130rpx; */
  53. }
  54. .image-light{
  55. width: 70rpx;
  56. height: 70rpx;
  57. /* margin-top: 129rpx; */
  58. /* margin-left: 100rpx; */
  59. }
  60. .image-change{
  61. width: 70rpx;
  62. height: 70rpx;
  63. /* margin-top: 129rpx; */
  64. /* margin-left: 135rpx; */
  65. }
  66. .item-btn-list{
  67. width: 690rpx;
  68. margin-top: 125rpx;
  69. margin-left: 30rpx;
  70. display: -webkit-box;
  71. display: -webkit-flex;
  72. display: flex;
  73. -webkit-box-orient: horizontal;
  74. -webkit-box-direction: normal;
  75. -webkit-flex-direction: row;
  76. flex-direction: row;
  77. -webkit-box-pack: justify;
  78. -webkit-justify-content: space-between;
  79. justify-content: space-between;
  80. }
  81. .use-btn{
  82. background-color: #6EAFF0;
  83. width: 188rpx;
  84. height: 80rpx;
  85. border-radius: 10rpx;
  86. font-size: 32rpx;
  87. color: #FFFFFF;
  88. }
  89. .login-item{
  90. z-index: 1;
  91. }