index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .page {
  2. width: 100vw;
  3. height: 100vh;
  4. /* background-color: #fff; */
  5. position: absolute;
  6. top: 0;
  7. overflow: hidden;
  8. }
  9. image {
  10. width: 100vw;
  11. height: 660rpx;
  12. float: left;
  13. }
  14. .header {
  15. /* background-color: #5692ff; */
  16. height: 280rpx;
  17. padding-top: 50rpx;
  18. }
  19. .bgc {
  20. /* background-color: #5692ff; */
  21. color: #fff;
  22. margin: 0 !important;
  23. line-height: 200rpx;
  24. background-color: transparent;
  25. }
  26. .prompt {
  27. color: #FFFFFF;
  28. text-align: center;
  29. }
  30. .content {
  31. width: 100%;
  32. height: calc(100% - 160rpx);
  33. position: absolute;
  34. top: 150rpx;
  35. padding-top: 56rpx;
  36. border-radius: 12px 12px 0px 0px;
  37. background-color: #fff;
  38. }
  39. .cu-form-group+.cu-form-group {
  40. border-top: none;
  41. }
  42. .grid.grid-square>view {
  43. margin-bottom: 0;
  44. }
  45. .cu-form-group {
  46. margin-bottom: 40rpx;
  47. }
  48. .default-bg {
  49. width: 160rpx;
  50. height: 160rpx;
  51. }
  52. .bg-box {
  53. position: relative;
  54. margin-right: 15rpx;
  55. margin-bottom: 15rpx !important;
  56. }
  57. .radio-color {
  58. color: #fff !important;
  59. }
  60. /* #myVideo{
  61. width: 300rpx;
  62. height: 300rpx;
  63. }
  64. .videoSize {
  65. width: 300rpx;
  66. height: 300rpx;
  67. }*/
  68. .video-box {
  69. width: 160rpx;
  70. height: 160rpx;
  71. }
  72. /* .box1 {
  73. width: 160rpx;
  74. height: 160rpx;
  75. } */