index.wxss 497 B

1234567891011121314151617181920212223242526272829
  1. /* components/certificates/index.wxss */
  2. .red{
  3. color: red;
  4. }
  5. .father{
  6. box-sizing: border-box;
  7. padding: 20rpx;
  8. font-size: 28rpx;
  9. line-height: 50rpx;
  10. height: 700rpx;
  11. }
  12. .btns{
  13. position: absolute;
  14. bottom: 0;
  15. width: calc(100% - 40rpx);
  16. padding: 10rpx 20rpx;
  17. background: #fff;
  18. z-index: 10002;
  19. box-shadow: 0 -2rpx 5rpx rgba(0,0,0,.2);
  20. }
  21. .sure {
  22. left: 0;
  23. width: 100%;
  24. background-color: #ee3a43;
  25. color: white;
  26. height: 80rpx;
  27. text-align: center;
  28. line-height: 80rpx;
  29. }