index.wxss 762 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .slide-image {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .fs36{ font-size: 36rpx;}
  6. .dialog-body{
  7. text-align:center;
  8. }
  9. .mcover-home{
  10. position: relative;
  11. flex-direction: row;
  12. height: 100%;
  13. top: 0;
  14. z-index: 1000;
  15. display: flex;
  16. }
  17. .camara-1{
  18. width: 50px;
  19. height: 50px;
  20. margin: 5px;
  21. background-color: #f70264;
  22. -webkit-border-radius: 50px;
  23. -moz-border-radius:50px;
  24. border-radius:50px;
  25. }
  26. .mcover-bar{
  27. position: absolute;
  28. bottom: 10px;
  29. height: 70px;
  30. margin: 0;
  31. padding: 0;
  32. width: 100%;
  33. }
  34. .mcover-view{
  35. position: relative;
  36. justify-content: space-around;
  37. background-color: none;
  38. display: flex;
  39. z-index: 1001;
  40. }
  41. .info-title{
  42. text-align: left;
  43. font-size: 30rpx;
  44. letter-spacing: 0.1em;
  45. font-weight: 700;
  46. line-height: 30rpx;
  47. }