app.scss 451 B

12345678910111213141516171819202122232425
  1. /**app.wxss**/
  2. page {
  3. width: 750rpx;
  4. height: 100%;
  5. box-sizing: border-box;
  6. font-family: PingFangSC-Regular, PingFang SC;
  7. }
  8. .page {
  9. width: 100%;
  10. height: 100%;
  11. .faceBtn {
  12. position: absolute;
  13. bottom: 190rpx;
  14. left: 126rpx;
  15. color: #ffffff;
  16. width: 500rpx;
  17. text-align: center;
  18. height: 92rpx;
  19. line-height: 92rpx;
  20. border-radius: 56rpx;
  21. background: linear-gradient(180deg, #26B4EC 0%, #2F8AFF 100%);
  22. }
  23. }