/* pages/my/account/account.wxss */ .topBox { padding: 32rpx; } .topBox .tit { font-size: 28rpx; color: #999999; } .topBox .num { font-size: 80rpx; font-weight: 500; color: #191C27; margin-top: 25rpx; margin-bottom: 65rpx; } .topBox .auto { text-align: center; } .topBox .btnBox { width: 500rpx; margin: auto; } .topBox .btnBox .le, .lr { width: 172rpx; height: 70rpx; line-height: 70rpx; border-radius: 35rpx; } .bg { width: 750rpx; height: 25rpx; background: #F6F6F6; } .contioner .tit { padding: 24rpx; font-size: 28rpx; color: #666666; } .contioner .list { padding: 0 25rpx; } .contioner .item { padding: 25rpx 0; } .contioner .item .le { width: 93%; } .contioner .item .top { font-size: 30rpx; font-weight: 500; color: #191C27; } .contioner .item .num { color: #FF663D; } .contioner .item .footer { font-size: 22rpx; color: #999999; } .pup { padding: 32rpx; } .pup .tit { font-size: 32rpx; font-weight: 500; color: #191C27; } .pup .content { margin-top: 50rpx; } .pup .content .items { width: 207rpx; height: 154rpx; background: #FFFFFF; box-shadow: 0px 10rpx 10rpx 0px rgba(188, 188, 188, 0.15), 0px -4rpx 10rpx 0px rgba(188, 188, 188, 0.15); border-radius: 8rpx; flex-direction: column; justify-content: center; position: relative; overflow: hidden; border: 1px solid transparent; } .pup .content .items.active { border: 1px solid #FF663D; } .pup .content .items .tips, .num { text-align: center; } .pup .content .items .tips { font-size: 24rpx; color: #FF663D; } .pup .content .items .num { font-size: 32rpx; color: #191C27; } .pup .content .items .hot { width: 38rpx; height: 38rpx; position: absolute; right: -1rpx; bottom: -1rpx; z-index: 10; } .inputBox { padding: 24rpx; margin-top: 70rpx; margin-bottom: 65rpx; } .inputBox .code { font-size: 44rpx; font-weight: 500; color: #191C27; } .inputBox input { font-size: 44rpx; font-weight: 500; color: #191C27; } .inputBox .placeholder { font-size: 32rpx; color: #BDBDBD; } .explain .title { font-size: 28rpx; color: #666666; } .explain .contents { line-height: 40rpx; } .explain .contents .its { font-size: 24rpx; color: #999999; } .footerBtn { width: 686rpx; height: 98rpx; box-shadow: 0px 10rpx 20rpx 0px rgba(35, 107, 248, 0.2); border-radius: 49rpx; line-height: 98rpx; margin-top: 65rpx; } .tip { font-size: 24rpx; color: #666666; } .tip .all { color: #4699FF; }