1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .header{
- background-color: #26A2FF;
- color: #fff;
- text-align: center;
- padding: 40rpx 0;
- }
- .item{
- padding: 0.24rem 0.32rem;
- font-size: 32rpx;
- background-color: #fff;
- border-bottom: 1px solid #f1f1f1;
- position: relative;
- }
- .label{
- width: 160rpx;
- /* text-align: right; */
- }
- .page-section-btns{
- position: relative;
- padding: 0 0.32rem;
- margin-top: 1rem;
- }
- .nameBox{
- position: absolute;
- left: 210rpx;
- top: 0.3rem;
- right: 0.32rem;
- }
- .fa{
- background-color: #f0a020;
- color: #fff;
- right: 0;
- padding: 0.1rem 0.2rem;
- border-bottom-left-radius: 50rpx;
- border-top-left-radius:50rpx;
- position: absolute;
- font-size: 28rpx;
- top: -180rpx;
- }
- .picker-box{
- width: 110rpx;
- border-radius: 50rpx;
- background-color: #f1f1f1;
- position: relative;
- height: 60rpx;
- }
- .picker-box text{
- text-align: center;
- line-height: 60rpx;
- font-size: 24rpx;
- }
- .yuan{
- width: 50rpx;
- height: 50rpx;
- background: #26A2FF;
- border-radius: 100rpx;
- position: absolute;
- top: 5rpx;
- }
- .picker-left{
- left: 5rpx;
- }
- .picker-right{
- right: 5rpx;
- }
|