123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946 |
- page {
- background: #f6f6f6;
- }
- .my_index .user_info {
- height: 400rpx;
- background-image: url(https://file-cloud.fmode.cn/lb486SzXLP/20211117/s518ie022049.jpg);
- border-radius: 0 0 30rpx 30rpx;
- }
- .my_index .user_info .user {
- width: 690rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 70rpx 0 60rpx;
- margin: auto;
- }
- .my_index .user_info .user .user_left {
- display: flex;
- align-items: center;
- }
- .my_index .user_info .user .user_left .user_image {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- }
- .my_index .user_info .user .user_left .name {
- font-size: 30rpx;
- font-weight: bold;
- padding-left: 30rpx;
- }
- .my_index .user_info .user .user-right {
- display: flex;
- flex-direction: column;
- }
- .my_index .user_info .user .user-right .user_button {
- width: 150rpx;
- background: #ffffff;
- font-size: 24rpx;
- border-radius: 40rpx;
- padding: 0;
- margin: 0;
- margin-bottom: 10rpx;
- }
- .my_index .user_info .user .user-right .user_button ::after {
- padding: 0;
- }
- .my_index .user_info .members {
- display: flex;
- align-items: center;
- width: 670rpx;
- height: 120rpx;
- border-radius: 18rpx;
- padding-left: 20rpx;
- margin: 0 auto;
- background: linear-gradient(90deg, #a68d65 0%, #9c6800 100%);
- }
- .my_index .user_info .members .title {
- font-size: 30rpx;
- padding-left: 30rpx;
- }
- .my_index .user_info .members .members_button {
- width: 140rpx;
- background: #222222;
- border-radius: 40rpx;
- font-size: 24rpx;
- color: #ffffff;
- padding: 0;
- margin-left: 295rpx;
- }
- .my_index .change_info {
- width: 690rpx;
- height: 140rpx;
- background: #ffffff;
- display: flex;
- border-radius: 12rpx;
- margin: 20rpx auto;
- align-items: center;
- text-align: center;
- }
- .my_index .change_info .change {
- width: 50%;
- font-size: 30rpx;
- }
- .my_index .change_info .change .change_num {
- color: #363940;
- font-weight: bold;
- padding-bottom: 10rpx;
- }
- .my_index .change_info .line {
- border-right: 1rpx solid #e7e7e7;
- }
- .my_index .order_info {
- width: 690rpx;
- height: 210rpx;
- border-radius: 12rpx;
- background: #ffffff;
- margin: 30rpx auto;
- }
- .my_index .order_info .title {
- width: 100%;
- height: 60rpx;
- font-size: 30rpx;
- font-weight: 600;
- padding: 15rpx 20rpx;
- }
- .my_index .order_info .order_box {
- display: flex;
- justify-content: space-around;
- text-align: center;
- }
- .my_index .order_info .order_box .order .icon {
- width: 60rpx;
- height: 54rpx;
- background-size: 100%;
- border-radius: 4rpx;
- }
- .my_index .order_info .order_box .order .name {
- font-size: 24rpx;
- padding: 10rpx 0;
- }
- .my_index .cell_info {
- width: 690rpx;
- margin: 20rpx auto;
- border-radius: 12rpx;
- }
- .my_index .cell_info button {
- height: 88rpx;
- width: 690rpx;
- margin: 0rpx;
- padding: 0 34rpx;
- display: flex;
- font-size: 28rpx;
- align-items: center;
- background: white;
- justify-content: space-between;
- color: var(--cell-text-color, #323233);
- }
- .my_index .cell_info button .btn-left {
- display: flex;
- align-items: center;
- }
- .top {
- width: 750rpx;
- height: 380rpx;
- background-image: url("https://file-cloud.fmode.cn/lb486SzXLP/20211207/7bp15f091423.png");
- background-repeat: no-repeat;
- background-position: center top;
- background-size: 100% 100%;
- position: relative;
- }
- .top .name {
- display: flex;
- }
- .top .name .portrait {
- width: 118rpx;
- height: 118rpx;
- background: #a2a2a2;
- border: 3rpx solid #ffffff;
- border-radius: 50%;
- margin: 110rpx 25rpx 0rpx 25rpx;
- }
- .top .name .txt {
- font-size: 36rpx;
- font-family: PingFang;
- margin-top: 150rpx;
- color: #ffffff;
- }
- .top .name .information {
- width: 160rpx;
- height: 42rpx;
- background: #ffffff;
- font-size: 30rpx;
- font-family: PingFang;
- border-radius: 20rpx;
- margin: 150rpx 0rpx 0rpx 250rpx;
- text-align: center;
- }
- .top .members {
- width: 702rpx;
- height: 88rpx;
- border-radius: 20rpx 20rpx 0rpx 0rpx;
- position: absolute;
- bottom: 0rpx;
- left: 24rpx;
- background-image: url("https://file-cloud.fmode.cn/lb486SzXLP/20211207/7p0u13091423.png");
- background-repeat: no-repeat;
- background-position: center top;
- background-size: 100% 100%;
- }
- .box {
- background: #f1f2f6;
- padding-top: 1rpx;
- padding-bottom: 24rpx;
- }
- .box .change {
- width: 702rpx;
- margin: 20rpx 0rpx 0rpx 24rpx;
- background-image: url("https://file-cloud.fmode.cn/nCCirOU5zn/20211215/m10051052338.png");
- background-repeat: no-repeat;
- background-position: center top;
- background-size: 100% 100%;
- border-radius: 12rpx;
- display: flex;
- position: relative;
- }
- .box .change .change-txt {
- margin: 54rpx 80rpx 43rpx 85rpx;
- width: 200rpx;
- }
- .box .change .change-txt .change-title {
- font-size: 48rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- text-align: center;
- }
- .box .change .change-txt .change-ts {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- text-align: center;
- }
- .box .change .image {
- font-size: 48rpx;
- color: #c5c5c5;
- position: absolute;
- top: 48rpx;
- right: 24rpx;
- }
- .box .order {
- width: 701rpx;
- height: 292rpx;
- background: #ffffff;
- box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(21, 45, 151, 0.08);
- border-radius: 20rpx;
- margin: 24rpx 0rpx 0rpx 24rpx;
- }
- .box .order .my {
- width: 650rpx;
- padding: 36rpx 0rpx 28rpx 0rpx;
- display: flex;
- justify-content: space-between;
- border-bottom: 2rpx solid #e2e2e2;
- margin-left: 24rpx;
- }
- .box .order .my .my-order {
- font-size: 30rpx;
- font-family: PingFang;
- font-weight: 400;
- color: #333333;
- }
- .box .order .my .image {
- margin: -5rpx 0rpx 0rpx 0rpx;
- color: #c5c5c5;
- font-size: 36rpx;
- }
- .box .order .stay {
- display: flex;
- padding: 50rpx 0rpx 0rpx 30rpx;
- }
- .box .order .stay .stay-box {
- width: 120rpx;
- margin: 0rpx 10rpx 0rpx 0rpx;
- }
- .box .order .stay .stay-box .stay-image {
- width: 60rpx;
- height: 60rpx;
- margin-left: 30rpx;
- }
- .box .order .stay .stay-box .stay-txt {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- text-align: center;
- }
- .box .address {
- width: 702rpx;
- height: 112rpx;
- background: #ffffff;
- border-radius: 10rpx;
- margin: 24rpx 0rpx 0rpx 24rpx !important;
- padding: 0rpx 0rpx 0rpx 0rpx !important;
- display: flex;
- justify-content: space-between;
- }
- .box .address .address-txt {
- display: flex;
- }
- .box .address .address-txt .address-image {
- width: 40rpx;
- height: 40rpx;
- margin: 37rpx 0rpx 0rpx 26rpx;
- }
- .box .address .address-txt .address-title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- margin: 37rpx 0rpx 0rpx 18rpx;
- }
- .box .address .address-txt .addresss-title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- margin: 17rpx 0rpx 0rpx 18rpx;
- }
- .box .address .image {
- margin: 35rpx 24rpx 0rpx 0rpx;
- color: #c5c5c5;
- font-size: 36rpx;
- }
- .box .address .images {
- margin: 15rpx 24rpx 0rpx 0rpx;
- color: #c5c5c5;
- font-size: 36rpx;
- }
- .box .address .exit {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #999999;
- margin: 43rpx 0rpx 0rpx 297rpx;
- }
- .tops {
- width: 750rpx;
- height: 380rpx;
- background-image: url("https://file-cloud.fmode.cn/nCCirOU5zn/20211215/41bign042745.png");
- background-repeat: no-repeat;
- background-position: center top;
- background-size: 100% 100%;
- position: relative;
- }
- .tops .name {
- display: flex;
- align-items: center;
- height: 270rpx;
- }
- .tops .name .portrait {
- width: 118rpx;
- height: 118rpx;
- background: #a2a2a2;
- border: 3rpx solid #ffffff;
- border-radius: 50%;
- margin-left: 24rpx;
- }
- .tops .name .txt {
- font-size: 36rpx;
- font-family: PingFang;
- color: #ffffff;
- margin-left: 24rpx;
- }
- .tops .name .information {
- font-size: 30rpx;
- font-family: PingFang;
- border-radius: 20rpx;
- text-align: center;
- margin-left: 24rpx;
- }
- .tops .members {
- width: 702rpx;
- height: 110rpx;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- position: absolute;
- bottom: 0rpx;
- left: 24rpx;
- background-image: url("https://file-cloud.fmode.cn/nCCirOU5zn/20211215/iv01l5042744.png");
- background-repeat: no-repeat;
- background-position: center top;
- background-size: 100% 100%;
- }
- .boxs {
- background: #F6F6F6;
- padding-top: 1rpx;
- padding-bottom: 24rpx;
- }
- .boxs .changes {
- width: 702rpx;
- margin: 20rpx 0rpx 0rpx 24rpx;
- background-image: url("https://file-cloud.fmode.cn/nCCirOU5zn/20211215/rnticu042745.png");
- background-repeat: no-repeat;
- background-position: center top;
- background-size: 100% 100%;
- border-radius: 12rpx;
- display: flex;
- position: relative;
- }
- .boxs .changes .change-txt {
- margin: 54rpx 80rpx 43rpx 85rpx;
- width: 200rpx;
- }
- .boxs .changes .change-txt .change-title {
- font-size: 48rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- text-align: center;
- }
- .boxs .changes .change-txt .change-ts {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #ffffff;
- text-align: center;
- }
- .boxs .changes .image {
- font-size: 48rpx;
- color: #c5c5c5;
- position: absolute;
- top: 48rpx;
- right: 24rpx;
- }
- .boxs .order {
- width: 701rpx;
- height: 292rpx;
- background: #ffffff;
- box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(21, 45, 151, 0.08);
- border-radius: 20rpx 20rpx 0rpx 0rpx;
- margin: 24rpx 0rpx 0rpx 24rpx;
- }
- .boxs .order .my {
- width: 650rpx;
- padding: 36rpx 0rpx 28rpx 0rpx;
- display: flex;
- justify-content: space-between;
- border-bottom: 2rpx solid #e2e2e2;
- margin-left: 24rpx;
- }
- .boxs .order .my .my-order {
- font-size: 30rpx;
- font-family: PingFang;
- font-weight: 400;
- color: #333333;
- }
- .boxs .order .my .image {
- margin: -5rpx 0rpx 0rpx 0rpx;
- color: #c5c5c5;
- font-size: 36rpx;
- }
- .boxs .order .stay {
- display: flex;
- padding: 50rpx 0rpx 0rpx 30rpx;
- }
- .boxs .order .stay .stay-box {
- width: 120rpx;
- margin: 0rpx 10rpx 0rpx 0rpx;
- }
- .boxs .order .stay .stay-box .stay-image {
- width: 60rpx;
- height: 60rpx;
- margin-left: 30rpx;
- }
- .boxs .order .stay .stay-box .stay-txt {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- text-align: center;
- }
- .boxs .addres {
- width: 702rpx;
- height: 112rpx;
- background: #ffffff;
- margin: 20rpx 0rpx 20rpx 24rpx !important;
- padding: 0rpx 0rpx 0rpx 0rpx !important;
- display: flex;
- justify-content: space-between;
- }
- .boxs .addres .exit {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #999999;
- margin: 43rpx 0rpx 0rpx 297rpx;
- }
- .boxs .addresss {
- width: 702rpx;
- height: 112rpx;
- background: #ffffff;
- border-top: 2rpx solid #e2e2e2 !important;
- margin: 0rpx 0rpx 0rpx 24rpx !important;
- padding: 0rpx 0rpx 0rpx 0rpx !important;
- display: flex;
- justify-content: space-between;
- border-radius: 0rpx !important;
- }
- .boxs .addresss .address-txt {
- display: flex;
- }
- .boxs .addresss .address-txt .address-image {
- width: 40rpx;
- height: 40rpx;
- margin: 37rpx 0rpx 0rpx 26rpx;
- }
- .boxs .addresss .address-txt .address-title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- margin: 37rpx 0rpx 0rpx 18rpx;
- }
- .boxs .addresss .address-txt .addresss-title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- margin: 17rpx 0rpx 0rpx 18rpx;
- }
- .boxs .addresss .image {
- margin: 35rpx 24rpx 0rpx 0rpx;
- color: #c5c5c5;
- font-size: 36rpx;
- }
- .boxs .addresss .images {
- margin: 10rpx 24rpx 0rpx 0rpx;
- color: #c5c5c5;
- font-size: 36rpx;
- }
- .boxs .addresss .exit {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #999999;
- margin: 43rpx 0rpx 0rpx 297rpx;
- }
- .department {
- padding-top: 48rpx;
- background: linear-gradient(0deg, #FFFFFF, #FF7B31);
- }
- .department .user_info2 {
- width: 710rpx;
- background: #ffffff;
- border-radius: 20rpx;
- margin: 20rpx auto;
- }
- .department .user_info2 .user2 {
- position: relative;
- width: 710rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin: 0rpx auto 34rpx;
- }
- .department .user_info2 .user2 .user_image2 {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- margin-bottom: 7rpx;
- margin-top: -50rpx;
- }
- .department .user_info2 .user2 .username {
- font-size: 36rpx;
- font-family: PingFang SC;
- color: #4a4a4a;
- font-weight: blod;
- }
- .department .user_info2 .user2 .user-right {
- position: absolute;
- left: 420rpx;
- top: 75rpx;
- display: flex;
- flex-direction: column;
- margin: -5rpx 0rpx 0rpx 5rpx;
- }
- .department .user_info2 .user2 .user-right .user_button {
- width: 150rpx;
- background: #ffffff02;
- font-size: 24rpx;
- border-radius: 40rpx;
- padding: 0;
- margin: 0;
- margin-bottom: 10rpx;
- }
- .department .user_info2 .user2 .user-right .user_button ::after {
- padding: 0;
- }
- .department .user_info2 .change_info2 {
- display: flex;
- text-align: center;
- margin-bottom: 47rpx;
- justify-content: space-around;
- }
- .department .user_info2 .change_info2 .change2 {
- font-size: 48rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ff7b31;
- }
- .department .user_info2 .change_info2 .change2 .change_num2 {
- margin-bottom: 7rpx;
- }
- .department .user_info2 .change_info2 .change2 .nmae2 {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- .department .user_info2 .members2 {
- height: 80rpx;
- }
- .department .user_info2 .members2 .members2_img {
- width: 100%;
- height: 80rpx;
- }
- .department .order_info2 {
- width: 702rpx;
- height: auto;
- border-radius: 20rpx;
- background: #ffffff;
- margin: 20rpx auto;
- }
- .department .order_info2 .title2 {
- font-size: 30rpx;
- font-weight: 600;
- padding: 25rpx 35rpx;
- display: flex;
- justify-content: space-between;
- margin-bottom: 30rpx;
- }
- .department .order_info2 .title2 .all_order {
- display: flex;
- color: #858585;
- font-size: 25rpx;
- }
- .department .order_info2 .order_box2 {
- display: flex;
- justify-content: space-around;
- text-align: center;
- margin-bottom: 40rpx;
- }
- .department .order_info2 .order_box2 .order2 .icon2 {
- width: 60rpx;
- height: 60rpx;
- background-size: 100%;
- border-radius: 4rpx;
- }
- .department .order_info2 .order_box2 .order2 .name2 {
- font-size: 24rpx;
- padding: 10rpx 0;
- }
- .department .order_info2 .information {
- width: 635rpx;
- height: 135rpx;
- border-radius: 20rpx;
- margin: 0rpx auto;
- display: flex;
- background-color: #f7f6fb;
- }
- .department .order_info2 .information .information_img {
- width: 105rpx;
- height: 105rpx;
- margin: auto 40rpx;
- background-color: #A2A2A2;
- }
- .department .order_info2 .information .order_information {
- width: 300rpx;
- margin: auto 0;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- /** 浏览器内核 **/
- -webkit-box-orient: vertical;
- /** 设置纵向对齐模式 **/
- -webkit-line-clamp: 2;
- /** 设置盒子行数 **/
- }
- .department .order_info2 .information .order_information .have_order {
- color: #3067f5;
- margin-bottom: 10rpx;
- }
- .department .cell_info2 {
- margin: 20rpx auto;
- border-radius: 12rpx;
- }
- .department .cell_info2 .van-cell {
- display: flex;
- align-items: center;
- width: 710rpx;
- height: 112rpx;
- border-radius: 20rpx;
- margin: 20rpx auto;
- }
- .department .cell_info2 button {
- height: 112rpx;
- width: 710rpx;
- display: flex;
- margin: 10rpx auto;
- font-size: 28rpx;
- align-items: center;
- background: white;
- justify-content: space-between;
- padding: 0 35rpx;
- }
- .my_index_5 .user_info_5 .user_5 {
- display: flex;
- background: #ffffff;
- padding: 30rpx 29rpx;
- align-items: center;
- }
- .my_index_5 .user_info_5 .user_5 .user_image_5 {
- display: flex;
- width: 100rpx;
- height: 100rpx;
- border-radius: 50%;
- }
- .my_index_5 .user_info_5 .user_5 .user_right_5 {
- display: flex;
- }
- .my_index_5 .user_info_5 .user_5 .user_right_5 .right_name {
- padding-left: 24rpx;
- font-size: 32rpx;
- color: #242424;
- font-weight: bold;
- }
- .my_index_5 .user_info_5 .user_5 .user_right_5 .user-right {
- display: flex;
- flex-direction: column;
- margin: -5rpx 0rpx 0rpx 5rpx;
- }
- .my_index_5 .user_info_5 .user_5 .user_right_5 .user-right .user_button {
- width: 150rpx;
- background: #ffffff02;
- font-size: 24rpx;
- border-radius: 40rpx;
- padding: 0;
- margin: 0;
- margin-bottom: 10rpx;
- }
- .my_index_5 .user_info_5 .user_5 .user_right_5 .user-right .user_button ::after {
- padding: 0;
- }
- .my_index_5 .user_info_5 .members_5 .members_image {
- width: 100%;
- height: 122rpx;
- }
- .my_index_5 .wallet_info {
- margin: 24rpx;
- display: flex;
- justify-content: space-between;
- }
- .my_index_5 .wallet_info .wallet {
- width: 339rpx;
- height: 193rpx;
- border-radius: 20rpx;
- background: #ffffff;
- text-align: center;
- }
- .my_index_5 .wallet_info .wallet .wallet_num {
- padding-top: 50rpx;
- font-size: 48rpx;
- color: #2892ff;
- font-weight: bold;
- }
- .my_index_5 .wallet_info .wallet .wallet_name {
- font-size: 30rpx;
- color: #666666;
- }
- .my_index_5 .my_order_info {
- width: 710rpx;
- height: 255rpx;
- margin: 20rpx auto;
- background: #ffffff;
- border-radius: 20rpx;
- }
- .my_index_5 .my_order_info .order_top {
- padding: 30rpx 20rpx 50rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .my_index_5 .my_order_info .order_top .order_title {
- font-size: 30rpx;
- font-weight: bold;
- }
- .my_index_5 .my_order_info .order_top .all_order {
- display: flex;
- }
- .my_index_5 .my_order_info .order_top .all_order .all_order_title {
- font-size: 24rpx;
- color: #c9c9c9;
- }
- .my_index_5 .my_order_info .my_order_box {
- display: flex;
- justify-content: space-around;
- text-align: center;
- }
- .my_index_5 .my_order_info .my_order_box .order_5 .order_image {
- width: 60rpx;
- height: 60rpx;
- }
- .my_index_5 .cell_info_5 {
- margin: 20rpx auto;
- border-radius: 12rpx;
- }
- .my_index_5 .cell_info_5 .van-cell {
- display: flex;
- align-items: center;
- width: 710rpx;
- height: 112rpx;
- border-radius: 20rpx;
- margin: 10rpx auto;
- border-bottom: none;
- }
- .my_index_5 .cell_info_5 button {
- height: 112rpx;
- width: 710rpx;
- display: flex;
- margin: 10rpx auto;
- font-size: 28rpx;
- align-items: center;
- background: white;
- justify-content: space-between;
- padding: 0 35rpx;
- }
|