| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .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 {
- display: flex;
- flex-direction: column;
- }
- .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;
- }
- .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
- }
|