12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .main {
- float: left;
- width: 92%;
- margin: 30rpx 30rpx 0 30rpx;
- }
- .main view {
- float: left;
- width: 100%;
- height: 88rpx;
- line-height: 88rpx;
- border-bottom: 1rpx solid #ccc;
-
- }
- .info{
- border-bottom: 0rpx solid #ccc!important;
- background-color: #f5f6fa;
- border-radius: 20rpx;
- margin-top: 30rpx;
- }
- .red {
- display: inline-block;
- width: 4px;
- height: 20px;
- background: rgba(233, 2, 29, 1);
- vertical-align: text-bottom;
- }
- .main view text:first-child {
- float: left;
- /* width: 50%; */
- text-align: left;
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(136, 136, 136, 1);
- }
- .main view text:last-child {
- float: right;
- /* width: 66%; */
- width: auto;
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- text-align: right;
- }
- .company{
- width: auto;
- }
- /* .main view:last-child {
- border-bottom: none;
- } */
- .main view:last-child text:first-child {
- /* float: left;
- width: 100%;
- font-size: 30rpx;
- font-family: Source Han Sans SC; */
- /* font-weight: bold; */
- /* color: rgba(40, 40, 40, 1); */
- }
- .main view text:last-child {
- /* float: left;
- width: 100%; */
- /* text-align: left; */
- /* font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- line-height: 50rpx; */
- }
- button {
- /* margin: 40rpx; */
- margin-bottom: 40rpx;
- font-size: 30rpx!important;
- display: inline;
- }
- .btn-left {
- float: left;
- }
- .btn-right{
- float: right;
- }
- .last {
- margin-bottom: 40rpx;
- }
- button:not([size='mini']) {
- width: 150px !important;
-
- }
-
|