| 12345678910111213141516171819202122232425262728293031323334353637 |
- /* promote/withdrawal/index/index.wxss */
- page{background: #fff;}
- .cont {padding-bottom: 90rpx;padding: 0 30rpx;}
- .top {/* height: 220rpx; */border-radius: 12rpx 12rpx 0 0;}
- .add {color: rgb(87, 87, 87);font-size: 36rpx;text-align: center;height: 220rpx;border-radius: 12rpx 12rpx 0 0;justify-content: center;}
- .background {width: 100%;position: absolute;background-size: 100% 100%;height: 220rpx;}
- .fn {font-size: 34rpx;font-weight: bold;}
- .icontianjia {display: inline;font-size: 45rpx;}
- .pd50 {padding-top: 50rpx;}
- .txje {font-weight: bold;font-size: 30rpx;}
- .txje navigator {font-size: 24rpx;color: #999;font-weight: normal;}
- .rico {width: 14rpx;height: 23rpx;margin-left: 10rpx;}
- .money {border-bottom: 1rpx solid #E5E5E5;padding-bottom: 20rpx;}
- .money text {line-height: 64rpx;}
- input {font-size: 40rpx;font-weight: bold;padding: 10rpx;}
- .tx {justify-content: space-between;color: var(--mina);}
- .mcolor {color: #999;}
- .placeholder{color: #ccc;}
- .btn {height: 80rpx;text-align: center;line-height: 80rpx;border-radius: 40rpx;background-color: var(--mina);color: #fff;font-size: 32rpx;}
- .mt50 {margin-top: 50rpx;}
- .card {background-color: blueviolet;border-radius: 12rpx 12rpx 0 0;padding: 40rpx 0 0 40rpx;color: #fff;height: 220rpx;}
- .bgblue {background: var(--mina);}
- .name {font-size: 24rpx;}
- .idcard {font-size: 36rpx;}
- .information{border-bottom: 20rpx solid #f6f6f6;padding: 0 30rpx;}
- .information .li{align-items: flex-start;padding: 30rpx 0;border-bottom: 1rpx solid #E9E9E9;}
- .information .li:last-child{border-bottom: none;}
- .txico{width: 52rpx;height: 41rpx;margin-right: 17rpx;}
- .t-name{font-size: 28rpx;color: #000;}
- .t-bri{font-size: 24rpx;color: #999;margin-top: 8rpx;}
- .t-sta{font-size: 26rpx;color: #666;}
- .t-sta image{width: 31rpx;height: 31rpx;margin-right: 8rpx;}
- .t-sta image.rico{width: 13rpx;height: 22rpx;margin-right: 0;}
- .jlbtn{position: fixed;left: 0;right: 0;bottom: 30rpx;font-size: 28rpx;color: #999;text-align: center;}
|