1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- .itme-li {
- background-color: rgb(255, 255, 255);
- padding: 0.28rem;
- position: relative
- }
- .defBtn {
- width: 90%;
- margin: 0 auto;
- border-radius: 10rpx;
- margin-bottom: 100rpx;
- height: 90rpx;
- text-align: center;
- line-height: 90rpx;
- }
- textarea {
- padding-left: 10rpx;
- padding-right: 0;
- height: 200rpx;
- position: relative;
- }
- textarea::before {
- position: absolute;
- content: "*";
- color: #F56C6C;
- left: -16rpx;
- }
- .text {
- padding: 28rpx 32rpx;
- font-size: .28rem;
- color: #909399;
- }
- .jiang{
- border: 1px solid #f1f1f1;
- border-radius: 4rpx;
- width: 40rpx;
- text-align: center
- }
- .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;
- }
- .userList{
- height: 40rpx;
- font-size: 32rpx;
- }
- .label{
- position: relative;
- width: 160rpx;
- font-size: 32rpx
- }
- .isBt::before{
- position: absolute;
- content: "*";
- color: #F56C6C;
- left: -16rpx;
- }
|