test.wxss 802 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* pages/test/test.wxss */
  2. Page {
  3. height: 100%;
  4. width: 100%;
  5. background-color: #f9f9fb;
  6. }
  7. .bg {
  8. margin-top: 50rpx;
  9. width: 100%;
  10. height: 168rpx;
  11. display: flex;
  12. flex-direction: row;
  13. }
  14. .test1 {
  15. width: 634rpx;
  16. height: 168rpx;
  17. /* margin-left: 116rpx; */
  18. background: linear-gradient(#1db3c8, #2887cd);
  19. }
  20. .test {
  21. height: 52rpx;
  22. width: 0px;
  23. border-top: 116rpx solid transparent;
  24. border-right: 116rpx solid linear-gradient(#1db3c8, #2887cd);
  25. /* background-color: red; */
  26. /* border-right: 60px solid blue; */
  27. /* width: 100%; */
  28. /* height: 200rpx;
  29. background-color: red;
  30. border-radius: 16rpx; */
  31. /* width: 0;
  32. height: 0;
  33. border-bottom: 140px solid #fcf921; */
  34. /* border-left: 70px solid transparent; */
  35. /* border-right: 70px solid transparent; */
  36. }