123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .container{
- height: 100vh;
- }
- .content{
- flex: 1;
- overflow: auto;
- margin: 0 32rpx 22rpx;
- font-weight: 400;
- font-size: 28rpx;
- color: #000000;
- line-height: 48rpx;
- }
- .van-cell{
- align-items: center;
- padding: 48rpx 0 !important;
- line-height: initial !important;
- box-sizing: border-box;
- border-bottom: 1px solid #EDEDED;
- background-color: initial !important;
- }
- .cell-box{
- padding: 64rpx 0 24rpx !important;
- }
- .cell-box-phone{
- border-bottom: 0;
- }
- .van-cell:after{
- border: none !important;
- }
- .van-icon{
- color: #000 !important;
- }
- .van-cell-text{
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #000000;
- line-height: 40rpx;
- }
- .card-text{
- font-weight: 400;
- font-size: 28rpx;
- color: #747474;
- line-height: 40rpx;
- margin-right: 22rpx;
- display: flex;
- justify-content: flex-end;
- box-sizing: border-box;
- }
- .avatar-wrapper{
- background: none;
- border: none;
- padding: 0;
- margin: 0 !important;
- line-height: normal;
- border-radius: 50%;
- overflow: hidden;
- width: 84rpx !important;
- box-sizing: border-box;
- }
- button::after {
- border: none;
- }
- .phone-text{
- margin-right: 0;
- width: 100% !important;
- overflow: initial
- }
- .btn{
- display: flex;
- flex-direction: column;
- align-items: center;
- position: absolute;
- bottom: 200rpx;
- left: 0;
- right: 0;
- }
- .set-btn{
- width: 444rpx;
- height: 102rpx;
- }
- .m20{
- margin-bottom: 20rpx;
- }
- .btn-hover {
- opacity: 0.7;
- }
|