index.wxss 1012 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /* pages/ucenter/accountsecurity/accountsecurity.wxss */
  2. /* pages/reset_password/reset_password.wxss */
  3. .main {
  4. height: 100%;
  5. width: 100%;
  6. position: relative;
  7. }
  8. .main_image {
  9. height: 1334rpx;
  10. width: 750rpx;
  11. margin-top: -128rpx;
  12. }
  13. .main .context {
  14. height: 100%;
  15. width: 100%;
  16. position: absolute;
  17. top: 0;
  18. left: 0;
  19. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  20. }
  21. /* .context_input {
  22. margin: 30rpx 32rpx;
  23. } */
  24. .zan-cell {
  25. height:80rpx;
  26. position: relative;
  27. padding: 0rpx;
  28. margin: 0rpx 30rpx 0rpx 40rpx;
  29. display: flex;
  30. align-items: center;
  31. border-bottom: 2rpx solid #f1f1f1;
  32. }
  33. .zan-cell.active {
  34. background: #ebebeb;
  35. }
  36. .zan-icon {
  37. margin:12rpx 0rpx 0rpx -25rpx;
  38. width: 68rpx;
  39. height: 69rpx;
  40. }
  41. .zan-icon image {
  42. display: block;
  43. width: 68rpx;
  44. height: 69rpx;
  45. }
  46. .zan-text{
  47. width:100%;
  48. font-size: 28rpx;
  49. }
  50. .zan-ft{
  51. margin: 0;
  52. width: 14rpx;
  53. height: 24rpx;
  54. }
  55. .zan-ft image{
  56. display: block;
  57. width: 14rpx;
  58. height: 24rpx;
  59. /*transform:rotate(180deg);*/
  60. }