123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- /* 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;
- }
|