index.wxss 938 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. background-size: 100% 100%;
  5. position: relative;
  6. color: #fff;
  7. background-image: url('https://wx-model-1317557471.cos.ap-shanghai.myqcloud.com/chunlaidongyiBG.jpg');
  8. }
  9. .text{
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. width: 500rpx;
  14. height: 90rpx;
  15. }
  16. .bttext{
  17. display: flex;
  18. justify-content: center;
  19. align-items: center;
  20. width: 150rpx;
  21. height: 60rpx;
  22. }
  23. /**index.wxss**/
  24. .tapimg1{
  25. display: flex;
  26. justify-content:end;
  27. align-items: center;
  28. width: 220rpx;
  29. height: 220rpx;
  30. }
  31. .tapbtn1[plain]{
  32. padding: 0;
  33. border: none;
  34. width: 220rpx;
  35. height: 220rpx;
  36. }
  37. .tapbtn2[plain]{
  38. padding: 0;
  39. border: none;
  40. width: 220rpx;
  41. height: 220rpx;
  42. }
  43. .img-size {
  44. width: 100%;
  45. margin: auto;
  46. }
  47. .liucheng-img {
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .item {
  52. height: 100%;
  53. width: 100%;
  54. }