index.scss 387 B

12345678910111213141516171819202122
  1. /* components/face_img/index.wxss */
  2. .face_img {
  3. width: 182rpx;
  4. height: 240rpx;
  5. background: #FFFFFF;
  6. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0, 42, 74, 0.23);
  7. border-radius: 2rpx;
  8. padding-top: 16rpx;
  9. position: fixed;
  10. top: 72rpx;
  11. right: 40rpx;
  12. text-align: center;
  13. .face{
  14. width: 172rpx;
  15. height: 172rpx;
  16. }
  17. .face_to{
  18. width: 90rpx;
  19. height: 28rpx;
  20. }
  21. }