123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- .main {
- position: relative;
- width: 100%;
- background-color: #ffffff;
- }
- .image{
- width: 100%;
- height: 250px;
- background-color: #eeeeee;
- }
- .two {
- background-color: #ffffff;
- padding-top: 15px;
- }
- .two1 {
- width: 100%;
- margin-left: 3%;
- font-size: 15px;
- font-weight: 550;
- }
- .tworight {
- width: 100%;
- float: left;
- padding: 2%;
- background-color: #ffffff;
- margin-bottom: 0.5%;
- }
- .two-left {
- width: 90%;
- height: 50.64px;
- background-color: #eeeeee;
- }
- .imgs {
- width: 85%;
- height: 40.83px;
- }
- .img {
- width: 100%;
- height: 50.64px;
- }
- .two-1 {
- padding-top: 17px;
- padding-left: 5px;
- float: left;
- width: 15%;
- background-color: #ffffff;
- }
- .two2 {
- background-color: #ffffff;
- }
- .two-2 {
- padding-top: 10px;
- padding-left: 5px;
- float: left;
- width: 15%;
- height: 75px;
- background-color: #ffffff;
- /* border: 1px solid red; */
- }
- .name {
- margin-left: 10px;
- font-size: 13px;
- color: #727272;
- }
- .thr-left {
- width: 90%;
- height: 50.64px;
- background-color: #eeeeee;
- }
- .img {
- width: 100%;
- height: 50.64px;
- }
- .thr {
- background-color: #ffffff;
- }
- .thrright {
- background-color: #ffffff;
- margin-bottom: 2%;
- }
- .thr-1 {
- padding-top: 10px;
- padding-left: 6.5px;
- float: left;
- width: 14.5%;
- background-color: #ffffff;
- padding-bottom: 5px;
- }
- .thr1 {
- background-color: #ffffff;
- }
- .thr-2 {
- padding-top: 10px;
- padding-left: 8px;
- float: left;
- width: 18%;
- height: 75px;
- background-color: #ffffff;
- /* border: 1px solid red; */
- }
- .thr2 {
- float: left;
- width: 50px;
- height: 50px;
- border: 2px solid #dddcdc;
- }
- .names {
- margin-left: 7px;
- font-size: 13px;
- color: #727272;
- }
- .thrss {
- font-size: 14px;
- font-weight: 500;
- }
- .thrleft {
- float: left;
- height: 105px;
- padding-top: 68px;
- padding-left: 10px;
- padding-right: 2px;
- background-color: #ffffff;
- margin-bottom: 2%;
- }
- .onea {
- font-weight: 600;
- position: absolute;
- top: 5%;
- left: 2%;
- }
- .back {
- width: 40rpx;
- height: 40rpx;
- left: 15px;
- width: 40rpx;
- height: 40rpx;
- }
- .four {
- font-weight: 550;
- font-size: 15px;
- background-color: #ffffff;
- }
- .five {
- float: left;
- width: 100%;
- font-weight: 550;
- font-size: 15px;
- margin-bottom: 10%;
- background-color: #ffffff;
- }
- .button {
- margin-top: 5px !important;
- width: 300px !important;
- height: 35px;
- background-color: rgb(247, 89, 16);
- background-image: linear-gradient(to right, rgb(245, 122, 65), rgb(247, 89, 41));
- border-radius: 30px;
- color: #ffffff;
- font-size: 13px;
- }
- .upload {
- float: left;
- width: 100%;
- background-color: #ffffff;
- }
- .upload .upload_1 {
- margin-left: 5%;
- }
- .one{
- float: left;
- width: 100%;
- }
- .two{
- float: left;
- width: 100%;
- }
- .thr{
- float: left;
- width: 100%;
- }
- .four{
- float: left;
- width: 100%;
- margin-left: 5%;
- }
|