123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- .tabs {
- height: 100%;
- }
- scroll-view {
- height: 0;
- }
- .border-radius {
- background: #FFFFFF;
- box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
- border-radius: 24rpx;
- margin: 20rpx 28rpx;
- }
- .icon {
- width: 48rpx;
- height: 48rpx;
- }
- .padding {
- padding: 30rpx;
- }
- .title text {
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
-
- }
- .summary .item {
- margin-top: 20rpx;
- }
- .summary .item image {
- width: 28rpx;
- height: 28rpx;
- margin-right: 12rpx;
- vertical-align: middle;
- }
- .list .btn-box {
- margin: 46rpx 0 40rpx;
- }
- .list .btn-box image {
- width: 28rpx;
- height: 28rpx;
- margin-right: 12rpx;
- }
- .list .btn-box .btn text {
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- }
- .list .btn-box .btn .line {
- margin: 0 20rpx;
- }
- .list .item {
- background: #FFF7FA;
- border-radius: 16px;
- padding: 36rpx 20rpx;
- }
- .list .item image {
- width: 112rpx;
- height: 112rpx;
- background: #ECECEC;
- margin-right: 20rpx;
- border-radius: 16rpx;
- }
- .no-list .no-list-item {
- height: 188rpx;
- background-color: #FFF7FA;
- border-radius: 16rpx;
- padding-left: 20rpx;
- }
- .btm-btn {
-
- height: 92rpx;
- color: #fff;
- background: #FA7D22;
- box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(109, 0, 46, 0.15);
- border-radius: 50rpx;
-
- }
- .btm-box-text {
- font-size: 28rpx;
- color: #666666;
- }
- .use-popup {
- width: 558rpx;
- height: 460rpx;
- background: #FFFFFF;
- border-radius: 40rpx;
- justify-content: center;
- position: relative;
-
- }
- .use-popup .close {
-
- width: 24rpx;
- height: 24rpx;
- position: absolute;
- right: 24rpx;
- top: 24rpx;
- }
- .use-btn {
- justify-content: space-evenly;
- }
- .use-btn .btn {
- width: 230rpx;
- height: 92rpx;
-
- font-size: 36rpx;
- color: #FA7D22;
- border-radius: 52rpx;
- border: 2rpx solid #FA7D22;
-
- }
- .use-btn .confirm {
-
-
- background-color: #FA7D22;
- color: #fff;
- }
|