123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- .main {
- float: left;
- width: 100%;
- height: 100%;
- background-color: #f6f6f6;
- }
- .main .one {
- position: fixed;
- z-index: 9999;
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #409eff;
- color: #ffffff;
- text-align: center;
- }
- .main .two {
- position: absolute;
- top: 80rpx;
- width: 100%;
- background-color: #f6f6f6;
- }
- .two .twoType {
- float: left;
- width: 94%;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #fff;
- padding: 0 20rpx;
- margin: 0 0 15rpx 0;
- }
- .two .twoType text:nth-child(1) {
- float: left;
- width: 20%;
- }
- .two .twoType text:nth-child(2) {
- float: left;
- width: 80%;
- text-align: right;
- }
- .two .twoUser {
- float: left;
- width: 94%;
- background-color: #fff;
- padding: 0 20rpx;
- margin: 0 0 15rpx 0;
- }
- .two .twoUser text {
- float: left;
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- border-bottom: 1px solid #ccc;
- }
- .two .twoUser text:nth-child(2) {
- border-bottom: none;
- }
- .two .twojf {
- float: left;
- width: 94%;
- background-color: #fff;
- padding: 0 20rpx;
- margin: 0 0 15rpx 0;
- }
- .two .twojf view {
- float: left;
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- }
- .two .twojf view:nth-child(1) text {
- color: #ff0000;
- }
- .two .twojf view:nth-child(2) {
- height: 100rpx;
- line-height: 100rpx;
- }
- .two .twojf view:nth-child(2) input {
- height: 100rpx;
- line-height: 100rpx;
- }
- .two .twoSave {
- float: left;
- width: 94%;
- padding: 0 20rpx 20rpx 20rpx;
- background-color: #f6f6f6;
- }
- .two .twoSave view {
- float: left;
- width: 100%;
- }
- .two .twoSave view:nth-child(1) {
- float: left;
- width: 100%;
- margin: 0 0 60rpx 0;
- }
- .two .twoSave view:nth-child(1) text:nth-child(1) {
- float: left;
- width: 80%;
- }
- .two .twoSave view:nth-child(1) text:nth-child(2) {
- float: left;
- width: 20%;
- text-align: right;
- color: #ff0000;
- }
- .two .twoSave view button {
- float: left;
- width: 100%;
- background-color: #ff0000;
- border-radius: 50rpx;
- color: #fff;
- }
|