123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- /* pages/storedValue/index.wxss */
-
- .listker-content {
- width: 750px;
- min-height: 100vh;
- background: #F7F8FA;
- /* padding-bottom: 170rpx; */
- }
-
- .listker-wallet-top {
- display: flex;
- align-items: center;
- width: 710rpx;
- height: 200rpx;
- margin-left: 20rpx;
- }
-
- .wallet-img {
- width: 710rpx;
- height: 200rpx;
- }
-
- .wallet-desc {
- margin-left: 40rpx;
- flex: 1;
- font-size: 36rpx;
- color: #7F641D;
- }
-
- .wallet-desc text {
- margin-left: 5rpx;
- margin-right: 5rpx;
- font-size: 56rpx;
- color: #7F641D;
- }
-
- .listker-wallet-content {
- display: flex;
- width: 710rpx;
- align-items: center;
- position: absolute;
- z-index: 111;
- }
-
- .wallet-detail {
- justify-content: center;
- margin-right: 40rpx;
- padding-right: 20rpx;
- padding-left: 20rpx;
- border-radius: 25px;
- background: #caa340;
- display: flex;
- align-items: center;
- height: 50rpx;
- font-size: 24rpx;
- color: #7E5F11;
- line-height: 50rpx;
- }
-
- .wallet-d-img {
- width: 32rpx;
- height: 32rpx;
- }
-
- .listker-rechange {
- margin-top: 20rpx;
- margin-left: 20rpx;
- width: 710rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- }
-
- .re-title {
- margin-left: 20rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: #333333;
- line-height: 50rpx;
- }
-
- .re-title-item {
- margin-bottom: 20rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 198rpx;
- height: 124rpx;
- border-radius: 16rpx;
- border: 2rpx solid #E1E1E1;
- }
-
- .re-select {
- background: #FFF8F2;
- border: 2rpx solid #FA7D22;
- }
-
- .line-20rpx {
- width: 20rpx;
- height: 20rpx;
- }
-
- .re-number {
- font-size: 36rpx;
- font-weight: 500;
- color: #FA7D22;
- }
-
- .re-number text {
- margin-left: 3rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #FA7D22;
- }
-
- .re-send {
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- }
-
- .re-guild {
- margin-left: 20rpx;
- margin-top: 20rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #666666;
- line-height: 48rpx;
- }
-
-
- .select-Now {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 750rpx;
- position: absolute;
- bottom: 190rpx;
- text-align: center;
- font-size: 24rpx;
- font-weight: 400;
- color: #626262;
- margin-bottom: 30rpx;
- }
- .select-Now text {
- font-size: 24rpx;
- color: #FF3600;
- }
-
- .listker-submit {
- /* position: absolute; */
- /* bottom: 0rpx; */
- position: fixed;
- bottom: 0;
- background-color: #FFFFFF;
- width: 100%;
- height: 170rpx;
- }
-
- .sps {
- width: 100%;
- height: 10rpx;
- }
-
- .submit-now {
- margin-left: 40rpx;
- width: 670rpx;
- height: 84rpx;
- text-align: center;
- line-height: 84rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- background: #FA7D22;
- border-radius: 42rpx;
- }
-
- .list-re-content {
- padding-left: 25rpx;
- display: grid;
- /* padding: 0 20rpx 20rpx; */
- grid-template-columns: repeat(3, 1fr);
- grid-auto-flow: row;
- background-color: #ffffff;
- }
-
- .agreeImg {
- width: 40rpx;
- height: 40rpx;
- margin-right: 20rpx;
- }
- .re-money{
- text-align: center;
- }
|