123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- /* required by usingComponents */
- /* pages/change_mobile/change_mobile.wxss */
- /* pages/mine_data/mine_data.wxss */
- page {
- background-color: #f2f3f5;
- }
- .mine-data {
- margin-top: 20rpx;
- }
- .mine-data-list {
- background-color: #fff;
- padding: 0 40rpx;
- }
- .list-item {
- /* height: 100rpx; */
- /* line-height: 100rpx; */
- font-size: 28rpx;
- border-bottom: solid 1rpx #e5e5e5;
- position: relative;
- }
- .wxlogin{
- position: absolute;
- right: 0;
- top:20rpx;
- width: 200rpx!important;
- font-size: 28rpx!important;
- /* padding:10rpx 0rpx!important; */
- z-index: 999;
- /* margin-top: 10rpx; */
- background-color: var(--globleColor);
- color: var(--fontColor);
- }
- .list-item:last-child {
- border: none;
- display: flex;
- }
- .new-phone {
- height: 100rpx;
- line-height: 100rpx;
- /* background-color: rosybrown; */
- }
- .code {
- flex: 0 0 70%;
- height: 100rpx;
- /* line-height:20rpx; */
- }
- .get-yanzheng {
- flex: 1;
- text-align: center;
- border-left: solid 1rpx #999999;
- height: 30rpx;
- line-height: 30rpx;
- font-size: 26rpx;
- color: #999999;
- margin-top: 35rpx;
- }
- .no-num{
- font-size: 28rpx;
- color: #d8d5d5;
- }
- .change{
- height: 70rpx;
- width: 200rpx;
- line-height: 70rpx;
- margin: 0 auto;
- text-align: center;
- background-color: var(--globleColor);
- color: var(--fontColor);
- border-radius: 40rpx;
- font-size: 28rpx;
- font-weight: 500;
- margin-top: 100rpx;
- }
|