index.wxss 757 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /**index.wxss**/
  2. .wrap_nr{
  3. padding-top: 200rpx;
  4. text-align: center;
  5. }
  6. .user_thumb{
  7. width: 148rpx;
  8. height: 148rpx;
  9. border-radius: 50%;
  10. }
  11. .user_name{
  12. padding-top: 50rpx;
  13. font-size: 40rpx;
  14. color: #333333;
  15. }
  16. .tips{
  17. padding-top: 20rpx;
  18. font-size: 28rpx;
  19. color: rgba(51,51,51,.54);
  20. }
  21. .custom_btn{
  22. width: 604rpx !important;
  23. height: 90rpx;
  24. padding: 0;
  25. margin: 300rpx auto 0 auto;
  26. line-height: unset;
  27. font-weight: normal;
  28. background: #295C56;
  29. border-radius: 45rpx;
  30. font-size: 34rpx;
  31. color: #ffffff;
  32. display: flex;
  33. align-items: center;
  34. justify-content: center;
  35. }
  36. .custom_btn .van-icon{
  37. /* width: 37rpx;
  38. height: 30rpx;
  39. background: #FFFFFF; */
  40. margin-right: 10rpx;
  41. }
  42. .single{
  43. margin-top: 50rpx;
  44. font-size: 26rpx;
  45. color: rgba(0,0,0,.54);
  46. }