123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- .main {
- float: left;
- width: 92%;
- margin: 30rpx 30rpx 0 30rpx;
- }
- .main .topBtn {
- float: left;
- width: 100%;
- margin: 0 0 30rpx 0;
-
- }
- .red-color {
- color: #E9021D;
- /* margin: 0 0 15rpx 0; */
- }
- .tabs .van-tab {
- font-size: 34rpx;
-
- }
- .tabs .van-tab--active .van-tab__title {
- color: #E9021D;
- }
- .color-box {
- background: rgba(242, 245, 250, 1);
- height: 68rpx;
- width: 100%;
- line-height: 68rpx;
- /* font-size: 26rpx; */
- margin-top: 10rpx;
- }
- .list {
- margin-top: 20rpx;
- }
- .list image {
- width: 200rpx;
- height: 200rpx;
- }
- .list .title {
- /* font-size: 30rpx; */
- font-family: Source Han Sans SC;
- font-weight: bold;
- color: rgba(40, 40, 40, 1);
- }
- .list .title-left {
- /* font-size: 26rpx; */
- font-family: Source Han Sans SC;
- font-weight: 400;
- margin-top: 19rpx;
- color: rgba(40, 40, 40, 1);
- }
- .list .title-left-red {
- color: #E9021D;
- }
- .list .van-col--8{
- text-align: center!important;
- }
- .title-name {
- margin: 20rpx 0 20rpx 0;
- /* font-size: 30rpx; */
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(136, 136, 136, 1);
- }
- .title-content {
- margin-top: 40rpx;
- margin-bottom: 10rpx;
- margin-left: 30rpx;
- /* font-size: 28rpx; */
- overflow: hidden;
- white-space: nowrap;
- text-overflow:ellipsis;
- }
- .input .van-field__input {
- width: 40%;
- border: 1px solid rgba(217, 217, 217, 1);
- border-radius: 5px;
- }
- .weui-input {
- display: inline-block;
- width: 100rpx;
- margin-top: 2%;
- margin-left: 6%;
- vertical-align: text-bottom;
- /* font-size: 28rpx; */
- border: 1px solid sienna;
- border-radius: 5px;
- padding: 0 20rpx;
- }
- .weui-input1 {
- margin-left: 0;
- }
- button:not([size='mini']) {
- margin-left: auto;
- margin-right: auto;
- width: 100% !important;
- margin-bottom: 40rpx;
- }
- .button .van-button--large{
- margin-bottom: 50rpx;
- }
- button[type='default'] {
- background-color: #f44 !important;
- color: #fff !important;
- border-radius: 50rpx;
- }
- .main .topBtn .title {
- float: left;
- width: 100%;
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: bold;
- color: rgba(40, 40, 40, 1);
- margin: 60rpx 0 30rpx 0;
- }
- .main .topBtn .topCLick {
- float: left;
- width: 93%;
- height: 217rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 5px 20px 0px rgba(233, 237, 244, 1);
- border-radius: 20px;
- padding: 50rpx 0 0 50rpx;
- }
- .main .topBtn .topCLick div {
- float: left;
- width: 118rpx;
- text-align: center;
- margin: 0 118rpx 0 0;
- }
- .main .topBtn .topCLick div image {
- float: left;
- width: 99rpx;
- height: 99rpx;
- margin-left: 12rpx;
- }
- .main .topBtn .topCLick div:last-child {
- margin: 0;
- }
- .main .topBtn .topCLick div button {
- padding: 0;
- width: 118rpx;
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- background: transparent;
- }
- .main .functBtn {
- float: left;
- width: 100%;
- }
- .main .functBtn button {
- float: left;
- width: 100%;
- height: 108rpx;
- line-height: 108rpx;
- text-align: left;
- border-bottom: 1px solid #ccc;
- background: transparent;
- border-radius: 0;
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- padding: 0;
- }
- .main .functBtn button span {
- float: right;
- padding: 0 20rpx 0 0;
- color: #ccc;
- font-size: 50rpx;
- }
- .input {
- vertical-align: text-bottom;
- background: rgba(255, 255, 255, 1);
- border: 1px solid rgba(217, 217, 217, 1);
- border-radius: 10px;
- padding: 0 20rpx;
- height: 78rpx;
- width: 63%;
- }
- .input1{
- width: 20%;
- margin-top: 20rpx;
- }
- .itemView {
- margin-bottom: 30rpx;
- margin-left: 30rpx;
- line-height: 120rpx;
- /* font-size: 28rpx; */
- display: flex;
- color: #333;
- }
- .view_textarea{
- vertical-align: text-bottom;
- background: rgba(255, 255, 255, 1);
- border: 1px solid rgba(217, 217, 217, 1);
- padding: 0 20rpx;
- height: 200rpx;
- width: 62%;
- }
- .itemView1{
- line-height: 30rpx;
- }
- .picker{
- margin-bottom: 30rpx;
- margin-left: 30rpx;
- line-height: 120rpx;
- font-size: 28rpx;
- display: flex;
- color: #333;
- }
- .form-button{
- background-color: #f44;
- color: white;
- margin-bottom: 30rpx;
- }
- button{
- border-radius:50rpx!important;
- padding: 13px 24px!important;
- }
- view.search {
- display: flex;
- flex-direction: row;
- height: 98rpx;
- align-items: center;
- margin-bottom: 20rpx;
- }
- view.searchItem {
- display: flex;
- width: 60%;
- background: #fff;
- border-radius: 20rpx;
- border: 1px solid rgba(217, 217, 217, 1);
- padding: 19rpx;
- vertical-align: text-bottom;
-
- }
- view.search-left {
-
- margin-left: 30rpx;
- }
- view.searchItem input {
- flex: 1;
- font-size: 26rpx;
-
- }
|