123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- /* pages/paymentDetail/paymentDetail.wxss */
- .info-group {
- margin: 0 0rpx;
- /* border-bottom:1rpx solid #cccccc; */
- margin-left: 20rpx;
- margin-right: 20rpx;
- /* padding-top: 20rpx;
- padding-bottom: 20rpx; */
- }
- .list-item {
- padding: 6rpx 0rpx;
- margin-top: 20rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0rpx 10rpx 12rpx 0rpx rgba(178, 178, 178, 0.08);
- border-radius: 20rpx;
- }
- .info-text {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- margin: 10rpx 0;
- /* margin-top: 20rpx;
- margin-bottom: 20rpx; */
- }
- .top-group {
- margin-top: 20rpx;
- margin-bottom: 20rpx;
- }
- .info-text-gray {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(51, 51, 51, 0.38);
- margin: 10rpx 0;
- }
- .red-text {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #f4516c;
- margin: 10rpx 0;
- }
- .op_view {
- border-top: 1rpx solid #f2f2f2;
- height: 90rpx;
- }
- .item_alarm {
- color: #43cea6;
- width: 50%;
- text-align: center;
- height: 90rpx;
- line-height: 90rpx;
- font-size: 28rpx;
- }
- .item_record {
- color: #43cea6;
- width: 50%;
- border-left: 1rpx solid #f2f2f2;
- text-align: center;
- height: 90rpx;
- line-height: 90rpx;
- font-size: 28rpx;
- }
- .group-view {
- padding-left: 22rpx;
- padding-right: 22rpx;
- }
- .top-bar-container {
- background-color: #fff;
- width: 100%;
- position: fixed;
- top: 0;
- left: 0;
- height: 80rpx;
- }
- .modal-group {
- width: 100%;
- height: 100vh;
- background-color: rgba(27, 27, 27, 0.7);
- z-index: 9999;
- position: fixed;
- }
- .name_text {
- color: #797979;
- font-size: 28rpx;
- text-align: center;
- padding-top: 80rpx;
- }
- .red_view {
- color: #f4516c;
- }
- .green-text {
- color: #67c23a;
- }
- .tab_nav {
- font-size: 28rpx;
- line-height: 90rpx;
- text-align: center;
- flex: 1;
- }
- .select_color {
- color: #43cea6;
- }
- .sub_nav {
- font-size: 24rpx;
- width: 80rpx;
- height: 40rpx;
- line-height: 40rpx;
- text-align: center;
- }
- .sub_nav_select {
- background-color: #22cccc;
- color: #ffffff;
- }
- .sub_nav_select_no {
- background-color: #d7d7d7;
- color: #333333;
- }
|