123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- .ipt {
- background-color: #f4f4f4;
- width: 90%;
- margin-left: 5%;
- height: 90rpx;
- text-align: center;
- margin-top: 20rpx;
- }
- .wal_bg_right view {
- width: 150rpx;
- height: 60rpx;
- border-radius: 30rpx;
- line-height: 60rpx;
- text-align: center;
- }
- .wal_bg_left view {
- color: white !important;
- }
- .wal_bg {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- height: 300rpx;
- background-size: 750rpx 300rpx;
- }
- .box {
- border-bottom: 4rpx solid #ececec;
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 92% !important;
- margin-left: 4% !important;
- }
- .head view.focus {
- border-bottom: 6rpx solid #00AB92;
- color: #00AB92;
- }
- .head view {
- height: 70rpx;
- margin-top: 40rpx;
- width: 150rpx;
- text-align: center;
- }
- .head {
- display: flex;
- justify-content: space-around;
- overflow: hidden;
- }
- .con {
- width: 100%;
- /* height: 170upx; */
- background: #FFFFFF;
- padding: 30rpx 0;
- }
- .wal {
- width: 100%;
- height: 254rpx;
- background: linear-gradient(90deg, #0ABACC 0%, #00DC7C 100%);
- border-radius: 26rpx;
- color: #ffffff;
- margin-top: 20rpx;
- overflow: hidden;
- }
- .merch_money_box_in_3 {
- width: 120rpx;
- height: 50rpx;
- border-radius: 30rpx;
- line-height: 50rpx;
- text-align: center;
- margin-top: 20rpx;
- }
- .merch_money_box_in_1 {
- color: #333333;
- font-size: 40rpx;
- }
- .merch_money_box_in_2 {
- color: #999999;
- margin-top: 10rpx;
- }
- .merch_money_box_in view {
- margin-left: 60rpx;
- }
- .merch_money_box_in {
- height: 200rpx;
- /* background-color: #006566; */
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .merch_money_box {
- width: 92%;
- height: 220rpx;
- margin-left: 4%;
- margin-top: -130rpx;
- background: #FFFFFF;
- box-shadow: 0px 3px 9px 0px rgba(115, 115, 115, 0.09);
- border-radius: 16rpx;
- display: flex;
- align-items: center;
- }
- .wal_bg_right view {
- width: 150rpx;
- height: 60rpx;
- border-radius: 30rpx;
- line-height: 60rpx;
- text-align: center;
- }
- .wal_bg_left view {
- color: white !important;
- font-size: 32rpx;
- }
- .wal_bg {
- width: 100%;
- height: 370rpx;
- background-size: 750rpx 370rpx;
- }
- .wal_bg_box {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 240rpx;
- }
- .box {
- border-bottom: 4rpx solid #ececec;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .head view.focus {
- border-bottom: 6rpx solid #00AB92;
- color: #00AB92;
- }
- .head view {
- height: 70rpx;
- margin-top: 40rpx;
- width: 150rpx;
- text-align: center;
- }
- .head {
- display: flex;
- justify-content: space-around;
- overflow: hidden;
- }
- .con {
- width: 100%;
- /* height: 170upx; */
- background: #FFFFFF;
- padding: 30rpx 0;
- }
- .wal {
- width: 100%;
- height: 254rpx;
- background: linear-gradient(90deg, #0ABACC 0%, #00DC7C 100%);
- border-radius: 26rpx;
- color: #ffffff;
- margin-top: 20rpx;
- overflow: hidden;
- }
|