123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- page{
- background: #f8f8f8;
- }
- .centerdispley {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .itemdisplay {
- display: flex;
- align-items: center;
- }
- .display_between {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .header_view{
- padding: 32rpx 0 60rpx;
- background: #fff;
- font-size: 28rpx;
- color: #333;
- font-weight: bold;
- }
- .header_icons{
- display: inline-block;
- width: 68rpx;
- height: 68rpx;
- margin-bottom: 24rpx;
- }
- .header_icone{
- display: inline-block;
- width: 68rpx;
- height: 58rpx;
- margin-bottom: 24rpx;
- }
- .ye_view{
- padding: 20rpx 0;
- background: #FDFCEC;
- font-size: 24rpx;
- color: #FF663D;
- }
- .ye_icon{
- display: inline-block;
- width: 32rpx;
- height: 32rpx;
- margin: 0 16rpx 0 30rpx;
- }
- .btn_iconl{
- display: inline-block;
- width: 32rpx;
- height: 32rpx;
- margin-right: 12rpx;
- }
- .btn_iconr{
- display: inline-block;
- width: 32rpx;
- height: 32rpx;
- margin-left: 12rpx;
- }
- .btn_view{
- margin: 24rpx;
- }
- .btn_view>view:nth-child(1){
- margin-right: 24rpx;
- }
- .btn_view>view{
- flex: 1;
- height: 114rpx;
- border-radius: 8rpx;
- background: #fff;
- font-weight: 28rpx;
- color: #333;
- font-weight: bold;
- }
- .back_icon{
- width: 24rpx;
- height: 24rpx;
- }
- .err_icon{
- display: inline-block;
- width: 24rpx;
- height: 24rpx;
- margin-right: 8rpx;
- }
- .item_btn{
- margin: 0 24rpx 30rpx;
- padding: 40rpx 24rpx;
- background: #fff;
- border-radius: 8rpx;
- border: 1rpx solid #fff;
- font-size: 28rpx;
- font-weight: bold;
- color: #333;
- }
- .err_bor{
- border: 1rpx solid #F23131;
- background: #FFE6E6;
- }
- .err_tip{
- margin-top: 24rpx;
- font-size: 24rpx;
- font-weight: 100;
- color: #333;
- }
- .err_tip>view{
- margin-top: 20rpx;
- }
|