| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .tabBarLineHeight {
- height: 138rpx;
- }
- .tabBarView {
- position: fixed;
- bottom: 32rpx;
- left: 32rpx;
- .submitButton {
- text-align: center;
- line-height: 84rpx;
- width: 686rpx;
- height: 84rpx;
- background: #FFE05C;
- border-radius: 54rpx;
- }
- }
- .box_4 {
- display: flex;
- flex-direction: column;
- padding: 24rpx 32rpx 1026rpx 32rpx;
- }
- .group_1 {
- width: 686rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .text-group_2 {
- //border: 2rpx solid blue;
- width: 650rpx;
- display: flex;
- flex-direction: column;
- //justify-content: space-between;
- }
- .text-group_3{
- //border: 2rpx solid blue;
- width: 686rpx;
- display: flex;
- //flex-direction: column;
- justify-content: space-between;
- }
- .text_3 {
- overflow-wrap: break-word;
- color: rgba(51, 51, 51, 1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- font-weight: normal;
- text-align: left;
- white-space: nowrap;
- line-height: 44rpx;
- margin-right: 84rpx;
- }
- .text_4 {
- overflow-wrap: break-word;
- color: rgba(153, 153, 153, 1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- font-weight: normal;
- text-align: left;
- white-space: nowrap;
- line-height: 44rpx;
- margin-top: 16rpx;
- }
- .text_5 {
- font-size: 24rpx;
- color: red;
- line-height: 30rpx;
- }
- .groupItem1{
- height: 220rpx;
- border-bottom: 1px solid #EEEEEE;
- }
- .groupItemKey{
- font-size: 28rpx;
- font-weight: bold;
- color: #333333;
- }
- .groupItemContent{
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- }
- .thumbnail_2 {
- width: 32rpx;
- height: 32rpx;
- margin: 66rpx 0 6rpx 0;
- }
- .group_2 {
- background-color: rgba(238, 238, 238, 1.000000);
- width: 686rpx;
- height: 2rpx;
- margin-top: 24rpx;
- display: flex
- }
|